8 lines
108 B
Terraform
8 lines
108 B
Terraform
|
terraform {
|
||
|
backend "foo" {
|
||
|
foo = "bar"
|
||
|
bar = ["baz"]
|
||
|
map = { a = "b" }
|
||
|
}
|
||
|
}
|