terraform/command/test-fixtures/backend-new/main.tf

6 lines
79 B
HCL

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