Skip to content

Commit a04194b

Browse files
authored
fix-config-file-errors (#444)
* fix-config-file-errors * add-sample-removedfromconfig
1 parent 42e6c73 commit a04194b

File tree

4 files changed

+33
-24
lines changed

4 files changed

+33
-24
lines changed

reference-artifacts/config-sample-snippets/sample_snippets.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,39 @@
638638
"vgw": {
639639
"asn": 65522
640640
},
641+
...
642+
"route-tables": [
643+
{
644+
"name": "Public_Shared",
645+
"routes": [
646+
{
647+
"destination": "0.0.0.0/0",
648+
"target": "IGW"
649+
}
650+
]
651+
},
652+
{
653+
"name": "FWMgmt_azA",
654+
"routes": [
655+
{
656+
"destination": "10.0.0.0/8",
657+
"target": "VGW"
658+
}
659+
]
660+
},
661+
{
662+
"name": "FWMgmt_azB",
663+
"routes": [
664+
{
665+
"destination": "10.0.0.0/8",
666+
"target": "VGW"
667+
}
668+
]
669+
}
670+
]
671+
672+
673+
641674
```
642675

643676
---

reference-artifacts/config.ALZ.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,10 +1222,6 @@
12221222
{
12231223
"name": "FWMgmt_azA",
12241224
"routes": [
1225-
{
1226-
"destination": "10.0.0.0/8",
1227-
"target": "VGW"
1228-
},
12291225
{
12301226
"destination": "0.0.0.0/0",
12311227
"target": "firewall",
@@ -1242,10 +1238,6 @@
12421238
{
12431239
"name": "FWMgmt_azB",
12441240
"routes": [
1245-
{
1246-
"destination": "10.0.0.0/8",
1247-
"target": "VGW"
1248-
},
12491241
{
12501242
"destination": "0.0.0.0/0",
12511243
"target": "firewall",

reference-artifacts/config.example.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,10 +1217,6 @@
12171217
{
12181218
"name": "FWMgmt_azA",
12191219
"routes": [
1220-
{
1221-
"destination": "10.0.0.0/8",
1222-
"target": "VGW"
1223-
},
12241220
{
12251221
"destination": "0.0.0.0/0",
12261222
"target": "firewall",
@@ -1237,10 +1233,6 @@
12371233
{
12381234
"name": "FWMgmt_azB",
12391235
"routes": [
1240-
{
1241-
"destination": "10.0.0.0/8",
1242-
"target": "VGW"
1243-
},
12441236
{
12451237
"destination": "0.0.0.0/0",
12461238
"target": "firewall",

reference-artifacts/config.lite-example.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,10 +1157,6 @@
11571157
{
11581158
"name": "FWMgmt_azA",
11591159
"routes": [
1160-
{
1161-
"destination": "10.0.0.0/8",
1162-
"target": "VGW"
1163-
},
11641160
{
11651161
"destination": "0.0.0.0/0",
11661162
"target": "firewall",
@@ -1177,10 +1173,6 @@
11771173
{
11781174
"name": "FWMgmt_azB",
11791175
"routes": [
1180-
{
1181-
"destination": "10.0.0.0/8",
1182-
"target": "VGW"
1183-
},
11841176
{
11851177
"destination": "0.0.0.0/0",
11861178
"target": "firewall",

0 commit comments

Comments
 (0)