mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 02:20:07 -04:00
Adds a client that encapsulates the process of downloading a cloudplugin manifest from a Terraform Cloud, downloads the appropriate binary to the specified location, and validates that it was distributed by HashiCorp
9 lines
92 B
HCL
9 lines
92 B
HCL
terraform {
|
|
cloud {
|
|
organization = "hashicorp"
|
|
|
|
workspaces {
|
|
name = "test"
|
|
}
|
|
}
|
|
}
|