Files
terraform-cloudflare-dns-zo…/state.tf
Hubert Cornet ca6b2f9434
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
Actualiser state.tf
2025-07-08 19:41:47 +02:00

14 lines
360 B
HCL

terraform {
# backend "local" {
# path = "terraform.tfstate"
# }
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"
}
}