Skip to content

Commit

Permalink
Merge pull request #277 from acend/dst/fix_aks_remotestate
Browse files Browse the repository at this point in the history
fix aks remote state chapter
  • Loading branch information
sybnex authored Dec 19, 2023
2 parents e2adab9 + e8cd2e8 commit bc3da2f
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 bc3da2f

Please sign in to comment.