github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/test/fixtures/terraform-backend/main.tf (about)

     1  terraform {
     2    backend "local" {}
     3  }
     4  
     5  output "test" {
     6    value = "Hello, World"
     7  }