Skip to content

Commit

Permalink
docs: move reference to more relevant location (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Dec 5, 2024
1 parent e34c12d commit ccd0c86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Bicep template that creates an Azure Storage account to store Terraform state files:

- Creates a storage account with the specified name.
- Configures the storage account according to security recommendations.
- Configures the storage account according to [security recommendations](https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations).
- Creates a storage container `tfstate`.
- Grants access to the storage account for specified user, group and service principals.
- Creates a read-only lock to prevent changes to the storage account.
Expand Down Expand Up @@ -81,7 +81,6 @@ Bicep template that creates an Azure Storage account to store Terraform state fi
## References

- [Store Terraform state in Azure Storage](https://learn.microsoft.com/en-us/azure/developer/terraform/store-state-in-azure-storage?tabs=azure-cli)
- [Security recommendations for Azure Storage](https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations)
- [Terraform backend configuration for Azure Storage](https://www.terraform.io/language/settings/backends/azurerm)

## Contributing
Expand Down

0 comments on commit ccd0c86

Please sign in to comment.