diff --git a/avm/res/azure-stack-hci/cluster/tests/e2e/2nodeswitched.defaults/main.test.bicep b/avm/res/azure-stack-hci/cluster/tests/e2e/2nodeswitched.defaults/main.test.bicep index 4d571fc657..a9d33e8f9c 100644 --- a/avm/res/azure-stack-hci/cluster/tests/e2e/2nodeswitched.defaults/main.test.bicep +++ b/avm/res/azure-stack-hci/cluster/tests/e2e/2nodeswitched.defaults/main.test.bicep @@ -77,7 +77,7 @@ module hciDependencies 'dependencies.bicep' = { } } -module cluster '../../../main.bicep' = [ +module testDeployment '../../../main.bicep' = [ for deploymentOperation in deploymentOperations: { dependsOn: [ hciDependencies diff --git a/avm/res/azure-stack-hci/cluster/tests/e2e/3nodeswitchless.defaults/main.test.bicep b/avm/res/azure-stack-hci/cluster/tests/e2e/3nodeswitchless.defaults/main.test.bicep index e2d37057a4..cb054dd7f1 100644 --- a/avm/res/azure-stack-hci/cluster/tests/e2e/3nodeswitchless.defaults/main.test.bicep +++ b/avm/res/azure-stack-hci/cluster/tests/e2e/3nodeswitchless.defaults/main.test.bicep @@ -77,7 +77,7 @@ module hciDependencies 'dependencies.bicep' = { } } -module cluster '../../../main.bicep' = [ +module testDeployment '../../../main.bicep' = [ for deploymentOperation in deploymentOperations: { dependsOn: [ hciDependencies diff --git a/avm/res/azure-stack-hci/cluster/tests/e2e/waf-aligned/main.test.bicep b/avm/res/azure-stack-hci/cluster/tests/e2e/waf-aligned/main.test.bicep index aa2b64d571..ef84c98426 100644 --- a/avm/res/azure-stack-hci/cluster/tests/e2e/waf-aligned/main.test.bicep +++ b/avm/res/azure-stack-hci/cluster/tests/e2e/waf-aligned/main.test.bicep @@ -77,7 +77,7 @@ module hciDependencies 'dependencies.bicep' = { } } -module cluster '../../../main.bicep' = [ +module testDeployment '../../../main.bicep' = [ for deploymentOperation in deploymentOperations: { dependsOn: [ hciDependencies