terraform/internal/command/testdata/backend-unchanged/main.tf

6 lines
79 B
HCL

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