github.com/gerbenjacobs/terraform@v0.9.5-0.20170630130047-e6ddd62583d8/command/test-fixtures/state-list-backend/main.tf (about)

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