github.com/lakshmikarc/terraform-2@v0.11.9-0.20181005183753-e0b7475984b7/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 }