Actualiser state.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s

This commit is contained in:
2025-08-06 20:32:24 +02:00
parent fc1b471492
commit a9f3857a7d

View File

@@ -1,13 +1,7 @@
terraform { terraform {
backend "local" { backend "s3" {
path = "terraform.tfstate" 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"
# }
}