github.com/kjmkznr/terraform@v0.5.2-0.20180216194316-1d0f5fdac99e/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 }