Actualiser state.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 17s

This commit is contained in:
2025-08-04 15:24:07 +02:00
parent 4c47247558
commit dfbd193950

View File

@@ -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"
# }
}