Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Dec 4, 2024
1 parent ad82812 commit 25660ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/terraform-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This directory contains a Bicep template that will create an Azure Storage accou
1. Deploy the Bicep template to the resource group:

```console
az deployment group create --resource-group tfstate --template-uri https://github.com/equinor/ops-actions/blob/main/scripts/terraform-backend/main.bicep --parameters storageAccountName=<STORAGE_ACCOUNT_NAME>
az deployment group create --name terraform-backend --resource-group tfstate --template-uri https://github.com/equinor/ops-actions/blob/main/scripts/terraform-backend/main.bicep --parameters storageAccountName=<STORAGE_ACCOUNT_NAME>
```

Requires Azure role `Owner` at the resource group scope.
Expand Down

0 comments on commit 25660ea

Please sign in to comment.