Skip to content

Commit 80d7d56

Browse files
committed
fix: correct path for compute module in main.bicep
1 parent 6a9ea02 commit 80d7d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module managedIdentity 'modules/managedIdentity.bicep' = {
138138
scope: fakeSurveyGeneratorResourceGroup
139139
}
140140

141-
module compute 'compute.bicep' = {
141+
module compute 'modules/compute.bicep' = {
142142
name: 'compute'
143143
params: {
144144
location: location

0 commit comments

Comments
 (0)