mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-23 08:01:51 -05:00
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.
11 lines
80 B
HCL
11 lines
80 B
HCL
|
|
terraform {
|
|
cloud {
|
|
foo = "bar"
|
|
|
|
baz {
|
|
bar = "foo"
|
|
}
|
|
}
|
|
}
|