Skip to content

Commit

Permalink
docs/add-references (#10)
Browse files Browse the repository at this point in the history
Add references to external documents that were used to implement the Bicep template.
  • Loading branch information
hknutsen authored Dec 5, 2024
1 parent 78dbe84 commit 6386b90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ Bicep template that creates an Azure Storage account to store Terraform state fi
terraform init
```

## 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

See [contributing guidelines](CONTRIBUTING.md).
Expand Down

0 comments on commit 6386b90

Please sign in to comment.