terraform/command/test-fixtures/state-list-backend/main.tf

6 lines
79 B
HCL

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