github.com/nevins-b/terraform@v0.3.8-0.20170215184714-bbae22007d5a/command/test-fixtures/backend-new-migrate-existing/main.tf (about)

     1  terraform {
     2      backend "local" {
     3          path = "local-state.tfstate"
     4      }
     5  }