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

This commit is contained in:
2025-07-07 18:43:21 +02:00
parent 27a39fedbc
commit ed40cdca3f

View File

@@ -1,5 +1,5 @@
terraform {
backend "local" {
path = ".terraform/terraform.tfstate"
path = "terraform.tfstate"
}
}