hcornet ac2c934c8f
All checks were successful
terraform validation / Terraform (push) Successful in 17s
add : file state
2025-01-21 07:53:29 +01:00

6 lines
75 B
HCL

terraform {
backend "local" {
path = "state/terraform.tfstate"
}
}