Files
opentf/internal/configs/testdata/valid-files/cloud.tf
Chris Arcand a4c24e3147 Add cloud {} configuration block for Terraform Cloud
This is a replacement declaration for using Terraform Cloud as a remote
backend, leaving the literal backend as an implementation detail and not
a user-level concept.
2021-10-28 19:29:09 -05:00

11 lines
80 B
HCL

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