Skip to content

Commit

Permalink
docs: correct sandbox naming in policy-assignment.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdnathan authored Feb 27, 2025
1 parent 01a1bd6 commit f54bb7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `lib` folder should contain the following structure (we are showing it neste
{{< tabs "1" >}}
{{< tab "Windows" >}}
```pwsh
$archetypes = $("connectivity", "corp", "decommissioned", "identity", "management", "landing_zones", "platform", "root", "sandboxes")
$archetypes = $("connectivity", "corp", "decommissioned", "identity", "management", "landing_zones", "platform", "root", "sandbox")
foreach($archetype in $archetypes){
$filePath = "c:\accelerator\config\lib\archetype_definitions\$($archetype).alz_archetype_override.json"
New-Item -ItemType "file" $filePath -Force
Expand All @@ -31,7 +31,7 @@ foreach($archetype in $archetypes){
{{< /tab >}}
{{< tab "Linux / macOS" >}}
```pwsh
$archetypes = $("connectivity", "corp", "decommissioned", "identity", "management", "landing_zones", "platform", "root", "sandboxes")
$archetypes = $("connectivity", "corp", "decommissioned", "identity", "management", "landing_zones", "platform", "root", "sandbox")
foreach($archetype in $archetypes){
$filePath = "/accelerator/config/lib/archetype_definitions/$($archetype).alz_archetype_override.json"
New-Item -ItemType "file" $filePath -Force
Expand Down

0 comments on commit f54bb7e

Please sign in to comment.