Skip to content

Commit 4fac863

Browse files
fix: mg path (#36)
1 parent e390736 commit 4fac863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/accelerator/startermodules/terraform-platform-landing-zone/options/management-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2828
New-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"
3535
New-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
```

0 commit comments

Comments
 (0)