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

This commit is contained in:
2025-08-06 16:37:17 +02:00
parent d190a235c2
commit 367ea2348d

View File

@@ -1,7 +1,8 @@
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"
} }
} }