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

6 lines
79 B
Terraform
Raw Normal View History

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