Skip to content

Commit

Permalink
Updated parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 17, 2024
1 parent 8136304 commit 2b75503
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"parameters": {
"applicationClientId": {
"value": "00000000-0000-0000-0000-000000000000"
},
"enableVpnGateway": {
"value": "false"
},
"enableBastion": {
"value": "false"
}
}
}
6 changes: 6 additions & 0 deletions bicep/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"parameters": {
"applicationClientId": {
"value": "${AZURE_CLIENT_ID}"
},
"enableVpnGateway": {
"value": "${ENABLE_VPN_GATEWAY}"
},
"enableBastion": {
"value": "${ENABLE_BASTION}"
}
}
}

0 comments on commit 2b75503

Please sign in to comment.