File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/accelerator/startermodules/terraform-platform-landing-zone/options Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Follow these steps to customize the management group names and IDs:
2424 {{< tabs "1" >}}
2525 {{< tab "Windows" >}}
2626``` pwsh
27- $filePath = "c:\accelerator\config\lib\archetype_definitions \alz.alz_architecture_definition.json"
27+ $filePath = "c:\accelerator\config\lib\ architecture_definitions \alz.alz_architecture_definition.json"
2828New-Item -ItemType "file" $filePath -Force
2929(Invoke-WebRequest "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/refs/heads/main/platform/alz/architecture_definitions/alz.alz_architecture_definition.json").Content | Out-File $filePath -Force
3030```
3131 {{< /tab >}}
3232 {{< tab "Linux / macOS" >}}
3333``` pwsh
34- $filePath = "/accelerator/config/lib/archetype_definitions /alz.alz_architecture_definition.json"
34+ $filePath = "/accelerator/config/lib/architecture_definitions /alz.alz_architecture_definition.json"
3535New-Item -ItemType "file" $filePath -Force
3636(Invoke-WebRequest "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/refs/heads/main/platform/alz/architecture_definitions/alz.alz_architecture_definition.json").Content | Out-File $filePath -Force
3737```
You can’t perform that action at this time.
0 commit comments