From dfbd19395018bd4ccc6d4280e1befe41b6c29149 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Mon, 4 Aug 2025 15:24:07 +0200 Subject: [PATCH] Actualiser state.tf --- state.tf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/state.tf b/state.tf index 9ea7fa7..6e09bf8 100644 --- a/state.tf +++ b/state.tf @@ -1,13 +1,13 @@ 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" + 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" +# } }