Skip to content

Commit baf5f62

Browse files
authored
Update main.bicep
1 parent bf28f9d commit baf5f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfrastructureAsCode/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@description('Environment of the web app')
2-
param environment string = 'test'
2+
param environment string = 'prod'
33

44
@description('Location of services')
55
param location string = resourceGroup().location

0 commit comments

Comments
 (0)