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

This commit is contained in:
2025-08-06 16:40:34 +02:00
parent 3b82885e3c
commit 4bda79736e

View File

@@ -1,7 +1,7 @@
#terraform {
# backend "s3" {
# bucket = "terraform-aws-bucket"
# key = "backend/aws-bucket/terraform.tfstate"
# region = "eu-north-1"
# }
#}
terraform {
backend "s3" {
bucket = "terraform-aws-bucket"
key = "backend/aws-bucket/terraform.tfstate"
region = "eu-north-1"
}
}