Skip to content

Commit 2b75503

Browse files
committed
Updated parameters.
1 parent 8136304 commit 2b75503

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/parameters.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"parameters": {
55
"applicationClientId": {
66
"value": "00000000-0000-0000-0000-000000000000"
7+
},
8+
"enableVpnGateway": {
9+
"value": "false"
10+
},
11+
"enableBastion": {
12+
"value": "false"
713
}
814
}
915
}

bicep/main.parameters.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"parameters": {
55
"applicationClientId": {
66
"value": "${AZURE_CLIENT_ID}"
7+
},
8+
"enableVpnGateway": {
9+
"value": "${ENABLE_VPN_GATEWAY}"
10+
},
11+
"enableBastion": {
12+
"value": "${ENABLE_BASTION}"
713
}
814
}
915
}

0 commit comments

Comments
 (0)