Skip to content

Commit

Permalink
name deployment 'testDeployment'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrat2005 committed Oct 15, 2024
1 parent 779481c commit 70dc9d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module hciDependencies 'dependencies.bicep' = {
}
}

module cluster '../../../main.bicep' = [
module testDeployment '../../../main.bicep' = [
for deploymentOperation in deploymentOperations: {
dependsOn: [
hciDependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module hciDependencies 'dependencies.bicep' = {
}
}

module cluster '../../../main.bicep' = [
module testDeployment '../../../main.bicep' = [
for deploymentOperation in deploymentOperations: {
dependsOn: [
hciDependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module hciDependencies 'dependencies.bicep' = {
}
}

module cluster '../../../main.bicep' = [
module testDeployment '../../../main.bicep' = [
for deploymentOperation in deploymentOperations: {
dependsOn: [
hciDependencies
Expand Down

0 comments on commit 70dc9d8

Please sign in to comment.