Skip to content

Commit

Permalink
fix aks remote state chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
sybnex committed Dec 19, 2023
1 parent e2adab9 commit e8cd2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/06_azure/2-remote-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export ACCOUNT=tfstate$RANDOM
```bash
az group create --location westeurope --name rg-terraform-$NAME
az storage account create --name $ACCOUNT --resource-group rg-terraform-$NAME
az storage container create --resource-group rg-terraform-$NAME --account-name $ACCOUNT --name terraform-state --public-access off
az storage container create --resource-group rg-terraform-$NAME --account-name $ACCOUNT --name terraform-state --public-access off --auth-mode login
echo $ACCOUNT
```

Expand Down

0 comments on commit e8cd2e8

Please sign in to comment.