mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
comment backend.tf
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "terraform-state-xx70dpnh"
|
||||
key = "terraform.tfstate"
|
||||
region = "eu-west-1"
|
||||
}
|
||||
}
|
||||
#terraform {
|
||||
# backend "s3" {
|
||||
# bucket = "terraform-state-xx70dpnh"
|
||||
# key = "terraform.tfstate"
|
||||
# region = "eu-west-1"
|
||||
# }
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user