We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05f38a commit b0cd5b3Copy full SHA for b0cd5b3
infra/main.bicep
@@ -9,6 +9,9 @@ param name string
9
@description('Primary location for all resources')
10
param location string
11
12
+@description('Name of the existing resource group')
13
+param existingResourceGroupName string
14
+
15
@description('Whether the deployment is running on GitHub Actions')
16
param runningOnGh string = ''
17
0 commit comments