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

This commit is contained in:
2025-07-08 19:40:14 +02:00
parent a2736e0b4c
commit ca256c4a18

View File

@@ -1,12 +1,12 @@
terraform {
backend "local" {
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
# 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
}
}