opentofu/command/test-fixtures/state-list-backend/main.tf
2017-02-21 19:43:05 -08:00

6 lines
79 B
HCL

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