Skip to content

Commit 4c27bb9

Browse files
committed
test routes
1 parent 5ac962f commit 4c27bb9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dist/terraform/latest/payg_standalone.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,15 @@
126126
},
127127
"default": {
128128
"class": "Route",
129-
"gw": "${externalGateway}",
129+
"gw": "${mgmtGateway}",
130130
"network": "default",
131131
"mtu": 1500
132+
},
133+
"applications": {
134+
"class": "Route",
135+
"gw": "${internalGateway}",
136+
"network": "vnetSubnet",
137+
"mtu": 1500
132138
}
133139
}
134140
}

0 commit comments

Comments
 (0)