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

13 lines
296 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
}
}