terraform/internal/configs/testdata/valid-files/cloud.tf

11 lines
80 B
HCL

terraform {
cloud {
foo = "bar"
baz {
bar = "foo"
}
}
}