mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 16:40:08 -05:00
7 lines
108 B
HCL
7 lines
108 B
HCL
terraform {
|
|
backend "foo" {
|
|
foo = "bar"
|
|
bar = ["baz"]
|
|
map = { a = "b" }
|
|
}
|
|
}
|