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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
81 B
Terraform
Raw Permalink Normal View History

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