opentofu/configs/testdata/valid-files/backend.tf
2019-06-30 10:16:15 +02:00

11 lines
92 B
HCL

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