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

This commit is contained in:
2025-08-07 13:03:35 +02:00
parent 214db4a755
commit c9f9eb9e8b

7
state.tf Normal file
View File

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