blob: bd8e0f669ab12407f488694189d0b6be5f59b83e [file] [log] [blame]
terraform {
backend "example" {
foo = "bar"
baz {
bar = "foo"
}
}
}