terraform/internal/command/testdata/backend-changed-with-legacy/main.tf

6 lines
81 B
Terraform
Raw Normal View History

2017-01-19 05:50:45 +01:00
terraform {
backend "local" {
path = "local-state-2.tfstate"
}
}