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

This commit is contained in:
2025-08-06 16:39:06 +02:00
parent 367ea2348d
commit 3b82885e3c

View File

@@ -1,8 +1,7 @@
terraform { #terraform {
backend "s3" { # backend "s3" {
bucket = "terraform-aws-bucket" # bucket = "terraform-aws-bucket"
key = "backend/aws-bucket/terraform.tfstate" # key = "backend/aws-bucket/terraform.tfstate"
region = "eu-north-1" # region = "eu-north-1"
role_arn = "arn:aws:iam::681214183695:user/terraform" # }
} #}
}