Package | Description |
---|---|
com.hashicorp.cdktf |
cdktf
|
Modifier and Type | Method and Description |
---|---|
static CloudBackend.Builder |
CloudBackend.Builder.create(software.constructs.Construct scope) |
CloudBackend.Builder |
CloudBackend.Builder.hostname(String hostname)
(experimental) The hostname of a Terraform Enterprise installation, if using Terraform Enterprise.
|
CloudBackend.Builder |
CloudBackend.Builder.organization(String organization)
(experimental) The name of the organization containing the workspace(s) the current configuration should use.
|
CloudBackend.Builder |
CloudBackend.Builder.token(String token)
(experimental) The token used to authenticate with Terraform Cloud.
|
CloudBackend.Builder |
CloudBackend.Builder.workspaces(NamedCloudWorkspace workspaces)
(experimental) A nested block that specifies which remote Terraform Cloud workspaces to use for the current configuration.
|
CloudBackend.Builder |
CloudBackend.Builder.workspaces(TaggedCloudWorkspaces workspaces)
(experimental) A nested block that specifies which remote Terraform Cloud workspaces to use for the current configuration.
|
Copyright © 2023. All rights reserved.