Files
terraform-cloudflare-dns-zo…/state.tf
Hubert Cornet dfbd193950
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 17s
Actualiser state.tf
2025-08-04 15:24:07 +02:00

14 lines
365 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"
# }
}