mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-09 17:01:07 -05:00
8 lines
108 B
HCL
8 lines
108 B
HCL
terraform {
|
|
backend "foo" {
|
|
foo = "bar"
|
|
bar = ["baz"]
|
|
map = { a = "b" }
|
|
}
|
|
}
|