github.com/dgracilieri/terraform@v0.11.12-beta1/command/test-fixtures/backend-change-multi-to-no-default-with-default/main.tf (about)

     1  terraform {
     2      backend "local-no-default" {
     3          environment_dir = "envdir-new"
     4      }
     5  }