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

This commit is contained in:
2025-07-08 15:22:08 +02:00
parent ed40cdca3f
commit a2736e0b4c

View File

@@ -2,4 +2,11 @@ terraform {
backend "local" { backend "local" {
path = "terraform.tfstate" path = "terraform.tfstate"
} }
# backend "s3" {
# bucket = "terraform-cloudflare-dns-zone"
# key = "prod/terraform.tfstate"
# region = "eu-north-1"
# dynamodb_table = "shoppr-tfstate-locking"
# encrypt = true
# }
} }