terraform/internal/command/testdata/cloud-config/main.tf
Brandon Croft 63e017b81b
cloudplugin: download and verify plugin
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
2023-08-14 14:07:20 -06:00

9 lines
92 B
HCL

terraform {
cloud {
organization = "hashicorp"
workspaces {
name = "test"
}
}
}