11 lines
80 B
Terraform
11 lines
80 B
Terraform
|
|
||
|
terraform {
|
||
|
cloud {
|
||
|
foo = "bar"
|
||
|
|
||
|
baz {
|
||
|
bar = "foo"
|
||
|
}
|
||
|
}
|
||
|
}
|