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

This commit is contained in:
2025-08-06 16:15:19 +02:00
parent 79501ca0ab
commit d190a235c2

7
state.tf Normal file
View File

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