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

This commit is contained in:
2025-08-08 09:03:48 +02:00
parent bf3c101b87
commit 107f3b34ee

7
state.tf Normal file
View File

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