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

This commit is contained in:
2025-08-07 13:11:09 +02:00
parent b2fc8a5152
commit 60d096519e

View File

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