github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/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 }