mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 02:20:07 -04: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.
10 lines
80 B
HCL
10 lines
80 B
HCL
|
|
terraform {
|
|
cloud {
|
|
foo = "bar"
|
|
|
|
baz {
|
|
bar = "foo"
|
|
}
|
|
}
|
|
}
|