terraform/configs/testdata/valid-files/backend.tf

11 lines
92 B
HCL

terraform {
backend "example" {
foo = "bar"
baz {
bar = "foo"
}
}
}