github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/testdata/valid-files/backend.tf (about) 1 2 terraform { 3 backend "example" { 4 foo = "bar" 5 6 baz { 7 bar = "foo" 8 } 9 } 10 }