python-terrascript/docs/tutorials/backend1.tf

5 lines
81 B
HCL

terraform {
backend "local" {
path = "example_app/terraform_state"
}
}