11 lines
92 B
Terraform
11 lines
92 B
Terraform
|
|
||
|
terraform {
|
||
|
backend "example" {
|
||
|
foo = "bar"
|
||
|
|
||
|
baz {
|
||
|
bar = "foo"
|
||
|
}
|
||
|
}
|
||
|
}
|