Actualiser state.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 17s

This commit is contained in:
2025-07-07 09:00:07 +02:00
parent 2b226bc0f8
commit 27a39fedbc

View File

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