Skip to content

Commit cddf330

Browse files
authored
Update main.bicep
1 parent c6b7c8e commit cddf330

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 = 'prod'
2+
param environment string = 'test'
33

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

0 commit comments

Comments
 (0)