mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 20:52:58 -06:00
11 lines
92 B
HCL
11 lines
92 B
HCL
|
|
terraform {
|
|
backend "example" {
|
|
foo = "bar"
|
|
|
|
baz {
|
|
bar = "foo"
|
|
}
|
|
}
|
|
}
|