github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/test/fixtures/terraform-backend/main.tf (about) 1 terraform { 2 backend "local" {} 3 } 4 5 output "test" { 6 value = "Hello, World" 7 }