This commit is contained in:
14
state.tf
14
state.tf
@@ -1,13 +1,7 @@
|
||||
terraform {
|
||||
backend "local" {
|
||||
path = "terraform.tfstate"
|
||||
backend "s3" {
|
||||
bucket = "tips-of-mine-terraform-bucket-backend"
|
||||
key = "backend/cloudflare-dns-org/terraform.tfstate"
|
||||
region = "eu-north-1"
|
||||
}
|
||||
# backend "s3" {
|
||||
# bucket = "terraform-cloudflare-bucket"
|
||||
# key = "prod/terraform.tfstate"
|
||||
# region = "eu-north-1"
|
||||
# dynamodb_table = "shoppr-tfstate-locking"
|
||||
# encrypt = true
|
||||
# role_arn = "arn:aws:iam::681214183695:user/terraform"
|
||||
# }
|
||||
}
|
Reference in New Issue
Block a user