mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
11 lines
80 B
Terraform
11 lines
80 B
Terraform
|
|
|
||
|
|
terraform {
|
||
|
|
cloud {
|
||
|
|
foo = "bar"
|
||
|
|
|
||
|
|
baz {
|
||
|
|
bar = "foo"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|