We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e908f commit b7cde44Copy full SHA for b7cde44
1 file changed
.github/workflows/end-to-end-test.yml
@@ -438,7 +438,7 @@ jobs:
438
try {
439
Write-Host "Running the ALZ Module"
440
$starterModuleOverrideFolderPath = "${{ env.STARTER_MODULE_FOLDER }}"
441
- if($infrastructureAsCode -eq "terraform" -or $infrastructureAsCode -eq "bicep-classic") {
+ if($infrastructureAsCode -eq "terraform") {
442
$starterModuleOverrideFolderPath = "$starterModuleOverrideFolderPath/templates"
443
}
444
Deploy-Accelerator `
0 commit comments