We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8136304 commit 2b75503Copy full SHA for 2b75503
.github/parameters.json
@@ -4,6 +4,12 @@
4
"parameters": {
5
"applicationClientId": {
6
"value": "00000000-0000-0000-0000-000000000000"
7
+ },
8
+ "enableVpnGateway": {
9
+ "value": "false"
10
11
+ "enableBastion": {
12
13
}
14
15
bicep/main.parameters.json
"value": "${AZURE_CLIENT_ID}"
+ "value": "${ENABLE_VPN_GATEWAY}"
+ "value": "${ENABLE_BASTION}"
0 commit comments