MarcGueury / oci-starter

Oracle Cloud Infrastructure - OCI Starter
https://www.ocistarter.com
Other
3 stars 5 forks source link

Terraform state file is store in src directory. #62

Closed MarcGueury closed 1 year ago

MarcGueury commented 1 year ago

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

MarcGueury commented 1 year ago

Fixed in version 1.5. The state is now stored in $APP_HOME/target/tfstate.tf