comment backend.tf

This commit is contained in:
Edward Viaene
2020-03-17 21:22:53 +01:00
parent ef34e41349
commit 9586c7f64c
+7 -7
View File
@@ -1,7 +1,7 @@
terraform { #terraform {
backend "s3" { # backend "s3" {
bucket = "terraform-state-xx70dpnh" # bucket = "terraform-state-xx70dpnh"
key = "terraform.tfstate" # key = "terraform.tfstate"
region = "eu-west-1" # region = "eu-west-1"
} # }
} #}