github.com/paultyng/terraform@v0.6.11-0.20180227224804-66ff8f8bed40/configs/test-fixtures/valid-files/backend.tf (about) 1 2 terraform { 3 backend "example" { 4 foo = "bar" 5 6 baz { 7 bar = "foo" 8 } 9 } 10 }