We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0f79e commit 60cdac8Copy full SHA for 60cdac8
1 file changed
.github/workflows/end-to-end-test.yml
@@ -300,7 +300,7 @@ jobs:
300
# Terraform
301
if($infrastructureAsCode -eq "terraform") {
302
$Inputs["resource_name_suffix"] = $uniqueId
303
- $architectureFilePath = "${{ env.STARTER_MODULE_FOLDER }}/lib/architecture_definitions/alz_custom.alz_architecture_definition.yaml"
+ $architectureFilePath = "${{ env.STARTER_MODULE_FOLDER }}/templates/$starterModule/lib/architecture_definitions/alz_custom.alz_architecture_definition.yaml"
304
$architectureFile = Get-Content -Path $architectureFilePath -Raw
305
$architectureFile = $architectureFile.Replace("id: test", "id: test-$uniqueId")
306
$architectureFile = $architectureFile.Replace("display_name: Test", "display_name: Test $uniqueId")
0 commit comments