Uses of Class
com.hashicorp.cdktf.CloudBackend.Builder
Packages that use CloudBackend.Builder
-
Uses of CloudBackend.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return CloudBackend.BuilderModifier and TypeMethodDescriptionstatic CloudBackend.BuilderCloudBackend.Builder.create(software.constructs.Construct scope) (experimental) The hostname of a Terraform Enterprise installation, if using Terraform Enterprise.CloudBackend.Builder.organization(String organization) (experimental) The name of the organization containing the workspace(s) the current configuration should use.(experimental) The token used to authenticate with Terraform Cloud.CloudBackend.Builder.workspaces(NamedCloudWorkspace workspaces) (experimental) A nested block that specifies which remote Terraform Cloud workspaces to use for the current configuration.CloudBackend.Builder.workspaces(TaggedCloudWorkspaces workspaces) (experimental) A nested block that specifies which remote Terraform Cloud workspaces to use for the current configuration.