Skip to content

Commit b0cd5b3

Browse files
Update main.bicep
added - @description('Name of the existing resource group') param existingResourceGroupName string
1 parent b05f38a commit b0cd5b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/main.bicep

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ param name string
99
@description('Primary location for all resources')
1010
param location string
1111

12+
@description('Name of the existing resource group')
13+
param existingResourceGroupName string
14+
1215
@description('Whether the deployment is running on GitHub Actions')
1316
param runningOnGh string = ''
1417

0 commit comments

Comments
 (0)