Skip to content

Commit

Permalink
added fabrikam config
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIvemo committed Nov 27, 2021
1 parent e62e820 commit 7355f28
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions playground/configs/fabrikam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"namePrefix": "fabrikam",
"defaultLocation": "westeurope",
"sharedServices": {
"addressPrefix": "192.168.0.0/24"
},
"regions": [
{
"location": "westeurope",
"hubAddressPrefix": "10.0.0.0/24",
"deployFw": true,
"deployVpnGw": true,
"deployErGw": false,
"deployP2SGw": true,
"p2sConfig": {
"p2sAddressPrefixes": [
"10.0.4.0/22"
]
},
"landingZones": {
"name": "weu-lz1",
"addressPrefix": "10.0.10.0/24"
}
}
],
"onPremSites": [
{
"location": "westeurope",
"addressPrefix": "172.16.0.0/22",
"deployVM": true
}
]
}

0 comments on commit 7355f28

Please sign in to comment.