Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mazgi committed Oct 13, 2022
1 parent af4b296 commit edb8d98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/backend.azurerm.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# See https://www.terraform.io/language/settings/backends/azurerm
terraform {
backend "azurerm" {
container_name = "provisioning"
Expand Down
1 change: 1 addition & 0 deletions provisioning/backend.gcs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# See https://www.terraform.io/language/settings/backends/gcs
terraform {
backend "gcs" {
prefix = "default/terraform"
Expand Down
4 changes: 4 additions & 0 deletions provisioning/backend.s3.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# WARN: The s3 backend currently does not support state locking!
# See:
# - https://www.terraform.io/language/settings/backends/s3
# - https://github.com/hashicorp/terraform/issues/27070
terraform {
backend "s3" {
key = "default/terraform"
Expand Down

0 comments on commit edb8d98

Please sign in to comment.