Initializer
Properties
| Name | Type | Description |
|---|---|---|
organization | java.lang.String | The name of the organization containing the workspace(s) the current configuration should use. |
workspaces | NamedCloudWorkspace|TaggedCloudWorkspaces | A nested block that specifies which remote Terraform Cloud workspaces to use for the current configuration. |
hostname | java.lang.String | The hostname of a Terraform Enterprise installation, if using Terraform Enterprise. |
token | java.lang.String | The token used to authenticate with Terraform Cloud. |
organizationRequired
- Type: java.lang.String
workspacesRequired
hostnameOptional
- Type: java.lang.String
- Default: app.terraform.io
tokenOptional
- Type: java.lang.String