Closed MarcGueury closed 1 year ago
terraform { backend "local" { path = "../../target/terraform.tfstate" } }
Fixed in version 1.5. The state is now stored in $APP_HOME/target/tfstate.tf
terraform { backend "local" { path = "../../target/terraform.tfstate" } }