terraform/command/test-fixtures/init-backend-config-file-ch.../main.tf

6 lines
79 B
HCL

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