mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-14 01:00:40 -04:00
11 lines
92 B
HCL
11 lines
92 B
HCL
|
|
terraform {
|
|
backend "example" {
|
|
foo = "bar"
|
|
|
|
baz {
|
|
bar = "foo"
|
|
}
|
|
}
|
|
}
|