diff --git a/README.md b/README.md index f27ecfa5f..f5d24fdc8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for hashicorp/hcp provider version 0.92.0 +# CDKTF prebuilt bindings for hashicorp/hcp provider version 0.93.0 -This repo builds and publishes the [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform hcp provider version 1:1. These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0) +- [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/API.csharp.md b/docs/API.csharp.md index 730684dc7..c311c880b 100644 --- a/docs/API.csharp.md +++ b/docs/API.csharp.md @@ -37,10 +37,11 @@ The following submodules are available: - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.csharp.md) - [dataHcpVaultSecretsRotatingSecret](./dataHcpVaultSecretsRotatingSecret.csharp.md) - [dataHcpVaultSecretsSecret](./dataHcpVaultSecretsSecret.csharp.md) +- [dataHcpWaypointAction](./dataHcpWaypointAction.csharp.md) - [dataHcpWaypointAddOn](./dataHcpWaypointAddOn.csharp.md) - [dataHcpWaypointAddOnDefinition](./dataHcpWaypointAddOnDefinition.csharp.md) - [dataHcpWaypointApplication](./dataHcpWaypointApplication.csharp.md) -- [dataHcpWaypointApplicationTemplate](./dataHcpWaypointApplicationTemplate.csharp.md) +- [dataHcpWaypointTemplate](./dataHcpWaypointTemplate.csharp.md) - [group](./group.csharp.md) - [groupIamBinding](./groupIamBinding.csharp.md) - [groupIamPolicy](./groupIamPolicy.csharp.md) @@ -69,10 +70,11 @@ The following submodules are available: - [vaultSecretsAppIamBinding](./vaultSecretsAppIamBinding.csharp.md) - [vaultSecretsAppIamPolicy](./vaultSecretsAppIamPolicy.csharp.md) - [vaultSecretsSecret](./vaultSecretsSecret.csharp.md) +- [waypointAction](./waypointAction.csharp.md) - [waypointAddOn](./waypointAddOn.csharp.md) - [waypointAddOnDefinition](./waypointAddOnDefinition.csharp.md) - [waypointApplication](./waypointApplication.csharp.md) -- [waypointApplicationTemplate](./waypointApplicationTemplate.csharp.md) +- [waypointTemplate](./waypointTemplate.csharp.md) - [waypointTfcConfig](./waypointTfcConfig.csharp.md) diff --git a/docs/API.go.md b/docs/API.go.md index b0eeffcd9..1160f033e 100644 --- a/docs/API.go.md +++ b/docs/API.go.md @@ -37,10 +37,11 @@ The following submodules are available: - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.go.md) - [dataHcpVaultSecretsRotatingSecret](./dataHcpVaultSecretsRotatingSecret.go.md) - [dataHcpVaultSecretsSecret](./dataHcpVaultSecretsSecret.go.md) +- [dataHcpWaypointAction](./dataHcpWaypointAction.go.md) - [dataHcpWaypointAddOn](./dataHcpWaypointAddOn.go.md) - [dataHcpWaypointAddOnDefinition](./dataHcpWaypointAddOnDefinition.go.md) - [dataHcpWaypointApplication](./dataHcpWaypointApplication.go.md) -- [dataHcpWaypointApplicationTemplate](./dataHcpWaypointApplicationTemplate.go.md) +- [dataHcpWaypointTemplate](./dataHcpWaypointTemplate.go.md) - [group](./group.go.md) - [groupIamBinding](./groupIamBinding.go.md) - [groupIamPolicy](./groupIamPolicy.go.md) @@ -69,10 +70,11 @@ The following submodules are available: - [vaultSecretsAppIamBinding](./vaultSecretsAppIamBinding.go.md) - [vaultSecretsAppIamPolicy](./vaultSecretsAppIamPolicy.go.md) - [vaultSecretsSecret](./vaultSecretsSecret.go.md) +- [waypointAction](./waypointAction.go.md) - [waypointAddOn](./waypointAddOn.go.md) - [waypointAddOnDefinition](./waypointAddOnDefinition.go.md) - [waypointApplication](./waypointApplication.go.md) -- [waypointApplicationTemplate](./waypointApplicationTemplate.go.md) +- [waypointTemplate](./waypointTemplate.go.md) - [waypointTfcConfig](./waypointTfcConfig.go.md) diff --git a/docs/API.java.md b/docs/API.java.md index c2a491c16..d1a69c20c 100644 --- a/docs/API.java.md +++ b/docs/API.java.md @@ -37,10 +37,11 @@ The following submodules are available: - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.java.md) - [dataHcpVaultSecretsRotatingSecret](./dataHcpVaultSecretsRotatingSecret.java.md) - [dataHcpVaultSecretsSecret](./dataHcpVaultSecretsSecret.java.md) +- [dataHcpWaypointAction](./dataHcpWaypointAction.java.md) - [dataHcpWaypointAddOn](./dataHcpWaypointAddOn.java.md) - [dataHcpWaypointAddOnDefinition](./dataHcpWaypointAddOnDefinition.java.md) - [dataHcpWaypointApplication](./dataHcpWaypointApplication.java.md) -- [dataHcpWaypointApplicationTemplate](./dataHcpWaypointApplicationTemplate.java.md) +- [dataHcpWaypointTemplate](./dataHcpWaypointTemplate.java.md) - [group](./group.java.md) - [groupIamBinding](./groupIamBinding.java.md) - [groupIamPolicy](./groupIamPolicy.java.md) @@ -69,10 +70,11 @@ The following submodules are available: - [vaultSecretsAppIamBinding](./vaultSecretsAppIamBinding.java.md) - [vaultSecretsAppIamPolicy](./vaultSecretsAppIamPolicy.java.md) - [vaultSecretsSecret](./vaultSecretsSecret.java.md) +- [waypointAction](./waypointAction.java.md) - [waypointAddOn](./waypointAddOn.java.md) - [waypointAddOnDefinition](./waypointAddOnDefinition.java.md) - [waypointApplication](./waypointApplication.java.md) -- [waypointApplicationTemplate](./waypointApplicationTemplate.java.md) +- [waypointTemplate](./waypointTemplate.java.md) - [waypointTfcConfig](./waypointTfcConfig.java.md) diff --git a/docs/API.python.md b/docs/API.python.md index 208013077..6a65ffd3f 100644 --- a/docs/API.python.md +++ b/docs/API.python.md @@ -37,10 +37,11 @@ The following submodules are available: - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.python.md) - [dataHcpVaultSecretsRotatingSecret](./dataHcpVaultSecretsRotatingSecret.python.md) - [dataHcpVaultSecretsSecret](./dataHcpVaultSecretsSecret.python.md) +- [dataHcpWaypointAction](./dataHcpWaypointAction.python.md) - [dataHcpWaypointAddOn](./dataHcpWaypointAddOn.python.md) - [dataHcpWaypointAddOnDefinition](./dataHcpWaypointAddOnDefinition.python.md) - [dataHcpWaypointApplication](./dataHcpWaypointApplication.python.md) -- [dataHcpWaypointApplicationTemplate](./dataHcpWaypointApplicationTemplate.python.md) +- [dataHcpWaypointTemplate](./dataHcpWaypointTemplate.python.md) - [group](./group.python.md) - [groupIamBinding](./groupIamBinding.python.md) - [groupIamPolicy](./groupIamPolicy.python.md) @@ -69,10 +70,11 @@ The following submodules are available: - [vaultSecretsAppIamBinding](./vaultSecretsAppIamBinding.python.md) - [vaultSecretsAppIamPolicy](./vaultSecretsAppIamPolicy.python.md) - [vaultSecretsSecret](./vaultSecretsSecret.python.md) +- [waypointAction](./waypointAction.python.md) - [waypointAddOn](./waypointAddOn.python.md) - [waypointAddOnDefinition](./waypointAddOnDefinition.python.md) - [waypointApplication](./waypointApplication.python.md) -- [waypointApplicationTemplate](./waypointApplicationTemplate.python.md) +- [waypointTemplate](./waypointTemplate.python.md) - [waypointTfcConfig](./waypointTfcConfig.python.md) diff --git a/docs/API.typescript.md b/docs/API.typescript.md index f259de728..8c54c6774 100644 --- a/docs/API.typescript.md +++ b/docs/API.typescript.md @@ -37,10 +37,11 @@ The following submodules are available: - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.typescript.md) - [dataHcpVaultSecretsRotatingSecret](./dataHcpVaultSecretsRotatingSecret.typescript.md) - [dataHcpVaultSecretsSecret](./dataHcpVaultSecretsSecret.typescript.md) +- [dataHcpWaypointAction](./dataHcpWaypointAction.typescript.md) - [dataHcpWaypointAddOn](./dataHcpWaypointAddOn.typescript.md) - [dataHcpWaypointAddOnDefinition](./dataHcpWaypointAddOnDefinition.typescript.md) - [dataHcpWaypointApplication](./dataHcpWaypointApplication.typescript.md) -- [dataHcpWaypointApplicationTemplate](./dataHcpWaypointApplicationTemplate.typescript.md) +- [dataHcpWaypointTemplate](./dataHcpWaypointTemplate.typescript.md) - [group](./group.typescript.md) - [groupIamBinding](./groupIamBinding.typescript.md) - [groupIamPolicy](./groupIamPolicy.typescript.md) @@ -69,10 +70,11 @@ The following submodules are available: - [vaultSecretsAppIamBinding](./vaultSecretsAppIamBinding.typescript.md) - [vaultSecretsAppIamPolicy](./vaultSecretsAppIamPolicy.typescript.md) - [vaultSecretsSecret](./vaultSecretsSecret.typescript.md) +- [waypointAction](./waypointAction.typescript.md) - [waypointAddOn](./waypointAddOn.typescript.md) - [waypointAddOnDefinition](./waypointAddOnDefinition.typescript.md) - [waypointApplication](./waypointApplication.typescript.md) -- [waypointApplicationTemplate](./waypointApplicationTemplate.typescript.md) +- [waypointTemplate](./waypointTemplate.typescript.md) - [waypointTfcConfig](./waypointTfcConfig.typescript.md) diff --git a/docs/awsNetworkPeering.csharp.md b/docs/awsNetworkPeering.csharp.md index d7948a21e..7a715e9a4 100644 --- a/docs/awsNetworkPeering.csharp.md +++ b/docs/awsNetworkPeering.csharp.md @@ -4,7 +4,7 @@ ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor The id of the existing AwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -980,7 +980,7 @@ new AwsNetworkPeeringConfig { | PeeringId | string | The ID of the network peering. | | PeerVpcId | string | The ID of the peer VPC in AWS. | | PeerVpcRegion | string | The region of the peer VPC in AWS. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | | ProjectId | string | The ID of the HCP project where the network peering is located. | | Timeouts | AwsNetworkPeeringTimeouts | timeouts block. | @@ -1066,7 +1066,7 @@ public string HvnId { get; set; } The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1080,7 +1080,7 @@ public string PeerAccountId { get; set; } The account ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1094,7 +1094,7 @@ public string PeeringId { get; set; } The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1108,7 +1108,7 @@ public string PeerVpcId { get; set; } The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1122,7 +1122,7 @@ public string PeerVpcRegion { get; set; } The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1134,7 +1134,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1169,7 +1169,7 @@ public AwsNetworkPeeringTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1191,9 +1191,9 @@ new AwsNetworkPeeringTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1205,7 +1205,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1217,7 +1217,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1229,7 +1229,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsNetworkPeering.go.md b/docs/awsNetworkPeering.go.md index be7d05c23..2f98c647a 100644 --- a/docs/awsNetworkPeering.go.md +++ b/docs/awsNetworkPeering.go.md @@ -4,12 +4,12 @@ ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.NewAwsNetworkPeering(scope Construct, id *string, config AwsNetworkPeeringConfig) AwsNetworkPeering ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ awsnetworkpeering.AwsNetworkPeering_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ awsnetworkpeering.AwsNetworkPeering_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor The id of the existing AwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -943,7 +943,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" &awsnetworkpeering.AwsNetworkPeeringConfig { Connection: interface{}, @@ -960,7 +960,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" PeerVpcRegion: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.awsNetworkPeering.AwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsNetworkPeering.AwsNetworkPeeringTimeouts, } ``` @@ -980,7 +980,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" | PeeringId | *string | The ID of the network peering. | | PeerVpcId | *string | The ID of the peer VPC in AWS. | | PeerVpcRegion | *string | The region of the peer VPC in AWS. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | | ProjectId | *string | The ID of the HCP project where the network peering is located. | | Timeouts | AwsNetworkPeeringTimeouts | timeouts block. | @@ -1066,7 +1066,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1080,7 +1080,7 @@ PeerAccountId *string The account ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1094,7 +1094,7 @@ PeeringId *string The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1108,7 +1108,7 @@ PeerVpcId *string The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1122,7 +1122,7 @@ PeerVpcRegion *string The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1134,7 +1134,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1169,7 +1169,7 @@ Timeouts AwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1178,7 +1178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" &awsnetworkpeering.AwsNetworkPeeringTimeouts { Create: *string, @@ -1191,9 +1191,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1205,7 +1205,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1217,7 +1217,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1229,7 +1229,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- @@ -1240,7 +1240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.NewAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsNetworkPeeringTimeoutsOutputReference ``` diff --git a/docs/awsNetworkPeering.java.md b/docs/awsNetworkPeering.java.md index f9e0e5f0a..f6098ec88 100644 --- a/docs/awsNetworkPeering.java.md +++ b/docs/awsNetworkPeering.java.md @@ -4,7 +4,7 @@ ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -50,7 +50,7 @@ AwsNetworkPeering.Builder.create(Construct scope, java.lang.String id) | peeringId | java.lang.String | The ID of the network peering. | | peerVpcId | java.lang.String | The ID of the peer VPC in AWS. | | peerVpcRegion | java.lang.String | The region of the peer VPC in AWS. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | | projectId | java.lang.String | The ID of the HCP project where the network peering is located. | | timeouts | AwsNetworkPeeringTimeouts | timeouts block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The account ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -187,7 +187,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -658,7 +658,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor The id of the existing AwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -1141,7 +1141,7 @@ AwsNetworkPeeringConfig.builder() | peeringId | java.lang.String | The ID of the network peering. | | peerVpcId | java.lang.String | The ID of the peer VPC in AWS. | | peerVpcRegion | java.lang.String | The region of the peer VPC in AWS. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | | projectId | java.lang.String | The ID of the HCP project where the network peering is located. | | timeouts | AwsNetworkPeeringTimeouts | timeouts block. | @@ -1227,7 +1227,7 @@ public java.lang.String getHvnId(); The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1241,7 +1241,7 @@ public java.lang.String getPeerAccountId(); The account ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1255,7 +1255,7 @@ public java.lang.String getPeeringId(); The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1269,7 +1269,7 @@ public java.lang.String getPeerVpcId(); The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1283,7 +1283,7 @@ public java.lang.String getPeerVpcRegion(); The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1295,7 +1295,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1316,7 +1316,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1330,7 +1330,7 @@ public AwsNetworkPeeringTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1352,9 +1352,9 @@ AwsNetworkPeeringTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1366,7 +1366,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1378,7 +1378,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1390,7 +1390,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsNetworkPeering.python.md b/docs/awsNetworkPeering.python.md index 2711e2aa8..e1d13d8e6 100644 --- a/docs/awsNetworkPeering.python.md +++ b/docs/awsNetworkPeering.python.md @@ -4,7 +4,7 @@ ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -48,7 +48,7 @@ awsNetworkPeering.AwsNetworkPeering( | peering_id | str | The ID of the network peering. | | peer_vpc_id | str | The ID of the peer VPC in AWS. | | peer_vpc_region | str | The region of the peer VPC in AWS. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | | project_id | str | The ID of the HCP project where the network peering is located. | | timeouts | AwsNetworkPeeringTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The account ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -572,7 +572,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -580,7 +580,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -588,7 +588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor The id of the existing AwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -1203,7 +1203,7 @@ awsNetworkPeering.AwsNetworkPeeringConfig( | peering_id | str | The ID of the network peering. | | peer_vpc_id | str | The ID of the peer VPC in AWS. | | peer_vpc_region | str | The region of the peer VPC in AWS. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | | project_id | str | The ID of the HCP project where the network peering is located. | | timeouts | AwsNetworkPeeringTimeouts | timeouts block. | @@ -1289,7 +1289,7 @@ hvn_id: str The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1303,7 +1303,7 @@ peer_account_id: str The account ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1317,7 +1317,7 @@ peering_id: str The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1331,7 +1331,7 @@ peer_vpc_id: str The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1345,7 +1345,7 @@ peer_vpc_region: str The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1357,7 +1357,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1378,7 +1378,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1392,7 +1392,7 @@ timeouts: AwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1414,9 +1414,9 @@ awsNetworkPeering.AwsNetworkPeeringTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1428,7 +1428,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1440,7 +1440,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1452,7 +1452,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsNetworkPeering.typescript.md b/docs/awsNetworkPeering.typescript.md index 9a4084abb..fb184dea4 100644 --- a/docs/awsNetworkPeering.typescript.md +++ b/docs/awsNetworkPeering.typescript.md @@ -4,7 +4,7 @@ ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor The id of the existing AwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,7 @@ const awsNetworkPeeringConfig: awsNetworkPeering.AwsNetworkPeeringConfig = { ... | peeringId | string | The ID of the network peering. | | peerVpcId | string | The ID of the peer VPC in AWS. | | peerVpcRegion | string | The region of the peer VPC in AWS. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | | projectId | string | The ID of the HCP project where the network peering is located. | | timeouts | AwsNetworkPeeringTimeouts | timeouts block. | @@ -1050,7 +1050,7 @@ public readonly hvnId: string; The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1064,7 +1064,7 @@ public readonly peerAccountId: string; The account ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1078,7 +1078,7 @@ public readonly peeringId: string; The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1092,7 +1092,7 @@ public readonly peerVpcId: string; The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1106,7 +1106,7 @@ public readonly peerVpcRegion: string; The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1118,7 +1118,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1139,7 +1139,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1153,7 +1153,7 @@ public readonly timeouts: AwsNetworkPeeringTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1171,9 +1171,9 @@ const awsNetworkPeeringTimeouts: awsNetworkPeering.AwsNetworkPeeringTimeouts = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1185,7 +1185,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1197,7 +1197,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1209,7 +1209,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.csharp.md b/docs/awsTransitGatewayAttachment.csharp.md index 35ab47dc0..4bbd93280 100644 --- a/docs/awsTransitGatewayAttachment.csharp.md +++ b/docs/awsTransitGatewayAttachment.csharp.md @@ -4,7 +4,7 @@ ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen The id of the existing AwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,7 @@ new AwsTransitGatewayAttachmentConfig { | ResourceShareArn | string | The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. | | TransitGatewayAttachmentId | string | The user-settable name of the transit gateway attachment in HCP. | | TransitGatewayId | string | The ID of the user-owned transit gateway in AWS. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | | ProjectId | string | The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | | Timeouts | AwsTransitGatewayAttachmentTimeouts | timeouts block. | @@ -1042,7 +1042,7 @@ public string HvnId { get; set; } The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1058,7 +1058,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1072,7 +1072,7 @@ public string TransitGatewayAttachmentId { get; set; } The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1088,7 +1088,7 @@ The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1100,7 +1100,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1117,7 +1117,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1131,7 +1131,7 @@ public AwsTransitGatewayAttachmentTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1153,9 +1153,9 @@ new AwsTransitGatewayAttachmentTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1167,7 +1167,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1179,7 +1179,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1191,7 +1191,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.go.md b/docs/awsTransitGatewayAttachment.go.md index a50a586d4..0b5cf521f 100644 --- a/docs/awsTransitGatewayAttachment.go.md +++ b/docs/awsTransitGatewayAttachment.go.md @@ -4,12 +4,12 @@ ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.NewAwsTransitGatewayAttachment(scope Construct, id *string, config AwsTransitGatewayAttachmentConfig) AwsTransitGatewayAttachment ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen The id of the existing AwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" &awstransitgatewayattachment.AwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -937,7 +937,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachmen TransitGatewayId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts, } ``` @@ -956,7 +956,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachmen | ResourceShareArn | *string | The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. | | TransitGatewayAttachmentId | *string | The user-settable name of the transit gateway attachment in HCP. | | TransitGatewayId | *string | The ID of the user-owned transit gateway in AWS. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | | ProjectId | *string | The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | | Timeouts | AwsTransitGatewayAttachmentTimeouts | timeouts block. | @@ -1042,7 +1042,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1058,7 +1058,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1072,7 +1072,7 @@ TransitGatewayAttachmentId *string The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1088,7 +1088,7 @@ The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1100,7 +1100,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1117,7 +1117,7 @@ ProjectId *string The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1131,7 +1131,7 @@ Timeouts AwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1140,7 +1140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" &awstransitgatewayattachment.AwsTransitGatewayAttachmentTimeouts { Create: *string, @@ -1153,9 +1153,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachmen | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1167,7 +1167,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1179,7 +1179,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1191,7 +1191,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- @@ -1202,7 +1202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.NewAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsTransitGatewayAttachmentTimeoutsOutputReference ``` diff --git a/docs/awsTransitGatewayAttachment.java.md b/docs/awsTransitGatewayAttachment.java.md index 237210201..08f5d84f0 100644 --- a/docs/awsTransitGatewayAttachment.java.md +++ b/docs/awsTransitGatewayAttachment.java.md @@ -4,7 +4,7 @@ ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -48,7 +48,7 @@ AwsTransitGatewayAttachment.Builder.create(Construct scope, java.lang.String id) | resourceShareArn | java.lang.String | The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. | | transitGatewayAttachmentId | java.lang.String | The user-settable name of the transit gateway attachment in HCP. | | transitGatewayId | java.lang.String | The ID of the user-owned transit gateway in AWS. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | | projectId | java.lang.String | The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | | timeouts | AwsTransitGatewayAttachmentTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -132,7 +132,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -154,7 +154,7 @@ The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -646,7 +646,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen The id of the existing AwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -1105,7 +1105,7 @@ AwsTransitGatewayAttachmentConfig.builder() | resourceShareArn | java.lang.String | The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. | | transitGatewayAttachmentId | java.lang.String | The user-settable name of the transit gateway attachment in HCP. | | transitGatewayId | java.lang.String | The ID of the user-owned transit gateway in AWS. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | | projectId | java.lang.String | The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | | timeouts | AwsTransitGatewayAttachmentTimeouts | timeouts block. | @@ -1191,7 +1191,7 @@ public java.lang.String getHvnId(); The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1207,7 +1207,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1221,7 +1221,7 @@ public java.lang.String getTransitGatewayAttachmentId(); The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1237,7 +1237,7 @@ The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1249,7 +1249,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1266,7 +1266,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1280,7 +1280,7 @@ public AwsTransitGatewayAttachmentTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1302,9 +1302,9 @@ AwsTransitGatewayAttachmentTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1316,7 +1316,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1328,7 +1328,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1340,7 +1340,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.python.md b/docs/awsTransitGatewayAttachment.python.md index 8d3853d0b..fd7dbf857 100644 --- a/docs/awsTransitGatewayAttachment.python.md +++ b/docs/awsTransitGatewayAttachment.python.md @@ -4,7 +4,7 @@ ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -46,7 +46,7 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachment( | resource_share_arn | str | The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. | | transit_gateway_attachment_id | str | The user-settable name of the transit gateway attachment in HCP. | | transit_gateway_id | str | The ID of the user-owned transit gateway in AWS. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | | project_id | str | The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | | timeouts | AwsTransitGatewayAttachmentTimeouts | timeouts block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -130,7 +130,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -152,7 +152,7 @@ The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -173,7 +173,7 @@ If you experience problems setting this value it might not be settable. Please t The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -560,7 +560,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- @@ -712,7 +712,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen The id of the existing AwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -1167,7 +1167,7 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachmentConfig( | resource_share_arn | str | The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. | | transit_gateway_attachment_id | str | The user-settable name of the transit gateway attachment in HCP. | | transit_gateway_id | str | The ID of the user-owned transit gateway in AWS. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | | project_id | str | The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | | timeouts | AwsTransitGatewayAttachmentTimeouts | timeouts block. | @@ -1253,7 +1253,7 @@ hvn_id: str The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1269,7 +1269,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1283,7 +1283,7 @@ transit_gateway_attachment_id: str The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1299,7 +1299,7 @@ The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1311,7 +1311,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1328,7 +1328,7 @@ project_id: str The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1342,7 +1342,7 @@ timeouts: AwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1364,9 +1364,9 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1378,7 +1378,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1390,7 +1390,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1402,7 +1402,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.typescript.md b/docs/awsTransitGatewayAttachment.typescript.md index ef45e85c5..579b17927 100644 --- a/docs/awsTransitGatewayAttachment.typescript.md +++ b/docs/awsTransitGatewayAttachment.typescript.md @@ -4,7 +4,7 @@ ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen The id of the existing AwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -941,7 +941,7 @@ const awsTransitGatewayAttachmentConfig: awsTransitGatewayAttachment.AwsTransitG | resourceShareArn | string | The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. | | transitGatewayAttachmentId | string | The user-settable name of the transit gateway attachment in HCP. | | transitGatewayId | string | The ID of the user-owned transit gateway in AWS. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. | | projectId | string | The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | | timeouts | AwsTransitGatewayAttachmentTimeouts | timeouts block. | @@ -1027,7 +1027,7 @@ public readonly hvnId: string; The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1043,7 +1043,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1057,7 +1057,7 @@ public readonly transitGatewayAttachmentId: string; The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1073,7 +1073,7 @@ The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1085,7 +1085,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1102,7 +1102,7 @@ public readonly projectId: string; The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1116,7 +1116,7 @@ public readonly timeouts: AwsTransitGatewayAttachmentTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1134,9 +1134,9 @@ const awsTransitGatewayAttachmentTimeouts: awsTransitGatewayAttachment.AwsTransi | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1148,7 +1148,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1160,7 +1160,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1172,7 +1172,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/azurePeeringConnection.csharp.md b/docs/azurePeeringConnection.csharp.md index ecdba9cc4..aac53425a 100644 --- a/docs/azurePeeringConnection.csharp.md +++ b/docs/azurePeeringConnection.csharp.md @@ -4,7 +4,7 @@ ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the AzurePeeringConnection to The id of the existing AzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1081,7 +1081,7 @@ new AzurePeeringConnectionConfig { | PeerVnetName | string | The name of the peer VNet in Azure. | | PeerVnetRegion | string | The region of the peer VNet in Azure. | | AllowForwardedTraffic | object | Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | Timeouts | AzurePeeringConnectionTimeouts | timeouts block. | | UseRemoteGateways | object | If the HVN should use the gateway of the peered VNet. | @@ -1167,7 +1167,7 @@ public string HvnLink { get; set; } The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1181,7 +1181,7 @@ public string PeeringId { get; set; } The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1195,7 +1195,7 @@ public string PeerResourceGroupName { get; set; } The resource group name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1209,7 +1209,7 @@ public string PeerSubscriptionId { get; set; } The subscription ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1223,7 +1223,7 @@ public string PeerTenantId { get; set; } The tenant ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1237,7 +1237,7 @@ public string PeerVnetName { get; set; } The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1251,7 +1251,7 @@ public string PeerVnetRegion { get; set; } The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1265,7 +1265,7 @@ public object AllowForwardedTraffic { get; set; } Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} --- @@ -1277,7 +1277,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1294,7 +1294,7 @@ public AzurePeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1308,7 +1308,7 @@ public object UseRemoteGateways { get; set; } If the HVN should use the gateway of the peered VNet. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} --- @@ -1330,9 +1330,9 @@ new AzurePeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1344,7 +1344,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1356,7 +1356,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1368,7 +1368,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/azurePeeringConnection.go.md b/docs/azurePeeringConnection.go.md index 71e985ec3..dd3961ea1 100644 --- a/docs/azurePeeringConnection.go.md +++ b/docs/azurePeeringConnection.go.md @@ -4,12 +4,12 @@ ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.NewAzurePeeringConnection(scope Construct, id *string, config AzurePeeringConnectionConfig) AzurePeeringConnection ``` @@ -419,7 +419,7 @@ func ResetUseRemoteGateways() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ azurepeeringconnection.AzurePeeringConnection_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ azurepeeringconnection.AzurePeeringConnection_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +508,7 @@ The construct id used in the generated config for the AzurePeeringConnection to The id of the existing AzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1038,7 +1038,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" &azurepeeringconnection.AzurePeeringConnectionConfig { Connection: interface{}, @@ -1057,7 +1057,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" PeerVnetRegion: *string, AllowForwardedTraffic: interface{}, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.azurePeeringConnection.AzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.azurePeeringConnection.AzurePeeringConnectionTimeouts, UseRemoteGateways: interface{}, } ``` @@ -1081,7 +1081,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" | PeerVnetName | *string | The name of the peer VNet in Azure. | | PeerVnetRegion | *string | The region of the peer VNet in Azure. | | AllowForwardedTraffic | interface{} | Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | Timeouts | AzurePeeringConnectionTimeouts | timeouts block. | | UseRemoteGateways | interface{} | If the HVN should use the gateway of the peered VNet. | @@ -1167,7 +1167,7 @@ HvnLink *string The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1181,7 +1181,7 @@ PeeringId *string The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1195,7 +1195,7 @@ PeerResourceGroupName *string The resource group name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1209,7 +1209,7 @@ PeerSubscriptionId *string The subscription ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1223,7 +1223,7 @@ PeerTenantId *string The tenant ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1237,7 +1237,7 @@ PeerVnetName *string The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1251,7 +1251,7 @@ PeerVnetRegion *string The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1265,7 +1265,7 @@ AllowForwardedTraffic interface{} Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} --- @@ -1277,7 +1277,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1294,7 +1294,7 @@ Timeouts AzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1308,7 +1308,7 @@ UseRemoteGateways interface{} If the HVN should use the gateway of the peered VNet. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} --- @@ -1317,7 +1317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" &azurepeeringconnection.AzurePeeringConnectionTimeouts { Create: *string, @@ -1330,9 +1330,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1344,7 +1344,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1356,7 +1356,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1368,7 +1368,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- @@ -1379,7 +1379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.NewAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AzurePeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/azurePeeringConnection.java.md b/docs/azurePeeringConnection.java.md index 3c6b774a7..a5ddf97e7 100644 --- a/docs/azurePeeringConnection.java.md +++ b/docs/azurePeeringConnection.java.md @@ -4,7 +4,7 @@ ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -58,7 +58,7 @@ AzurePeeringConnection.Builder.create(Construct scope, java.lang.String id) | peerVnetName | java.lang.String | The name of the peer VNet in Azure. | | peerVnetRegion | java.lang.String | The region of the peer VNet in Azure. | | allowForwardedTraffic | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | | useRemoteGateways | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If the HVN should use the gateway of the peered VNet. | @@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The resource group name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The subscription ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The tenant ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -221,7 +221,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If the HVN should use the gateway of the peered VNet. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} --- @@ -699,7 +699,7 @@ The construct id used in the generated config for the AzurePeeringConnection to The id of the existing AzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1278,7 +1278,7 @@ AzurePeeringConnectionConfig.builder() | peerVnetName | java.lang.String | The name of the peer VNet in Azure. | | peerVnetRegion | java.lang.String | The region of the peer VNet in Azure. | | allowForwardedTraffic | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | | useRemoteGateways | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If the HVN should use the gateway of the peered VNet. | @@ -1364,7 +1364,7 @@ public java.lang.String getHvnLink(); The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1378,7 +1378,7 @@ public java.lang.String getPeeringId(); The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1392,7 +1392,7 @@ public java.lang.String getPeerResourceGroupName(); The resource group name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1406,7 +1406,7 @@ public java.lang.String getPeerSubscriptionId(); The subscription ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1420,7 +1420,7 @@ public java.lang.String getPeerTenantId(); The tenant ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1434,7 +1434,7 @@ public java.lang.String getPeerVnetName(); The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1448,7 +1448,7 @@ public java.lang.String getPeerVnetRegion(); The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1462,7 +1462,7 @@ public java.lang.Object getAllowForwardedTraffic(); Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} --- @@ -1474,7 +1474,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1491,7 +1491,7 @@ public AzurePeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1505,7 +1505,7 @@ public java.lang.Object getUseRemoteGateways(); If the HVN should use the gateway of the peered VNet. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} --- @@ -1527,9 +1527,9 @@ AzurePeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1541,7 +1541,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1553,7 +1553,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1565,7 +1565,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/azurePeeringConnection.python.md b/docs/azurePeeringConnection.python.md index c51699ea8..f09e6d3e9 100644 --- a/docs/azurePeeringConnection.python.md +++ b/docs/azurePeeringConnection.python.md @@ -4,7 +4,7 @@ ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -54,7 +54,7 @@ azurePeeringConnection.AzurePeeringConnection( | peer_vnet_name | str | The name of the peer VNet in Azure. | | peer_vnet_region | str | The region of the peer VNet in Azure. | | allow_forwarded_traffic | typing.Union[bool, cdktf.IResolvable] | Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | | use_remote_gateways | typing.Union[bool, cdktf.IResolvable] | If the HVN should use the gateway of the peered VNet. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The resource group name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The subscription ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The tenant ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -217,7 +217,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If the HVN should use the gateway of the peered VNet. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} --- @@ -605,7 +605,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -613,7 +613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- @@ -763,7 +763,7 @@ The construct id used in the generated config for the AzurePeeringConnection to The id of the existing AzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1336,7 +1336,7 @@ azurePeeringConnection.AzurePeeringConnectionConfig( | peer_vnet_name | str | The name of the peer VNet in Azure. | | peer_vnet_region | str | The region of the peer VNet in Azure. | | allow_forwarded_traffic | typing.Union[bool, cdktf.IResolvable] | Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | | use_remote_gateways | typing.Union[bool, cdktf.IResolvable] | If the HVN should use the gateway of the peered VNet. | @@ -1422,7 +1422,7 @@ hvn_link: str The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1436,7 +1436,7 @@ peering_id: str The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1450,7 +1450,7 @@ peer_resource_group_name: str The resource group name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1464,7 +1464,7 @@ peer_subscription_id: str The subscription ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1478,7 +1478,7 @@ peer_tenant_id: str The tenant ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1492,7 +1492,7 @@ peer_vnet_name: str The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1506,7 +1506,7 @@ peer_vnet_region: str The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1520,7 +1520,7 @@ allow_forwarded_traffic: typing.Union[bool, IResolvable] Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} --- @@ -1532,7 +1532,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1549,7 +1549,7 @@ timeouts: AzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1563,7 +1563,7 @@ use_remote_gateways: typing.Union[bool, IResolvable] If the HVN should use the gateway of the peered VNet. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} --- @@ -1585,9 +1585,9 @@ azurePeeringConnection.AzurePeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1599,7 +1599,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1611,7 +1611,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1623,7 +1623,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/azurePeeringConnection.typescript.md b/docs/azurePeeringConnection.typescript.md index e3629c75e..bbc191a58 100644 --- a/docs/azurePeeringConnection.typescript.md +++ b/docs/azurePeeringConnection.typescript.md @@ -4,7 +4,7 @@ ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the AzurePeeringConnection to The id of the existing AzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1062,7 +1062,7 @@ const azurePeeringConnectionConfig: azurePeeringConnection.AzurePeeringConnectio | peerVnetName | string | The name of the peer VNet in Azure. | | peerVnetRegion | string | The region of the peer VNet in Azure. | | allowForwardedTraffic | boolean \| cdktf.IResolvable | Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | | useRemoteGateways | boolean \| cdktf.IResolvable | If the HVN should use the gateway of the peered VNet. | @@ -1148,7 +1148,7 @@ public readonly hvnLink: string; The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1162,7 +1162,7 @@ public readonly peeringId: string; The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1176,7 +1176,7 @@ public readonly peerResourceGroupName: string; The resource group name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1190,7 +1190,7 @@ public readonly peerSubscriptionId: string; The subscription ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1204,7 +1204,7 @@ public readonly peerTenantId: string; The tenant ID of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1218,7 +1218,7 @@ public readonly peerVnetName: string; The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1232,7 +1232,7 @@ public readonly peerVnetRegion: string; The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1246,7 +1246,7 @@ public readonly allowForwardedTraffic: boolean | IResolvable; Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} --- @@ -1258,7 +1258,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1275,7 +1275,7 @@ public readonly timeouts: AzurePeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1289,7 +1289,7 @@ public readonly useRemoteGateways: boolean | IResolvable; If the HVN should use the gateway of the peered VNet. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} --- @@ -1307,9 +1307,9 @@ const azurePeeringConnectionTimeouts: azurePeeringConnection.AzurePeeringConnect | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1321,7 +1321,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1333,7 +1333,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1345,7 +1345,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/boundaryCluster.csharp.md b/docs/boundaryCluster.csharp.md index 849f5280d..d373766b5 100644 --- a/docs/boundaryCluster.csharp.md +++ b/docs/boundaryCluster.csharp.md @@ -4,7 +4,7 @@ ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the BoundaryCluster to import. The id of the existing BoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -966,7 +966,7 @@ new BoundaryClusterConfig { | Password | string | The password of the initial admin user. | | Tier | string | The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. | | Username | string | The username of the initial admin user. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | | MaintenanceWindowConfig | BoundaryClusterMaintenanceWindowConfig | maintenance_window_config block. | | ProjectId | string | The ID of the HCP project where the Boundary cluster is located. | | Timeouts | BoundaryClusterTimeouts | timeouts block. | @@ -1053,7 +1053,7 @@ public string ClusterId { get; set; } The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1069,7 +1069,7 @@ The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1083,7 +1083,7 @@ public string Tier { get; set; } The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1099,7 +1099,7 @@ The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1111,7 +1111,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1128,7 +1128,7 @@ public BoundaryClusterMaintenanceWindowConfig MaintenanceWindowConfig { get; set maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1145,7 +1145,7 @@ The ID of the HCP project where the Boundary cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1159,7 +1159,7 @@ public BoundaryClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1201,7 +1201,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1217,7 +1217,7 @@ The end time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1233,7 +1233,7 @@ The start time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1247,7 +1247,7 @@ public string UpgradeType { get; set; } The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1269,9 +1269,9 @@ new BoundaryClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1283,7 +1283,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1295,7 +1295,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1307,7 +1307,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/boundaryCluster.go.md b/docs/boundaryCluster.go.md index 9f6ec3bf2..15995fb99 100644 --- a/docs/boundaryCluster.go.md +++ b/docs/boundaryCluster.go.md @@ -4,12 +4,12 @@ ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.NewBoundaryCluster(scope Construct, id *string, config BoundaryClusterConfig) BoundaryCluster ``` @@ -432,7 +432,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,7 @@ boundarycluster.BoundaryCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,7 @@ boundarycluster.BoundaryCluster_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -521,7 +521,7 @@ The construct id used in the generated config for the BoundaryCluster to import. The id of the existing BoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -930,7 +930,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterConfig { Connection: interface{}, @@ -945,9 +945,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" Tier: *string, Username: *string, Id: *string, - MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, + MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.boundaryCluster.BoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterTimeouts, } ``` @@ -966,7 +966,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" | Password | *string | The password of the initial admin user. | | Tier | *string | The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. | | Username | *string | The username of the initial admin user. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | | MaintenanceWindowConfig | BoundaryClusterMaintenanceWindowConfig | maintenance_window_config block. | | ProjectId | *string | The ID of the HCP project where the Boundary cluster is located. | | Timeouts | BoundaryClusterTimeouts | timeouts block. | @@ -1053,7 +1053,7 @@ ClusterId *string The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1069,7 +1069,7 @@ The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1083,7 +1083,7 @@ Tier *string The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1099,7 +1099,7 @@ The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1111,7 +1111,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1128,7 +1128,7 @@ MaintenanceWindowConfig BoundaryClusterMaintenanceWindowConfig maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1145,7 +1145,7 @@ The ID of the HCP project where the Boundary cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1159,7 +1159,7 @@ Timeouts BoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1168,7 +1168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterMaintenanceWindowConfig { Day: *string, @@ -1201,7 +1201,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1217,7 +1217,7 @@ The end time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1233,7 +1233,7 @@ The start time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1247,7 +1247,7 @@ UpgradeType *string The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1256,7 +1256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterTimeouts { Create: *string, @@ -1269,9 +1269,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1283,7 +1283,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1295,7 +1295,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1307,7 +1307,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- @@ -1318,7 +1318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.NewBoundaryClusterMaintenanceWindowConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BoundaryClusterMaintenanceWindowConfigOutputReference ``` @@ -1683,7 +1683,7 @@ func InternalValue() BoundaryClusterMaintenanceWindowConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.NewBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BoundaryClusterTimeoutsOutputReference ``` diff --git a/docs/boundaryCluster.java.md b/docs/boundaryCluster.java.md index d7776d474..be06cdc48 100644 --- a/docs/boundaryCluster.java.md +++ b/docs/boundaryCluster.java.md @@ -4,7 +4,7 @@ ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -49,7 +49,7 @@ BoundaryCluster.Builder.create(Construct scope, java.lang.String id) | password | java.lang.String | The password of the initial admin user. | | tier | java.lang.String | The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. | | username | java.lang.String | The username of the initial admin user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | | maintenanceWindowConfig | BoundaryClusterMaintenanceWindowConfig | maintenance_window_config block. | | projectId | java.lang.String | The ID of the HCP project where the Boundary cluster is located. | | timeouts | BoundaryClusterTimeouts | timeouts block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -134,7 +134,7 @@ The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -156,7 +156,7 @@ The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -190,7 +190,7 @@ The ID of the HCP project where the Boundary cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -681,7 +681,7 @@ The construct id used in the generated config for the BoundaryCluster to import. The id of the existing BoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1130,7 +1130,7 @@ BoundaryClusterConfig.builder() | password | java.lang.String | The password of the initial admin user. | | tier | java.lang.String | The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. | | username | java.lang.String | The username of the initial admin user. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | | maintenanceWindowConfig | BoundaryClusterMaintenanceWindowConfig | maintenance_window_config block. | | projectId | java.lang.String | The ID of the HCP project where the Boundary cluster is located. | | timeouts | BoundaryClusterTimeouts | timeouts block. | @@ -1217,7 +1217,7 @@ public java.lang.String getClusterId(); The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1233,7 +1233,7 @@ The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1247,7 +1247,7 @@ public java.lang.String getTier(); The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1263,7 +1263,7 @@ The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1275,7 +1275,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1292,7 +1292,7 @@ public BoundaryClusterMaintenanceWindowConfig getMaintenanceWindowConfig(); maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1309,7 +1309,7 @@ The ID of the HCP project where the Boundary cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1323,7 +1323,7 @@ public BoundaryClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1365,7 +1365,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1381,7 +1381,7 @@ The end time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1397,7 +1397,7 @@ The start time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1411,7 +1411,7 @@ public java.lang.String getUpgradeType(); The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1433,9 +1433,9 @@ BoundaryClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1447,7 +1447,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1459,7 +1459,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1471,7 +1471,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/boundaryCluster.python.md b/docs/boundaryCluster.python.md index 5bf0954c2..74cb14b0f 100644 --- a/docs/boundaryCluster.python.md +++ b/docs/boundaryCluster.python.md @@ -4,7 +4,7 @@ ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -47,7 +47,7 @@ boundaryCluster.BoundaryCluster( | password | str | The password of the initial admin user. | | tier | str | The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. | | username | str | The username of the initial admin user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | | maintenance_window_config | BoundaryClusterMaintenanceWindowConfig | maintenance_window_config block. | | project_id | str | The ID of the HCP project where the Boundary cluster is located. | | timeouts | BoundaryClusterTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -132,7 +132,7 @@ The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -154,7 +154,7 @@ The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -188,7 +188,7 @@ The ID of the HCP project where the Boundary cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -582,7 +582,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -594,7 +594,7 @@ The end time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -606,7 +606,7 @@ The start time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -616,7 +616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -634,7 +634,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -642,7 +642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -650,7 +650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- @@ -792,7 +792,7 @@ The construct id used in the generated config for the BoundaryCluster to import. The id of the existing BoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1237,7 +1237,7 @@ boundaryCluster.BoundaryClusterConfig( | password | str | The password of the initial admin user. | | tier | str | The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. | | username | str | The username of the initial admin user. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | | maintenance_window_config | BoundaryClusterMaintenanceWindowConfig | maintenance_window_config block. | | project_id | str | The ID of the HCP project where the Boundary cluster is located. | | timeouts | BoundaryClusterTimeouts | timeouts block. | @@ -1324,7 +1324,7 @@ cluster_id: str The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1340,7 +1340,7 @@ The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1354,7 +1354,7 @@ tier: str The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1370,7 +1370,7 @@ The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1382,7 +1382,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1399,7 +1399,7 @@ maintenance_window_config: BoundaryClusterMaintenanceWindowConfig maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1416,7 +1416,7 @@ The ID of the HCP project where the Boundary cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1430,7 +1430,7 @@ timeouts: BoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1472,7 +1472,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1488,7 +1488,7 @@ The end time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1504,7 +1504,7 @@ The start time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1518,7 +1518,7 @@ upgrade_type: str The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1540,9 +1540,9 @@ boundaryCluster.BoundaryClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1554,7 +1554,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1566,7 +1566,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1578,7 +1578,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/boundaryCluster.typescript.md b/docs/boundaryCluster.typescript.md index 4f0fb008e..ac9f512cb 100644 --- a/docs/boundaryCluster.typescript.md +++ b/docs/boundaryCluster.typescript.md @@ -4,7 +4,7 @@ ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the BoundaryCluster to import. The id of the existing BoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -950,7 +950,7 @@ const boundaryClusterConfig: boundaryCluster.BoundaryClusterConfig = { ... } | password | string | The password of the initial admin user. | | tier | string | The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. | | username | string | The username of the initial admin user. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | | maintenanceWindowConfig | BoundaryClusterMaintenanceWindowConfig | maintenance_window_config block. | | projectId | string | The ID of the HCP project where the Boundary cluster is located. | | timeouts | BoundaryClusterTimeouts | timeouts block. | @@ -1037,7 +1037,7 @@ public readonly clusterId: string; The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1053,7 +1053,7 @@ The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1067,7 +1067,7 @@ public readonly tier: string; The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1083,7 +1083,7 @@ The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1095,7 +1095,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1112,7 +1112,7 @@ public readonly maintenanceWindowConfig: BoundaryClusterMaintenanceWindowConfig; maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1129,7 +1129,7 @@ The ID of the HCP project where the Boundary cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1143,7 +1143,7 @@ public readonly timeouts: BoundaryClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1180,7 +1180,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1196,7 +1196,7 @@ The end time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1212,7 +1212,7 @@ The start time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1226,7 +1226,7 @@ public readonly upgradeType: string; The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1244,9 +1244,9 @@ const boundaryClusterTimeouts: boundaryCluster.BoundaryClusterTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1258,7 +1258,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1270,7 +1270,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1282,7 +1282,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/consulCluster.csharp.md b/docs/consulCluster.csharp.md index a27fb72bc..6524ffa5e 100644 --- a/docs/consulCluster.csharp.md +++ b/docs/consulCluster.csharp.md @@ -4,7 +4,7 @@ ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ConsulCluster to import. The id of the existing ConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1298,7 +1298,7 @@ new ConsulClusterConfig { | AutoHvnToHvnPeering | object | Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. | | ConnectEnabled | object | Denotes the Consul connect feature should be enabled for this cluster. Default to true. | | Datacenter | string | The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. | | IpAllowlist | object | ip_allowlist block. | | MinConsulVersion | string | The minimum Consul patch version of the cluster. | | PrimaryLink | string | The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. | @@ -1389,7 +1389,7 @@ public string ClusterId { get; set; } The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1403,7 +1403,7 @@ public string HvnId { get; set; } The ID of the HVN this HCP Consul cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1419,7 +1419,7 @@ The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1435,7 +1435,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1449,7 +1449,7 @@ public object ConnectEnabled { get; set; } Denotes the Consul connect feature should be enabled for this cluster. Default to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1463,7 +1463,7 @@ public string Datacenter { get; set; } The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1475,7 +1475,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1492,7 +1492,7 @@ public object IpAllowlist { get; set; } ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1508,7 +1508,7 @@ The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1524,7 +1524,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation If not specified, it is a standalone cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1541,7 +1541,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1555,7 +1555,7 @@ public object PublicEndpoint { get; set; } Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1571,7 +1571,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1585,7 +1585,7 @@ public ConsulClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1621,7 +1621,7 @@ public string Address { get; set; } IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1635,7 +1635,7 @@ public string Description { get; set; } Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1658,10 +1658,10 @@ new ConsulClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1673,7 +1673,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1685,7 +1685,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1697,7 +1697,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1709,7 +1709,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulCluster.go.md b/docs/consulCluster.go.md index 1969cf55c..71df2f832 100644 --- a/docs/consulCluster.go.md +++ b/docs/consulCluster.go.md @@ -4,12 +4,12 @@ ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulCluster(scope Construct, id *string, config ConsulClusterConfig) ConsulCluster ``` @@ -481,7 +481,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -513,7 +513,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_IsTerraformElement(x interface{}) *bool ``` @@ -527,7 +527,7 @@ consulcluster.ConsulCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_IsTerraformResource(x interface{}) *bool ``` @@ -541,7 +541,7 @@ consulcluster.ConsulCluster_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -570,7 +570,7 @@ The construct id used in the generated config for the ConsulCluster to import. The id of the existing ConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1254,7 +1254,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterConfig { Connection: interface{}, @@ -1277,7 +1277,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" ProjectId: *string, PublicEndpoint: interface{}, Size: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.consulCluster.ConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulCluster.ConsulClusterTimeouts, } ``` @@ -1298,7 +1298,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" | AutoHvnToHvnPeering | interface{} | Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. | | ConnectEnabled | interface{} | Denotes the Consul connect feature should be enabled for this cluster. Default to true. | | Datacenter | *string | The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. | | IpAllowlist | interface{} | ip_allowlist block. | | MinConsulVersion | *string | The minimum Consul patch version of the cluster. | | PrimaryLink | *string | The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. | @@ -1389,7 +1389,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1403,7 +1403,7 @@ HvnId *string The ID of the HVN this HCP Consul cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1419,7 +1419,7 @@ The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1435,7 +1435,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1449,7 +1449,7 @@ ConnectEnabled interface{} Denotes the Consul connect feature should be enabled for this cluster. Default to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1463,7 +1463,7 @@ Datacenter *string The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1475,7 +1475,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1492,7 +1492,7 @@ IpAllowlist interface{} ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1508,7 +1508,7 @@ The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1524,7 +1524,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation If not specified, it is a standalone cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1541,7 +1541,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1555,7 +1555,7 @@ PublicEndpoint interface{} Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1571,7 +1571,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1585,7 +1585,7 @@ Timeouts ConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1594,7 +1594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterIpAllowlistStruct { Address: *string, @@ -1621,7 +1621,7 @@ Address *string IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1635,7 +1635,7 @@ Description *string Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1644,7 +1644,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterTimeouts { Create: *string, @@ -1658,10 +1658,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1673,7 +1673,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1685,7 +1685,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1697,7 +1697,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1709,7 +1709,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- @@ -1720,7 +1720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ConsulClusterIpAllowlistStructList ``` @@ -1880,7 +1880,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ConsulClusterIpAllowlistStructOutputReference ``` @@ -2198,7 +2198,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterTimeoutsOutputReference ``` diff --git a/docs/consulCluster.java.md b/docs/consulCluster.java.md index 58e2f925e..1e28803ff 100644 --- a/docs/consulCluster.java.md +++ b/docs/consulCluster.java.md @@ -4,7 +4,7 @@ ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -61,7 +61,7 @@ ConsulCluster.Builder.create(Construct scope, java.lang.String id) | autoHvnToHvnPeering | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. | | connectEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Denotes the Consul connect feature should be enabled for this cluster. Default to true. | | datacenter | java.lang.String | The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. | | ipAllowlist | com.hashicorp.cdktf.IResolvable OR java.util.List<ConsulClusterIpAllowlistStruct> | ip_allowlist block. | | minConsulVersion | java.lang.String | The minimum Consul patch version of the cluster. | | primaryLink | java.lang.String | The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN this HCP Consul cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -160,7 +160,7 @@ The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -172,7 +172,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes the Consul connect feature should be enabled for this cluster. Default to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -213,7 +213,7 @@ If you experience problems setting this value it might not be settable. Please t ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -225,7 +225,7 @@ The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -237,7 +237,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation If not specified, it is a standalone cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -250,7 +250,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -272,7 +272,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -812,7 +812,7 @@ The construct id used in the generated config for the ConsulCluster to import. The id of the existing ConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1548,7 +1548,7 @@ ConsulClusterConfig.builder() | autoHvnToHvnPeering | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. | | connectEnabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Denotes the Consul connect feature should be enabled for this cluster. Default to true. | | datacenter | java.lang.String | The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. | | ipAllowlist | com.hashicorp.cdktf.IResolvable OR java.util.List<ConsulClusterIpAllowlistStruct> | ip_allowlist block. | | minConsulVersion | java.lang.String | The minimum Consul patch version of the cluster. | | primaryLink | java.lang.String | The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. | @@ -1639,7 +1639,7 @@ public java.lang.String getClusterId(); The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1653,7 +1653,7 @@ public java.lang.String getHvnId(); The ID of the HVN this HCP Consul cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1669,7 +1669,7 @@ The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1685,7 +1685,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1699,7 +1699,7 @@ public java.lang.Object getConnectEnabled(); Denotes the Consul connect feature should be enabled for this cluster. Default to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1713,7 +1713,7 @@ public java.lang.String getDatacenter(); The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1725,7 +1725,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1742,7 +1742,7 @@ public java.lang.Object getIpAllowlist(); ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1758,7 +1758,7 @@ The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1774,7 +1774,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation If not specified, it is a standalone cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1791,7 +1791,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1805,7 +1805,7 @@ public java.lang.Object getPublicEndpoint(); Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1821,7 +1821,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1835,7 +1835,7 @@ public ConsulClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1871,7 +1871,7 @@ public java.lang.String getAddress(); IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1885,7 +1885,7 @@ public java.lang.String getDescription(); Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1908,10 +1908,10 @@ ConsulClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1923,7 +1923,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1935,7 +1935,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1947,7 +1947,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1959,7 +1959,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulCluster.python.md b/docs/consulCluster.python.md index 5ab0234ea..2c4b831fe 100644 --- a/docs/consulCluster.python.md +++ b/docs/consulCluster.python.md @@ -4,7 +4,7 @@ ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -55,7 +55,7 @@ consulCluster.ConsulCluster( | auto_hvn_to_hvn_peering | typing.Union[bool, cdktf.IResolvable] | Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. | | connect_enabled | typing.Union[bool, cdktf.IResolvable] | Denotes the Consul connect feature should be enabled for this cluster. Default to true. | | datacenter | str | The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. | | ip_allowlist | typing.Union[cdktf.IResolvable, typing.List[ConsulClusterIpAllowlistStruct]] | ip_allowlist block. | | min_consul_version | str | The minimum Consul patch version of the cluster. | | primary_link | str | The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. | @@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN this HCP Consul cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -154,7 +154,7 @@ The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -166,7 +166,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes the Consul connect feature should be enabled for this cluster. Default to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -219,7 +219,7 @@ The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -231,7 +231,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation If not specified, it is a standalone cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -244,7 +244,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -266,7 +266,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -677,7 +677,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -693,7 +693,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -701,7 +701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- @@ -885,7 +885,7 @@ The construct id used in the generated config for the ConsulCluster to import. The id of the existing ConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1613,7 +1613,7 @@ consulCluster.ConsulClusterConfig( | auto_hvn_to_hvn_peering | typing.Union[bool, cdktf.IResolvable] | Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. | | connect_enabled | typing.Union[bool, cdktf.IResolvable] | Denotes the Consul connect feature should be enabled for this cluster. Default to true. | | datacenter | str | The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. | | ip_allowlist | typing.Union[cdktf.IResolvable, typing.List[ConsulClusterIpAllowlistStruct]] | ip_allowlist block. | | min_consul_version | str | The minimum Consul patch version of the cluster. | | primary_link | str | The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. | @@ -1704,7 +1704,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1718,7 +1718,7 @@ hvn_id: str The ID of the HVN this HCP Consul cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1734,7 +1734,7 @@ The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1750,7 +1750,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1764,7 +1764,7 @@ connect_enabled: typing.Union[bool, IResolvable] Denotes the Consul connect feature should be enabled for this cluster. Default to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1778,7 +1778,7 @@ datacenter: str The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1790,7 +1790,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1807,7 +1807,7 @@ ip_allowlist: typing.Union[IResolvable, typing.List[ConsulClusterIpAllowlistStru ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1823,7 +1823,7 @@ The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1839,7 +1839,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation If not specified, it is a standalone cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1856,7 +1856,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1870,7 +1870,7 @@ public_endpoint: typing.Union[bool, IResolvable] Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1886,7 +1886,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1900,7 +1900,7 @@ timeouts: ConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1936,7 +1936,7 @@ address: str IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1950,7 +1950,7 @@ description: str Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1973,10 +1973,10 @@ consulCluster.ConsulClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1988,7 +1988,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -2000,7 +2000,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -2012,7 +2012,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -2024,7 +2024,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulCluster.typescript.md b/docs/consulCluster.typescript.md index a1947bf4a..6b34176cb 100644 --- a/docs/consulCluster.typescript.md +++ b/docs/consulCluster.typescript.md @@ -4,7 +4,7 @@ ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -570,7 +570,7 @@ The construct id used in the generated config for the ConsulCluster to import. The id of the existing ConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1276,7 +1276,7 @@ const consulClusterConfig: consulCluster.ConsulClusterConfig = { ... } | autoHvnToHvnPeering | boolean \| cdktf.IResolvable | Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. | | connectEnabled | boolean \| cdktf.IResolvable | Denotes the Consul connect feature should be enabled for this cluster. Default to true. | | datacenter | string | The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. | | ipAllowlist | cdktf.IResolvable \| ConsulClusterIpAllowlistStruct[] | ip_allowlist block. | | minConsulVersion | string | The minimum Consul patch version of the cluster. | | primaryLink | string | The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. | @@ -1367,7 +1367,7 @@ public readonly clusterId: string; The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1381,7 +1381,7 @@ public readonly hvnId: string; The ID of the HVN this HCP Consul cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1397,7 +1397,7 @@ The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1413,7 +1413,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1427,7 +1427,7 @@ public readonly connectEnabled: boolean | IResolvable; Denotes the Consul connect feature should be enabled for this cluster. Default to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1441,7 +1441,7 @@ public readonly datacenter: string; The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1453,7 +1453,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1470,7 +1470,7 @@ public readonly ipAllowlist: IResolvable | ConsulClusterIpAllowlistStruct[]; ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1486,7 +1486,7 @@ The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1502,7 +1502,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation If not specified, it is a standalone cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1519,7 +1519,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1533,7 +1533,7 @@ public readonly publicEndpoint: boolean | IResolvable; Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1549,7 +1549,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1563,7 +1563,7 @@ public readonly timeouts: ConsulClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1596,7 +1596,7 @@ public readonly address: string; IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1610,7 +1610,7 @@ public readonly description: string; Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1628,10 +1628,10 @@ const consulClusterTimeouts: consulCluster.ConsulClusterTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1643,7 +1643,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1655,7 +1655,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1667,7 +1667,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1679,7 +1679,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulClusterRootToken.csharp.md b/docs/consulClusterRootToken.csharp.md index bb1176401..733732302 100644 --- a/docs/consulClusterRootToken.csharp.md +++ b/docs/consulClusterRootToken.csharp.md @@ -4,7 +4,7 @@ ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to The id of the existing ConsulClusterRootToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -851,7 +851,7 @@ new ConsulClusterRootTokenConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ClusterId | string | The ID of the HCP Consul cluster. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | | ProjectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | ConsulClusterRootTokenTimeouts | timeouts block. | @@ -937,7 +937,7 @@ public string ClusterId { get; set; } The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -949,7 +949,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -969,7 +969,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -983,7 +983,7 @@ public ConsulClusterRootTokenTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -1003,7 +1003,7 @@ new ConsulClusterRootTokenTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -1015,7 +1015,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulClusterRootToken.go.md b/docs/consulClusterRootToken.go.md index c5671ed02..ef3d70f23 100644 --- a/docs/consulClusterRootToken.go.md +++ b/docs/consulClusterRootToken.go.md @@ -4,12 +4,12 @@ ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.NewConsulClusterRootToken(scope Construct, id *string, config ConsulClusterRootTokenConfig) ConsulClusterRootToken ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ consulclusterroottoken.ConsulClusterRootToken_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ consulclusterroottoken.ConsulClusterRootToken_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to The id of the existing ConsulClusterRootToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" &consulclusterroottoken.ConsulClusterRootTokenConfig { Connection: interface{}, @@ -835,7 +835,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.consulClusterRootToken.ConsulClusterRootTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulClusterRootToken.ConsulClusterRootTokenTimeouts, } ``` @@ -851,7 +851,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ClusterId | *string | The ID of the HCP Consul cluster. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | ConsulClusterRootTokenTimeouts | timeouts block. | @@ -937,7 +937,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -949,7 +949,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -969,7 +969,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -983,7 +983,7 @@ Timeouts ConsulClusterRootTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -992,7 +992,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" &consulclusterroottoken.ConsulClusterRootTokenTimeouts { Default: *string, @@ -1003,7 +1003,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -1015,7 +1015,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- @@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.NewConsulClusterRootTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterRootTokenTimeoutsOutputReference ``` diff --git a/docs/consulClusterRootToken.java.md b/docs/consulClusterRootToken.java.md index 08e0db836..e47cc7f2a 100644 --- a/docs/consulClusterRootToken.java.md +++ b/docs/consulClusterRootToken.java.md @@ -4,7 +4,7 @@ ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -42,7 +42,7 @@ ConsulClusterRootToken.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulClusterRootTokenTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -609,7 +609,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to The id of the existing ConsulClusterRootToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -963,7 +963,7 @@ ConsulClusterRootTokenConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulClusterRootTokenTimeouts | timeouts block. | @@ -1049,7 +1049,7 @@ public java.lang.String getClusterId(); The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -1061,7 +1061,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,7 +1081,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -1095,7 +1095,7 @@ public ConsulClusterRootTokenTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -1115,7 +1115,7 @@ ConsulClusterRootTokenTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -1127,7 +1127,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulClusterRootToken.python.md b/docs/consulClusterRootToken.python.md index f8e5c0b8c..b3d91047f 100644 --- a/docs/consulClusterRootToken.python.md +++ b/docs/consulClusterRootToken.python.md @@ -4,7 +4,7 @@ ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -40,7 +40,7 @@ consulClusterRootToken.ConsulClusterRootToken( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulClusterRootTokenTimeouts | timeouts block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -521,7 +521,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- @@ -657,7 +657,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to The id of the existing ConsulClusterRootToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -1007,7 +1007,7 @@ consulClusterRootToken.ConsulClusterRootTokenConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulClusterRootTokenTimeouts | timeouts block. | @@ -1093,7 +1093,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -1105,7 +1105,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1125,7 +1125,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -1139,7 +1139,7 @@ timeouts: ConsulClusterRootTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -1159,7 +1159,7 @@ consulClusterRootToken.ConsulClusterRootTokenTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -1171,7 +1171,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulClusterRootToken.typescript.md b/docs/consulClusterRootToken.typescript.md index a6965436d..3b5803cf4 100644 --- a/docs/consulClusterRootToken.typescript.md +++ b/docs/consulClusterRootToken.typescript.md @@ -4,7 +4,7 @@ ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to The id of the existing ConsulClusterRootToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ const consulClusterRootTokenConfig: consulClusterRootToken.ConsulClusterRootToke | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | clusterId | string | The ID of the HCP Consul cluster. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. | | projectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulClusterRootTokenTimeouts | timeouts block. | @@ -925,7 +925,7 @@ public readonly clusterId: string; The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -937,7 +937,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -957,7 +957,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -971,7 +971,7 @@ public readonly timeouts: ConsulClusterRootTokenTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -989,7 +989,7 @@ const consulClusterRootTokenTimeouts: consulClusterRootToken.ConsulClusterRootTo | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -1001,7 +1001,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulSnapshot.csharp.md b/docs/consulSnapshot.csharp.md index ea8882882..7e38c1d7e 100644 --- a/docs/consulSnapshot.csharp.md +++ b/docs/consulSnapshot.csharp.md @@ -4,7 +4,7 @@ ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulSnapshot to import. The id of the existing ConsulSnapshot that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ new ConsulSnapshotConfig { | Provisioners | object[] | *No description.* | | ClusterId | string | The ID of the HCP Consul cluster. | | SnapshotName | string | The name of the snapshot. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | | ProjectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | ConsulSnapshotTimeouts | timeouts block. | @@ -994,7 +994,7 @@ public string ClusterId { get; set; } The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -1008,7 +1008,7 @@ public string SnapshotName { get; set; } The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -1020,7 +1020,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1040,7 +1040,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1054,7 +1054,7 @@ public ConsulSnapshotTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1077,10 +1077,10 @@ new ConsulSnapshotTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1092,7 +1092,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1104,7 +1104,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1116,7 +1116,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1128,7 +1128,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/consulSnapshot.go.md b/docs/consulSnapshot.go.md index fb60c96d6..cc8b4856b 100644 --- a/docs/consulSnapshot.go.md +++ b/docs/consulSnapshot.go.md @@ -4,12 +4,12 @@ ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.NewConsulSnapshot(scope Construct, id *string, config ConsulSnapshotConfig) ConsulSnapshot ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ consulsnapshot.ConsulSnapshot_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ consulsnapshot.ConsulSnapshot_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulSnapshot to import. The id of the existing ConsulSnapshot that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" &consulsnapshot.ConsulSnapshotConfig { Connection: interface{}, @@ -891,7 +891,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" SnapshotName: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.consulSnapshot.ConsulSnapshotTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulSnapshot.ConsulSnapshotTimeouts, } ``` @@ -908,7 +908,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" | Provisioners | *[]interface{} | *No description.* | | ClusterId | *string | The ID of the HCP Consul cluster. | | SnapshotName | *string | The name of the snapshot. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | ConsulSnapshotTimeouts | timeouts block. | @@ -994,7 +994,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -1008,7 +1008,7 @@ SnapshotName *string The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -1020,7 +1020,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1040,7 +1040,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1054,7 +1054,7 @@ Timeouts ConsulSnapshotTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1063,7 +1063,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" &consulsnapshot.ConsulSnapshotTimeouts { Create: *string, @@ -1077,10 +1077,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1092,7 +1092,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1104,7 +1104,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1116,7 +1116,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1128,7 +1128,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- @@ -1139,7 +1139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.NewConsulSnapshotTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulSnapshotTimeoutsOutputReference ``` diff --git a/docs/consulSnapshot.java.md b/docs/consulSnapshot.java.md index d776e18a0..0e2d6e3da 100644 --- a/docs/consulSnapshot.java.md +++ b/docs/consulSnapshot.java.md @@ -4,7 +4,7 @@ ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -44,7 +44,7 @@ ConsulSnapshot.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | | snapshotName | java.lang.String | The name of the snapshot. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulSnapshotTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -150,7 +150,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -621,7 +621,7 @@ The construct id used in the generated config for the ConsulSnapshot to import. The id of the existing ConsulSnapshot that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -1032,7 +1032,7 @@ ConsulSnapshotConfig.builder() | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | | snapshotName | java.lang.String | The name of the snapshot. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulSnapshotTimeouts | timeouts block. | @@ -1118,7 +1118,7 @@ public java.lang.String getClusterId(); The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -1132,7 +1132,7 @@ public java.lang.String getSnapshotName(); The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -1144,7 +1144,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1164,7 +1164,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1178,7 +1178,7 @@ public ConsulSnapshotTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1201,10 +1201,10 @@ ConsulSnapshotTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1216,7 +1216,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1228,7 +1228,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1240,7 +1240,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1252,7 +1252,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/consulSnapshot.python.md b/docs/consulSnapshot.python.md index ccc0638ef..15b5dd61a 100644 --- a/docs/consulSnapshot.python.md +++ b/docs/consulSnapshot.python.md @@ -4,7 +4,7 @@ ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -42,7 +42,7 @@ consulSnapshot.ConsulSnapshot( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | | snapshot_name | str | The name of the snapshot. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulSnapshotTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -148,7 +148,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -536,7 +536,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -544,7 +544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -552,7 +552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -560,7 +560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- @@ -696,7 +696,7 @@ The construct id used in the generated config for the ConsulSnapshot to import. The id of the existing ConsulSnapshot that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -1103,7 +1103,7 @@ consulSnapshot.ConsulSnapshotConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | | snapshot_name | str | The name of the snapshot. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulSnapshotTimeouts | timeouts block. | @@ -1189,7 +1189,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -1203,7 +1203,7 @@ snapshot_name: str The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -1215,7 +1215,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1235,7 +1235,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1249,7 +1249,7 @@ timeouts: ConsulSnapshotTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1272,10 +1272,10 @@ consulSnapshot.ConsulSnapshotTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1287,7 +1287,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1299,7 +1299,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1311,7 +1311,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1323,7 +1323,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/consulSnapshot.typescript.md b/docs/consulSnapshot.typescript.md index da1602343..c6f01a3d2 100644 --- a/docs/consulSnapshot.typescript.md +++ b/docs/consulSnapshot.typescript.md @@ -4,7 +4,7 @@ ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulSnapshot to import. The id of the existing ConsulSnapshot that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -895,7 +895,7 @@ const consulSnapshotConfig: consulSnapshot.ConsulSnapshotConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | clusterId | string | The ID of the HCP Consul cluster. | | snapshotName | string | The name of the snapshot. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | | projectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | ConsulSnapshotTimeouts | timeouts block. | @@ -981,7 +981,7 @@ public readonly clusterId: string; The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -995,7 +995,7 @@ public readonly snapshotName: string; The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -1007,7 +1007,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1041,7 +1041,7 @@ public readonly timeouts: ConsulSnapshotTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1059,10 +1059,10 @@ const consulSnapshotTimeouts: consulSnapshot.ConsulSnapshotTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1074,7 +1074,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1086,7 +1086,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1098,7 +1098,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1110,7 +1110,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/dataHcpAwsNetworkPeering.csharp.md b/docs/dataHcpAwsNetworkPeering.csharp.md index b82905f4b..93c137450 100644 --- a/docs/dataHcpAwsNetworkPeering.csharp.md +++ b/docs/dataHcpAwsNetworkPeering.csharp.md @@ -4,7 +4,7 @@ ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t The id of the existing DataHcpAwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -847,7 +847,7 @@ new DataHcpAwsNetworkPeeringConfig { | Provisioners | object[] | *No description.* | | HvnId | string | The ID of the HashiCorp Virtual Network (HVN). | | PeeringId | string | The ID of the network peering. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | | ProjectId | string | The ID of the HCP project where the network peering is located. | | Timeouts | DataHcpAwsNetworkPeeringTimeouts | timeouts block. | | WaitForActiveState | object | If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. | @@ -934,7 +934,7 @@ public string HvnId { get; set; } The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -948,7 +948,7 @@ public string PeeringId { get; set; } The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -960,7 +960,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -981,7 +981,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -995,7 +995,7 @@ public DataHcpAwsNetworkPeeringTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1009,7 +1009,7 @@ public object WaitForActiveState { get; set; } If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1029,7 +1029,7 @@ new DataHcpAwsNetworkPeeringTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1041,7 +1041,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsNetworkPeering.go.md b/docs/dataHcpAwsNetworkPeering.go.md index f13096a7e..157c03453 100644 --- a/docs/dataHcpAwsNetworkPeering.go.md +++ b/docs/dataHcpAwsNetworkPeering.go.md @@ -4,12 +4,12 @@ ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.NewDataHcpAwsNetworkPeering(scope Construct, id *string, config DataHcpAwsNetworkPeeringConfig) DataHcpAwsNetworkPeering ``` @@ -317,7 +317,7 @@ func ResetWaitForActiveState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -349,7 +349,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformElement(x interface{}) *bool ``` @@ -363,7 +363,7 @@ datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformDataSource(x interface{}) *bool ``` @@ -377,7 +377,7 @@ datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t The id of the existing DataHcpAwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -815,7 +815,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" &datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringConfig { Connection: interface{}, @@ -829,7 +829,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" PeeringId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts, WaitForActiveState: interface{}, } ``` @@ -847,7 +847,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" | Provisioners | *[]interface{} | *No description.* | | HvnId | *string | The ID of the HashiCorp Virtual Network (HVN). | | PeeringId | *string | The ID of the network peering. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | | ProjectId | *string | The ID of the HCP project where the network peering is located. | | Timeouts | DataHcpAwsNetworkPeeringTimeouts | timeouts block. | | WaitForActiveState | interface{} | If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. | @@ -934,7 +934,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -948,7 +948,7 @@ PeeringId *string The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -960,7 +960,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -981,7 +981,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -995,7 +995,7 @@ Timeouts DataHcpAwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1009,7 +1009,7 @@ WaitForActiveState interface{} If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1018,7 +1018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" &datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringTimeouts { Read: *string, @@ -1029,7 +1029,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1041,7 +1041,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- @@ -1052,7 +1052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.NewDataHcpAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsNetworkPeeringTimeoutsOutputReference ``` diff --git a/docs/dataHcpAwsNetworkPeering.java.md b/docs/dataHcpAwsNetworkPeering.java.md index ae0b0158a..ffc8271fe 100644 --- a/docs/dataHcpAwsNetworkPeering.java.md +++ b/docs/dataHcpAwsNetworkPeering.java.md @@ -4,7 +4,7 @@ ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -46,7 +46,7 @@ DataHcpAwsNetworkPeering.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | | peeringId | java.lang.String | The ID of the network peering. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | | projectId | java.lang.String | The ID of the HCP project where the network peering is located. | | timeouts | DataHcpAwsNetworkPeeringTimeouts | timeouts block. | | waitForActiveState | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. | @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -154,7 +154,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -538,7 +538,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t The id of the existing DataHcpAwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ DataHcpAwsNetworkPeeringConfig.builder() | provisioners | java.util.List | *No description.* | | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | | peeringId | java.lang.String | The ID of the network peering. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | | projectId | java.lang.String | The ID of the HCP project where the network peering is located. | | timeouts | DataHcpAwsNetworkPeeringTimeouts | timeouts block. | | waitForActiveState | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. | @@ -1071,7 +1071,7 @@ public java.lang.String getHvnId(); The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -1085,7 +1085,7 @@ public java.lang.String getPeeringId(); The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -1097,7 +1097,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1118,7 +1118,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -1132,7 +1132,7 @@ public DataHcpAwsNetworkPeeringTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1146,7 +1146,7 @@ public java.lang.Object getWaitForActiveState(); If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1166,7 +1166,7 @@ DataHcpAwsNetworkPeeringTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1178,7 +1178,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsNetworkPeering.python.md b/docs/dataHcpAwsNetworkPeering.python.md index bab8f4807..82d2ac730 100644 --- a/docs/dataHcpAwsNetworkPeering.python.md +++ b/docs/dataHcpAwsNetworkPeering.python.md @@ -4,7 +4,7 @@ ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -43,7 +43,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeering( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | | peering_id | str | The ID of the network peering. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | | project_id | str | The ID of the HCP project where the network peering is located. | | timeouts | DataHcpAwsNetworkPeeringTimeouts | timeouts block. | | wait_for_active_state | typing.Union[bool, cdktf.IResolvable] | If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -433,7 +433,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- @@ -575,7 +575,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t The id of the existing DataHcpAwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | | peering_id | str | The ID of the network peering. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | | project_id | str | The ID of the HCP project where the network peering is located. | | timeouts | DataHcpAwsNetworkPeeringTimeouts | timeouts block. | | wait_for_active_state | typing.Union[bool, cdktf.IResolvable] | If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. | @@ -1103,7 +1103,7 @@ hvn_id: str The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -1117,7 +1117,7 @@ peering_id: str The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -1129,7 +1129,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1150,7 +1150,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -1164,7 +1164,7 @@ timeouts: DataHcpAwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1178,7 +1178,7 @@ wait_for_active_state: typing.Union[bool, IResolvable] If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1198,7 +1198,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1210,7 +1210,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsNetworkPeering.typescript.md b/docs/dataHcpAwsNetworkPeering.typescript.md index 8789e1365..01ced7bde 100644 --- a/docs/dataHcpAwsNetworkPeering.typescript.md +++ b/docs/dataHcpAwsNetworkPeering.typescript.md @@ -4,7 +4,7 @@ ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t The id of the existing DataHcpAwsNetworkPeering that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ const dataHcpAwsNetworkPeeringConfig: dataHcpAwsNetworkPeering.DataHcpAwsNetwork | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | hvnId | string | The ID of the HashiCorp Virtual Network (HVN). | | peeringId | string | The ID of the network peering. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. | | projectId | string | The ID of the HCP project where the network peering is located. | | timeouts | DataHcpAwsNetworkPeeringTimeouts | timeouts block. | | waitForActiveState | boolean \| cdktf.IResolvable | If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. | @@ -920,7 +920,7 @@ public readonly hvnId: string; The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -934,7 +934,7 @@ public readonly peeringId: string; The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -946,7 +946,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ Always matches the HVN's project. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -981,7 +981,7 @@ public readonly timeouts: DataHcpAwsNetworkPeeringTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -995,7 +995,7 @@ public readonly waitForActiveState: boolean | IResolvable; If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1013,7 +1013,7 @@ const dataHcpAwsNetworkPeeringTimeouts: dataHcpAwsNetworkPeering.DataHcpAwsNetwo | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1025,7 +1025,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md index e0be336f1..ca51d7740 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md @@ -4,7 +4,7 @@ ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -825,7 +825,7 @@ new DataHcpAwsTransitGatewayAttachmentConfig { | Provisioners | object[] | *No description.* | | HvnId | string | The ID of the HashiCorp Virtual Network (HVN). | | TransitGatewayAttachmentId | string | The user-settable name of the transit gateway attachment in HCP. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | | ProjectId | string | The ID of the HCP project where the transit gateway attachment is located. | | Timeouts | DataHcpAwsTransitGatewayAttachmentTimeouts | timeouts block. | | WaitForActiveState | object | If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. | @@ -912,7 +912,7 @@ public string HvnId { get; set; } The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -926,7 +926,7 @@ public string TransitGatewayAttachmentId { get; set; } The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -938,7 +938,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -958,7 +958,7 @@ The ID of the HCP project where the transit gateway attachment is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -972,7 +972,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -986,7 +986,7 @@ public object WaitForActiveState { get; set; } If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -1006,7 +1006,7 @@ new DataHcpAwsTransitGatewayAttachmentTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1018,7 +1018,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.go.md b/docs/dataHcpAwsTransitGatewayAttachment.go.md index d1626bb4a..59b85fbad 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.go.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.go.md @@ -4,12 +4,12 @@ ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.NewDataHcpAwsTransitGatewayAttachment(scope Construct, id *string, config DataHcpAwsTransitGatewayAttachmentConfig) DataHcpAwsTransitGatewayAttachment ``` @@ -317,7 +317,7 @@ func ResetWaitForActiveState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -349,7 +349,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerraformElement(x interface{}) *bool ``` @@ -363,7 +363,7 @@ datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerrafor ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerraformDataSource(x interface{}) *bool ``` @@ -377,7 +377,7 @@ datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" &datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -807,7 +807,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayat TransitGatewayAttachmentId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts, WaitForActiveState: interface{}, } ``` @@ -825,7 +825,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayat | Provisioners | *[]interface{} | *No description.* | | HvnId | *string | The ID of the HashiCorp Virtual Network (HVN). | | TransitGatewayAttachmentId | *string | The user-settable name of the transit gateway attachment in HCP. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | | ProjectId | *string | The ID of the HCP project where the transit gateway attachment is located. | | Timeouts | DataHcpAwsTransitGatewayAttachmentTimeouts | timeouts block. | | WaitForActiveState | interface{} | If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. | @@ -912,7 +912,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -926,7 +926,7 @@ TransitGatewayAttachmentId *string The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -938,7 +938,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -958,7 +958,7 @@ The ID of the HCP project where the transit gateway attachment is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -972,7 +972,7 @@ Timeouts DataHcpAwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -986,7 +986,7 @@ WaitForActiveState interface{} If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -995,7 +995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" &datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentTimeouts { Default: *string, @@ -1006,7 +1006,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayat | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1018,7 +1018,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- @@ -1029,7 +1029,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.NewDataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference ``` diff --git a/docs/dataHcpAwsTransitGatewayAttachment.java.md b/docs/dataHcpAwsTransitGatewayAttachment.java.md index a343a9927..e4d67b9a1 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.java.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.java.md @@ -4,7 +4,7 @@ ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -46,7 +46,7 @@ DataHcpAwsTransitGatewayAttachment.Builder.create(Construct scope, java.lang.Str | provisioners | java.util.List | *No description.* | | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | | transitGatewayAttachmentId | java.lang.String | The user-settable name of the transit gateway attachment in HCP. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | | projectId | java.lang.String | The ID of the HCP project where the transit gateway attachment is located. | | timeouts | DataHcpAwsTransitGatewayAttachmentTimeouts | timeouts block. | | waitForActiveState | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. | @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ The ID of the HCP project where the transit gateway attachment is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -537,7 +537,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,7 @@ DataHcpAwsTransitGatewayAttachmentConfig.builder() | provisioners | java.util.List | *No description.* | | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | | transitGatewayAttachmentId | java.lang.String | The user-settable name of the transit gateway attachment in HCP. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | | projectId | java.lang.String | The ID of the HCP project where the transit gateway attachment is located. | | timeouts | DataHcpAwsTransitGatewayAttachmentTimeouts | timeouts block. | | waitForActiveState | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. | @@ -1048,7 +1048,7 @@ public java.lang.String getHvnId(); The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -1062,7 +1062,7 @@ public java.lang.String getTransitGatewayAttachmentId(); The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1074,7 +1074,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1094,7 +1094,7 @@ The ID of the HCP project where the transit gateway attachment is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -1108,7 +1108,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -1122,7 +1122,7 @@ public java.lang.Object getWaitForActiveState(); If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -1142,7 +1142,7 @@ DataHcpAwsTransitGatewayAttachmentTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1154,7 +1154,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.python.md b/docs/dataHcpAwsTransitGatewayAttachment.python.md index a4ea266c1..db7c07893 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.python.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.python.md @@ -4,7 +4,7 @@ ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -43,7 +43,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachment( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | | transit_gateway_attachment_id | str | The user-settable name of the transit gateway attachment in HCP. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | | project_id | str | The ID of the HCP project where the transit gateway attachment is located. | | timeouts | DataHcpAwsTransitGatewayAttachmentTimeouts | timeouts block. | | wait_for_active_state | typing.Union[bool, cdktf.IResolvable] | If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -150,7 +150,7 @@ The ID of the HCP project where the transit gateway attachment is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -432,7 +432,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- @@ -574,7 +574,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -993,7 +993,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | | transit_gateway_attachment_id | str | The user-settable name of the transit gateway attachment in HCP. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | | project_id | str | The ID of the HCP project where the transit gateway attachment is located. | | timeouts | DataHcpAwsTransitGatewayAttachmentTimeouts | timeouts block. | | wait_for_active_state | typing.Union[bool, cdktf.IResolvable] | If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. | @@ -1080,7 +1080,7 @@ hvn_id: str The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -1094,7 +1094,7 @@ transit_gateway_attachment_id: str The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1106,7 +1106,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1126,7 +1126,7 @@ The ID of the HCP project where the transit gateway attachment is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -1140,7 +1140,7 @@ timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -1154,7 +1154,7 @@ wait_for_active_state: typing.Union[bool, IResolvable] If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -1174,7 +1174,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1186,7 +1186,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md index aed5362e6..dfef0e5e4 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md @@ -4,7 +4,7 @@ ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ const dataHcpAwsTransitGatewayAttachmentConfig: dataHcpAwsTransitGatewayAttachme | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | hvnId | string | The ID of the HashiCorp Virtual Network (HVN). | | transitGatewayAttachmentId | string | The user-settable name of the transit gateway attachment in HCP. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. | | projectId | string | The ID of the HCP project where the transit gateway attachment is located. | | timeouts | DataHcpAwsTransitGatewayAttachmentTimeouts | timeouts block. | | waitForActiveState | boolean \| cdktf.IResolvable | If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. | @@ -898,7 +898,7 @@ public readonly hvnId: string; The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -912,7 +912,7 @@ public readonly transitGatewayAttachmentId: string; The user-settable name of the transit gateway attachment in HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -924,7 +924,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -944,7 +944,7 @@ The ID of the HCP project where the transit gateway attachment is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -958,7 +958,7 @@ public readonly timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -972,7 +972,7 @@ public readonly waitForActiveState: boolean | IResolvable; If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -990,7 +990,7 @@ const dataHcpAwsTransitGatewayAttachmentTimeouts: dataHcpAwsTransitGatewayAttach | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1002,7 +1002,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAzurePeeringConnection.csharp.md b/docs/dataHcpAzurePeeringConnection.csharp.md index bcce733f8..5c1b69eab 100644 --- a/docs/dataHcpAzurePeeringConnection.csharp.md +++ b/docs/dataHcpAzurePeeringConnection.csharp.md @@ -4,7 +4,7 @@ ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect The id of the existing DataHcpAzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -883,7 +883,7 @@ new DataHcpAzurePeeringConnectionConfig { | Provisioners | object[] | *No description.* | | HvnLink | string | The `self_link` of the HashiCorp Virtual Network (HVN). | | PeeringId | string | The ID of the peering connection. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | | Timeouts | DataHcpAzurePeeringConnectionTimeouts | timeouts block. | | WaitForActiveState | object | If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. | @@ -969,7 +969,7 @@ public string HvnLink { get; set; } The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -983,7 +983,7 @@ public string PeeringId { get; set; } The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -995,7 +995,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1012,7 +1012,7 @@ public DataHcpAzurePeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -1026,7 +1026,7 @@ public object WaitForActiveState { get; set; } If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1046,7 +1046,7 @@ new DataHcpAzurePeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1058,7 +1058,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpAzurePeeringConnection.go.md b/docs/dataHcpAzurePeeringConnection.go.md index 69f3b9b8b..034c392e2 100644 --- a/docs/dataHcpAzurePeeringConnection.go.md +++ b/docs/dataHcpAzurePeeringConnection.go.md @@ -4,12 +4,12 @@ ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.NewDataHcpAzurePeeringConnection(scope Construct, id *string, config DataHcpAzurePeeringConnectionConfig) DataHcpAzurePeeringConnection ``` @@ -310,7 +310,7 @@ func ResetWaitForActiveState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformElement(x ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformDataSourc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect The id of the existing DataHcpAzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" &datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionConfig { Connection: interface{}, @@ -865,7 +865,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnect HvnLink: *string, PeeringId: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts, WaitForActiveState: interface{}, } ``` @@ -883,7 +883,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnect | Provisioners | *[]interface{} | *No description.* | | HvnLink | *string | The `self_link` of the HashiCorp Virtual Network (HVN). | | PeeringId | *string | The ID of the peering connection. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | | Timeouts | DataHcpAzurePeeringConnectionTimeouts | timeouts block. | | WaitForActiveState | interface{} | If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. | @@ -969,7 +969,7 @@ HvnLink *string The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -983,7 +983,7 @@ PeeringId *string The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -995,7 +995,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1012,7 +1012,7 @@ Timeouts DataHcpAzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -1026,7 +1026,7 @@ WaitForActiveState interface{} If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1035,7 +1035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" &datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionTimeouts { Read: *string, @@ -1046,7 +1046,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnect | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1058,7 +1058,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- @@ -1069,7 +1069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.NewDataHcpAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAzurePeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/dataHcpAzurePeeringConnection.java.md b/docs/dataHcpAzurePeeringConnection.java.md index dc8141dda..deeda02f9 100644 --- a/docs/dataHcpAzurePeeringConnection.java.md +++ b/docs/dataHcpAzurePeeringConnection.java.md @@ -4,7 +4,7 @@ ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -45,7 +45,7 @@ DataHcpAzurePeeringConnection.Builder.create(Construct scope, java.lang.String i | provisioners | java.util.List | *No description.* | | hvnLink | java.lang.String | The `self_link` of the HashiCorp Virtual Network (HVN). | | peeringId | java.lang.String | The ID of the peering connection. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | | timeouts | DataHcpAzurePeeringConnectionTimeouts | timeouts block. | | waitForActiveState | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. | @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -148,7 +148,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -515,7 +515,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect The id of the existing DataHcpAzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,7 @@ DataHcpAzurePeeringConnectionConfig.builder() | provisioners | java.util.List | *No description.* | | hvnLink | java.lang.String | The `self_link` of the HashiCorp Virtual Network (HVN). | | peeringId | java.lang.String | The ID of the peering connection. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | | timeouts | DataHcpAzurePeeringConnectionTimeouts | timeouts block. | | waitForActiveState | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. | @@ -1090,7 +1090,7 @@ public java.lang.String getHvnLink(); The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -1104,7 +1104,7 @@ public java.lang.String getPeeringId(); The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -1116,7 +1116,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1133,7 +1133,7 @@ public DataHcpAzurePeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -1147,7 +1147,7 @@ public java.lang.Object getWaitForActiveState(); If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1167,7 +1167,7 @@ DataHcpAzurePeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1179,7 +1179,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpAzurePeeringConnection.python.md b/docs/dataHcpAzurePeeringConnection.python.md index f8a658e09..60005e77b 100644 --- a/docs/dataHcpAzurePeeringConnection.python.md +++ b/docs/dataHcpAzurePeeringConnection.python.md @@ -4,7 +4,7 @@ ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -42,7 +42,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnection( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_link | str | The `self_link` of the HashiCorp Virtual Network (HVN). | | peering_id | str | The ID of the peering connection. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | | timeouts | DataHcpAzurePeeringConnectionTimeouts | timeouts block. | | wait_for_active_state | typing.Union[bool, cdktf.IResolvable] | If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -416,7 +416,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- @@ -552,7 +552,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect The id of the existing DataHcpAzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1036,7 +1036,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_link | str | The `self_link` of the HashiCorp Virtual Network (HVN). | | peering_id | str | The ID of the peering connection. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | | timeouts | DataHcpAzurePeeringConnectionTimeouts | timeouts block. | | wait_for_active_state | typing.Union[bool, cdktf.IResolvable] | If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. | @@ -1122,7 +1122,7 @@ hvn_link: str The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -1136,7 +1136,7 @@ peering_id: str The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -1148,7 +1148,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1165,7 +1165,7 @@ timeouts: DataHcpAzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -1179,7 +1179,7 @@ wait_for_active_state: typing.Union[bool, IResolvable] If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1199,7 +1199,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1211,7 +1211,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpAzurePeeringConnection.typescript.md b/docs/dataHcpAzurePeeringConnection.typescript.md index 6a4c00c3a..b61de1478 100644 --- a/docs/dataHcpAzurePeeringConnection.typescript.md +++ b/docs/dataHcpAzurePeeringConnection.typescript.md @@ -4,7 +4,7 @@ ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect The id of the existing DataHcpAzurePeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -870,7 +870,7 @@ const dataHcpAzurePeeringConnectionConfig: dataHcpAzurePeeringConnection.DataHcp | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | hvnLink | string | The `self_link` of the HashiCorp Virtual Network (HVN). | | peeringId | string | The ID of the peering connection. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. | | timeouts | DataHcpAzurePeeringConnectionTimeouts | timeouts block. | | waitForActiveState | boolean \| cdktf.IResolvable | If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. | @@ -956,7 +956,7 @@ public readonly hvnLink: string; The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -970,7 +970,7 @@ public readonly peeringId: string; The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -982,7 +982,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -999,7 +999,7 @@ public readonly timeouts: DataHcpAzurePeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -1013,7 +1013,7 @@ public readonly waitForActiveState: boolean | IResolvable; If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1031,7 +1031,7 @@ const dataHcpAzurePeeringConnectionTimeouts: dataHcpAzurePeeringConnection.DataH | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1043,7 +1043,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpBoundaryCluster.csharp.md b/docs/dataHcpBoundaryCluster.csharp.md index 312ae3ee9..4e50c1322 100644 --- a/docs/dataHcpBoundaryCluster.csharp.md +++ b/docs/dataHcpBoundaryCluster.csharp.md @@ -4,7 +4,7 @@ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to The id of the existing DataHcpBoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -749,7 +749,7 @@ new DataHcpBoundaryClusterConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ClusterId | string | The ID of the Boundary cluster. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | | ProjectId | string | The ID of the HCP project where the Boundary cluster is located. | | Timeouts | DataHcpBoundaryClusterTimeouts | timeouts block. | @@ -835,7 +835,7 @@ public string ClusterId { get; set; } The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -847,7 +847,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -868,7 +868,7 @@ If not specified, the project configured in the HCP provider config block will b If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -882,7 +882,7 @@ public DataHcpBoundaryClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -915,7 +915,7 @@ new DataHcpBoundaryClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -927,7 +927,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpBoundaryCluster.go.md b/docs/dataHcpBoundaryCluster.go.md index 767ab640e..905c286a7 100644 --- a/docs/dataHcpBoundaryCluster.go.md +++ b/docs/dataHcpBoundaryCluster.go.md @@ -4,12 +4,12 @@ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryCluster(scope Construct, id *string, config DataHcpBoundaryClusterConfig) DataHcpBoundaryCluster ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformDataSource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to The id of the existing DataHcpBoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterConfig { Connection: interface{}, @@ -733,7 +733,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts, } ``` @@ -749,7 +749,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ClusterId | *string | The ID of the Boundary cluster. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | | ProjectId | *string | The ID of the HCP project where the Boundary cluster is located. | | Timeouts | DataHcpBoundaryClusterTimeouts | timeouts block. | @@ -835,7 +835,7 @@ ClusterId *string The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -847,7 +847,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -868,7 +868,7 @@ If not specified, the project configured in the HCP provider config block will b If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -882,7 +882,7 @@ Timeouts DataHcpBoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -891,7 +891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterMaintenanceWindowConfig { @@ -904,7 +904,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterTimeouts { Default: *string, @@ -915,7 +915,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -927,7 +927,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- @@ -938,7 +938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryClusterMaintenanceWindowConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigList ``` @@ -1087,7 +1087,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference ``` @@ -1398,7 +1398,7 @@ func InternalValue() DataHcpBoundaryClusterMaintenanceWindowConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpBoundaryClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpBoundaryCluster.java.md b/docs/dataHcpBoundaryCluster.java.md index e631fb385..d7c18c4b3 100644 --- a/docs/dataHcpBoundaryCluster.java.md +++ b/docs/dataHcpBoundaryCluster.java.md @@ -4,7 +4,7 @@ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -42,7 +42,7 @@ DataHcpBoundaryCluster.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the Boundary cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | | projectId | java.lang.String | The ID of the HCP project where the Boundary cluster is located. | | timeouts | DataHcpBoundaryClusterTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -139,7 +139,7 @@ If not specified, the project configured in the HCP provider config block will b If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -506,7 +506,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to The id of the existing DataHcpBoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -860,7 +860,7 @@ DataHcpBoundaryClusterConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the Boundary cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | | projectId | java.lang.String | The ID of the HCP project where the Boundary cluster is located. | | timeouts | DataHcpBoundaryClusterTimeouts | timeouts block. | @@ -946,7 +946,7 @@ public java.lang.String getClusterId(); The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -958,7 +958,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -979,7 +979,7 @@ If not specified, the project configured in the HCP provider config block will b If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -993,7 +993,7 @@ public DataHcpBoundaryClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -1025,7 +1025,7 @@ DataHcpBoundaryClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -1037,7 +1037,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpBoundaryCluster.python.md b/docs/dataHcpBoundaryCluster.python.md index 113d6a1c3..4d2255061 100644 --- a/docs/dataHcpBoundaryCluster.python.md +++ b/docs/dataHcpBoundaryCluster.python.md @@ -4,7 +4,7 @@ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -40,7 +40,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryCluster( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the Boundary cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | | project_id | str | The ID of the HCP project where the Boundary cluster is located. | | timeouts | DataHcpBoundaryClusterTimeouts | timeouts block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -137,7 +137,7 @@ If not specified, the project configured in the HCP provider config block will b If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -408,7 +408,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- @@ -544,7 +544,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to The id of the existing DataHcpBoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -894,7 +894,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryClusterConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the Boundary cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | | project_id | str | The ID of the HCP project where the Boundary cluster is located. | | timeouts | DataHcpBoundaryClusterTimeouts | timeouts block. | @@ -980,7 +980,7 @@ cluster_id: str The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -992,7 +992,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1013,7 +1013,7 @@ If not specified, the project configured in the HCP provider config block will b If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -1027,7 +1027,7 @@ timeouts: DataHcpBoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -1058,7 +1058,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -1070,7 +1070,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpBoundaryCluster.typescript.md b/docs/dataHcpBoundaryCluster.typescript.md index b32188b7c..1bf123b41 100644 --- a/docs/dataHcpBoundaryCluster.typescript.md +++ b/docs/dataHcpBoundaryCluster.typescript.md @@ -4,7 +4,7 @@ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to The id of the existing DataHcpBoundaryCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -737,7 +737,7 @@ const dataHcpBoundaryClusterConfig: dataHcpBoundaryCluster.DataHcpBoundaryCluste | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | clusterId | string | The ID of the Boundary cluster. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | | projectId | string | The ID of the HCP project where the Boundary cluster is located. | | timeouts | DataHcpBoundaryClusterTimeouts | timeouts block. | @@ -823,7 +823,7 @@ public readonly clusterId: string; The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -835,7 +835,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -856,7 +856,7 @@ If not specified, the project configured in the HCP provider config block will b If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -870,7 +870,7 @@ public readonly timeouts: DataHcpBoundaryClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -899,7 +899,7 @@ const dataHcpBoundaryClusterTimeouts: dataHcpBoundaryCluster.DataHcpBoundaryClus | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -911,7 +911,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.csharp.md b/docs/dataHcpConsulAgentHelmConfig.csharp.md index 60d980588..45f42540b 100644 --- a/docs/dataHcpConsulAgentHelmConfig.csharp.md +++ b/docs/dataHcpConsulAgentHelmConfig.csharp.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf The id of the existing DataHcpConsulAgentHelmConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -760,7 +760,7 @@ new DataHcpConsulAgentHelmConfigConfig { | ClusterId | string | The ID of the HCP Consul cluster. | | KubernetesEndpoint | string | The FQDN for the Kubernetes API. | | ExposeGossipPorts | object | Denotes that the gossip ports should be exposed. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | | ProjectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | DataHcpConsulAgentHelmConfigTimeouts | timeouts block. | @@ -846,7 +846,7 @@ public string ClusterId { get; set; } The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -860,7 +860,7 @@ public string KubernetesEndpoint { get; set; } The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -874,7 +874,7 @@ public object ExposeGossipPorts { get; set; } Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -886,7 +886,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -906,7 +906,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -920,7 +920,7 @@ public DataHcpConsulAgentHelmConfigTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -940,7 +940,7 @@ new DataHcpConsulAgentHelmConfigTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -952,7 +952,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.go.md b/docs/dataHcpConsulAgentHelmConfig.go.md index 317d99fa0..70d39589e 100644 --- a/docs/dataHcpConsulAgentHelmConfig.go.md +++ b/docs/dataHcpConsulAgentHelmConfig.go.md @@ -4,12 +4,12 @@ ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.NewDataHcpConsulAgentHelmConfig(scope Construct, id *string, config DataHcpConsulAgentHelmConfigConfig) DataHcpConsulAgentHelmConfig ``` @@ -317,7 +317,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsConstruct(x interface{}) *bool ``` @@ -349,7 +349,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformElement(x interface{}) *bool ``` @@ -363,7 +363,7 @@ datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformElement(x i ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformDataSource(x interface{}) *bool ``` @@ -377,7 +377,7 @@ datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformDataSource( ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf The id of the existing DataHcpConsulAgentHelmConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -727,7 +727,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" &datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigConfig { Connection: interface{}, @@ -742,7 +742,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconf ExposeGossipPorts: interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts, } ``` @@ -760,7 +760,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconf | ClusterId | *string | The ID of the HCP Consul cluster. | | KubernetesEndpoint | *string | The FQDN for the Kubernetes API. | | ExposeGossipPorts | interface{} | Denotes that the gossip ports should be exposed. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | DataHcpConsulAgentHelmConfigTimeouts | timeouts block. | @@ -846,7 +846,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -860,7 +860,7 @@ KubernetesEndpoint *string The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -874,7 +874,7 @@ ExposeGossipPorts interface{} Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -886,7 +886,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -906,7 +906,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -920,7 +920,7 @@ Timeouts DataHcpConsulAgentHelmConfigTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -929,7 +929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" &datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigTimeouts { Default: *string, @@ -940,7 +940,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -952,7 +952,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- @@ -963,7 +963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.NewDataHcpConsulAgentHelmConfigTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentHelmConfigTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulAgentHelmConfig.java.md b/docs/dataHcpConsulAgentHelmConfig.java.md index 290ddd13d..358b9378a 100644 --- a/docs/dataHcpConsulAgentHelmConfig.java.md +++ b/docs/dataHcpConsulAgentHelmConfig.java.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -47,7 +47,7 @@ DataHcpConsulAgentHelmConfig.Builder.create(Construct scope, java.lang.String id | clusterId | java.lang.String | The ID of the HCP Consul cluster. | | kubernetesEndpoint | java.lang.String | The FQDN for the Kubernetes API. | | exposeGossipPorts | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Denotes that the gossip ports should be exposed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentHelmConfigTimeouts | timeouts block. | @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -537,7 +537,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf The id of the existing DataHcpConsulAgentHelmConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ DataHcpConsulAgentHelmConfigConfig.builder() | clusterId | java.lang.String | The ID of the HCP Consul cluster. | | kubernetesEndpoint | java.lang.String | The FQDN for the Kubernetes API. | | exposeGossipPorts | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Denotes that the gossip ports should be exposed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentHelmConfigTimeouts | timeouts block. | @@ -982,7 +982,7 @@ public java.lang.String getClusterId(); The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -996,7 +996,7 @@ public java.lang.String getKubernetesEndpoint(); The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -1010,7 +1010,7 @@ public java.lang.Object getExposeGossipPorts(); Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -1022,7 +1022,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1042,7 +1042,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -1056,7 +1056,7 @@ public DataHcpConsulAgentHelmConfigTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -1076,7 +1076,7 @@ DataHcpConsulAgentHelmConfigTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -1088,7 +1088,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.python.md b/docs/dataHcpConsulAgentHelmConfig.python.md index f256f30f9..5e0740867 100644 --- a/docs/dataHcpConsulAgentHelmConfig.python.md +++ b/docs/dataHcpConsulAgentHelmConfig.python.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -44,7 +44,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfig( | cluster_id | str | The ID of the HCP Consul cluster. | | kubernetes_endpoint | str | The FQDN for the Kubernetes API. | | expose_gossip_ports | typing.Union[bool, cdktf.IResolvable] | Denotes that the gossip ports should be exposed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentHelmConfigTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -160,7 +160,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -432,7 +432,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- @@ -574,7 +574,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf The id of the existing DataHcpConsulAgentHelmConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -928,7 +928,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigConfig( | cluster_id | str | The ID of the HCP Consul cluster. | | kubernetes_endpoint | str | The FQDN for the Kubernetes API. | | expose_gossip_ports | typing.Union[bool, cdktf.IResolvable] | Denotes that the gossip ports should be exposed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentHelmConfigTimeouts | timeouts block. | @@ -1014,7 +1014,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -1028,7 +1028,7 @@ kubernetes_endpoint: str The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -1042,7 +1042,7 @@ expose_gossip_ports: typing.Union[bool, IResolvable] Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -1054,7 +1054,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1074,7 +1074,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -1088,7 +1088,7 @@ timeouts: DataHcpConsulAgentHelmConfigTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -1108,7 +1108,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -1120,7 +1120,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.typescript.md b/docs/dataHcpConsulAgentHelmConfig.typescript.md index 445c2b81b..611c7df56 100644 --- a/docs/dataHcpConsulAgentHelmConfig.typescript.md +++ b/docs/dataHcpConsulAgentHelmConfig.typescript.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf The id of the existing DataHcpConsulAgentHelmConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -746,7 +746,7 @@ const dataHcpConsulAgentHelmConfigConfig: dataHcpConsulAgentHelmConfig.DataHcpCo | clusterId | string | The ID of the HCP Consul cluster. | | kubernetesEndpoint | string | The FQDN for the Kubernetes API. | | exposeGossipPorts | boolean \| cdktf.IResolvable | Denotes that the gossip ports should be exposed. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. | | projectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentHelmConfigTimeouts | timeouts block. | @@ -832,7 +832,7 @@ public readonly clusterId: string; The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -846,7 +846,7 @@ public readonly kubernetesEndpoint: string; The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -860,7 +860,7 @@ public readonly exposeGossipPorts: boolean | IResolvable; Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -872,7 +872,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -892,7 +892,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -906,7 +906,7 @@ public readonly timeouts: DataHcpConsulAgentHelmConfigTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -924,7 +924,7 @@ const dataHcpConsulAgentHelmConfigTimeouts: dataHcpConsulAgentHelmConfig.DataHcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -936,7 +936,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md index c5d2d5ff1..cf506689f 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -705,7 +705,7 @@ new DataHcpConsulAgentKubernetesSecretConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ClusterId | string | The ID of the HCP Consul cluster. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | | ProjectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | DataHcpConsulAgentKubernetesSecretTimeouts | timeouts block. | @@ -791,7 +791,7 @@ public string ClusterId { get; set; } The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -803,7 +803,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -823,7 +823,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -837,7 +837,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -857,7 +857,7 @@ new DataHcpConsulAgentKubernetesSecretTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -869,7 +869,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.go.md b/docs/dataHcpConsulAgentKubernetesSecret.go.md index 4b168d552..3b6402a3a 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.go.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.go.md @@ -4,12 +4,12 @@ ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.NewDataHcpConsulAgentKubernetesSecret(scope Construct, id *string, config DataHcpConsulAgentKubernetesSecretConfig) DataHcpConsulAgentKubernetesSecret ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerrafor ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" &datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretConfig { Connection: interface{}, @@ -689,7 +689,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernet ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts, } ``` @@ -705,7 +705,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernet | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ClusterId | *string | The ID of the HCP Consul cluster. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | DataHcpConsulAgentKubernetesSecretTimeouts | timeouts block. | @@ -791,7 +791,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -803,7 +803,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -823,7 +823,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -837,7 +837,7 @@ Timeouts DataHcpConsulAgentKubernetesSecretTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -846,7 +846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" &datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretTimeouts { Default: *string, @@ -857,7 +857,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernet | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -869,7 +869,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- @@ -880,7 +880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.NewDataHcpConsulAgentKubernetesSecretTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulAgentKubernetesSecret.java.md b/docs/dataHcpConsulAgentKubernetesSecret.java.md index 39283041c..d03887f0f 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.java.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.java.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -42,7 +42,7 @@ DataHcpConsulAgentKubernetesSecret.Builder.create(Construct scope, java.lang.Str | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentKubernetesSecretTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -505,7 +505,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -815,7 +815,7 @@ DataHcpConsulAgentKubernetesSecretConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentKubernetesSecretTimeouts | timeouts block. | @@ -901,7 +901,7 @@ public java.lang.String getClusterId(); The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -913,7 +913,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -933,7 +933,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -947,7 +947,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -967,7 +967,7 @@ DataHcpConsulAgentKubernetesSecretTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -979,7 +979,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.python.md b/docs/dataHcpConsulAgentKubernetesSecret.python.md index 2a69170fd..515f538ee 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.python.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.python.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -40,7 +40,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecret( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentKubernetesSecretTimeouts | timeouts block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -407,7 +407,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- @@ -543,7 +543,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentKubernetesSecretTimeouts | timeouts block. | @@ -935,7 +935,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -947,7 +947,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -967,7 +967,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -981,7 +981,7 @@ timeouts: DataHcpConsulAgentKubernetesSecretTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -1001,7 +1001,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -1013,7 +1013,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md index 7e6e9fefa..ac99c509b 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md @@ -4,7 +4,7 @@ ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -693,7 +693,7 @@ const dataHcpConsulAgentKubernetesSecretConfig: dataHcpConsulAgentKubernetesSecr | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | clusterId | string | The ID of the HCP Consul cluster. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. | | projectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulAgentKubernetesSecretTimeouts | timeouts block. | @@ -779,7 +779,7 @@ public readonly clusterId: string; The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -791,7 +791,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -811,7 +811,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -825,7 +825,7 @@ public readonly timeouts: DataHcpConsulAgentKubernetesSecretTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -843,7 +843,7 @@ const dataHcpConsulAgentKubernetesSecretTimeouts: dataHcpConsulAgentKubernetesSe | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -855,7 +855,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulCluster.csharp.md b/docs/dataHcpConsulCluster.csharp.md index 6e0449535..fe46a4622 100644 --- a/docs/dataHcpConsulCluster.csharp.md +++ b/docs/dataHcpConsulCluster.csharp.md @@ -4,7 +4,7 @@ ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im The id of the existing DataHcpConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -947,7 +947,7 @@ new DataHcpConsulClusterConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ClusterId | string | The ID of the HCP Consul cluster. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | | ProjectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | DataHcpConsulClusterTimeouts | timeouts block. | @@ -1033,7 +1033,7 @@ public string ClusterId { get; set; } The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1045,7 +1045,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1065,7 +1065,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1079,7 +1079,7 @@ public DataHcpConsulClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1112,7 +1112,7 @@ new DataHcpConsulClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1124,7 +1124,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulCluster.go.md b/docs/dataHcpConsulCluster.go.md index cf660094b..77907afa6 100644 --- a/docs/dataHcpConsulCluster.go.md +++ b/docs/dataHcpConsulCluster.go.md @@ -4,12 +4,12 @@ ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulCluster(scope Construct, id *string, config DataHcpConsulClusterConfig) DataHcpConsulCluster ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcpconsulcluster.DataHcpConsulCluster_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcpconsulcluster.DataHcpConsulCluster_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im The id of the existing DataHcpConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -918,7 +918,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterConfig { Connection: interface{}, @@ -931,7 +931,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpConsulCluster.DataHcpConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulCluster.DataHcpConsulClusterTimeouts, } ``` @@ -947,7 +947,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ClusterId | *string | The ID of the HCP Consul cluster. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Consul cluster is located. | | Timeouts | DataHcpConsulClusterTimeouts | timeouts block. | @@ -1033,7 +1033,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1045,7 +1045,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1065,7 +1065,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1079,7 +1079,7 @@ Timeouts DataHcpConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1088,7 +1088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterIpAllowlistStruct { @@ -1101,7 +1101,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterTimeouts { Default: *string, @@ -1112,7 +1112,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1124,7 +1124,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- @@ -1135,7 +1135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpConsulClusterIpAllowlistStructList ``` @@ -1284,7 +1284,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpConsulClusterIpAllowlistStructOutputReference ``` @@ -1573,7 +1573,7 @@ func InternalValue() DataHcpConsulClusterIpAllowlistStruct #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulCluster.java.md b/docs/dataHcpConsulCluster.java.md index 7fd809ce0..716694064 100644 --- a/docs/dataHcpConsulCluster.java.md +++ b/docs/dataHcpConsulCluster.java.md @@ -4,7 +4,7 @@ ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -42,7 +42,7 @@ DataHcpConsulCluster.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulClusterTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -505,7 +505,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im The id of the existing DataHcpConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ DataHcpConsulClusterConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Consul cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulClusterTimeouts | timeouts block. | @@ -1143,7 +1143,7 @@ public java.lang.String getClusterId(); The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1155,7 +1155,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1175,7 +1175,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1189,7 +1189,7 @@ public DataHcpConsulClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1221,7 +1221,7 @@ DataHcpConsulClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1233,7 +1233,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulCluster.python.md b/docs/dataHcpConsulCluster.python.md index 6dc697eaa..24d2d537b 100644 --- a/docs/dataHcpConsulCluster.python.md +++ b/docs/dataHcpConsulCluster.python.md @@ -4,7 +4,7 @@ ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -40,7 +40,7 @@ dataHcpConsulCluster.DataHcpConsulCluster( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulClusterTimeouts | timeouts block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -407,7 +407,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- @@ -543,7 +543,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im The id of the existing DataHcpConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1091,7 +1091,7 @@ dataHcpConsulCluster.DataHcpConsulClusterConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Consul cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | | project_id | str | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulClusterTimeouts | timeouts block. | @@ -1177,7 +1177,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1189,7 +1189,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1209,7 +1209,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1223,7 +1223,7 @@ timeouts: DataHcpConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1254,7 +1254,7 @@ dataHcpConsulCluster.DataHcpConsulClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1266,7 +1266,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulCluster.typescript.md b/docs/dataHcpConsulCluster.typescript.md index 40db65f47..1b92137e7 100644 --- a/docs/dataHcpConsulCluster.typescript.md +++ b/docs/dataHcpConsulCluster.typescript.md @@ -4,7 +4,7 @@ ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im The id of the existing DataHcpConsulCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,7 @@ const dataHcpConsulClusterConfig: dataHcpConsulCluster.DataHcpConsulClusterConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | clusterId | string | The ID of the HCP Consul cluster. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | | projectId | string | The ID of the HCP project where the HCP Consul cluster is located. | | timeouts | DataHcpConsulClusterTimeouts | timeouts block. | @@ -1021,7 +1021,7 @@ public readonly clusterId: string; The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1033,7 +1033,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1053,7 +1053,7 @@ The ID of the HCP project where the HCP Consul cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1067,7 +1067,7 @@ public readonly timeouts: DataHcpConsulClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1096,7 +1096,7 @@ const dataHcpConsulClusterTimeouts: dataHcpConsulCluster.DataHcpConsulClusterTim | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1108,7 +1108,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulVersions.csharp.md b/docs/dataHcpConsulVersions.csharp.md index b6947a4fe..126493caa 100644 --- a/docs/dataHcpConsulVersions.csharp.md +++ b/docs/dataHcpConsulVersions.csharp.md @@ -4,7 +4,7 @@ ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -392,7 +392,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i The id of the existing DataHcpConsulVersions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -673,7 +673,7 @@ new DataHcpConsulVersionsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | Timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -756,7 +756,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -773,7 +773,7 @@ public DataHcpConsulVersionsTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -793,7 +793,7 @@ new DataHcpConsulVersionsTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -805,7 +805,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpConsulVersions.go.md b/docs/dataHcpConsulVersions.go.md index a3c5a4513..26e061c0c 100644 --- a/docs/dataHcpConsulVersions.go.md +++ b/docs/dataHcpConsulVersions.go.md @@ -4,12 +4,12 @@ ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.NewDataHcpConsulVersions(scope Construct, id *string, config DataHcpConsulVersionsConfig) DataHcpConsulVersions ``` @@ -303,7 +303,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsConstruct(x interface{}) *bool ``` @@ -335,7 +335,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsTerraformElement(x interface{}) *bool ``` @@ -349,7 +349,7 @@ datahcpconsulversions.DataHcpConsulVersions_IsTerraformElement(x interface{}) *b ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsTerraformDataSource(x interface{}) *bool ``` @@ -363,7 +363,7 @@ datahcpconsulversions.DataHcpConsulVersions_IsTerraformDataSource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -392,7 +392,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i The id of the existing DataHcpConsulVersions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -647,7 +647,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" &datahcpconsulversions.DataHcpConsulVersionsConfig { Connection: interface{}, @@ -658,7 +658,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts, } ``` @@ -673,7 +673,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | Timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -756,7 +756,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -773,7 +773,7 @@ Timeouts DataHcpConsulVersionsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -782,7 +782,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" &datahcpconsulversions.DataHcpConsulVersionsTimeouts { Default: *string, @@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -805,7 +805,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- @@ -816,7 +816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.NewDataHcpConsulVersionsTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulVersionsTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulVersions.java.md b/docs/dataHcpConsulVersions.java.md index 10f6c5ea2..f91c04a41 100644 --- a/docs/dataHcpConsulVersions.java.md +++ b/docs/dataHcpConsulVersions.java.md @@ -4,7 +4,7 @@ ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -39,7 +39,7 @@ DataHcpConsulVersions.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -471,7 +471,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i The id of the existing DataHcpConsulVersions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -756,7 +756,7 @@ DataHcpConsulVersionsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -839,7 +839,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -856,7 +856,7 @@ public DataHcpConsulVersionsTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -876,7 +876,7 @@ DataHcpConsulVersionsTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -888,7 +888,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpConsulVersions.python.md b/docs/dataHcpConsulVersions.python.md index 4d479bef9..003428f97 100644 --- a/docs/dataHcpConsulVersions.python.md +++ b/docs/dataHcpConsulVersions.python.md @@ -4,7 +4,7 @@ ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -37,7 +37,7 @@ dataHcpConsulVersions.DataHcpConsulVersions( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -379,7 +379,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- @@ -509,7 +509,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i The id of the existing DataHcpConsulVersions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -790,7 +790,7 @@ dataHcpConsulVersions.DataHcpConsulVersionsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -873,7 +873,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -890,7 +890,7 @@ timeouts: DataHcpConsulVersionsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -910,7 +910,7 @@ dataHcpConsulVersions.DataHcpConsulVersionsTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -922,7 +922,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpConsulVersions.typescript.md b/docs/dataHcpConsulVersions.typescript.md index ff3c60854..b5f7a0df5 100644 --- a/docs/dataHcpConsulVersions.typescript.md +++ b/docs/dataHcpConsulVersions.typescript.md @@ -4,7 +4,7 @@ ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -392,7 +392,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i The id of the existing DataHcpConsulVersions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -663,7 +663,7 @@ const dataHcpConsulVersionsConfig: dataHcpConsulVersions.DataHcpConsulVersionsCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -746,7 +746,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -763,7 +763,7 @@ public readonly timeouts: DataHcpConsulVersionsTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -781,7 +781,7 @@ const dataHcpConsulVersionsTimeouts: dataHcpConsulVersions.DataHcpConsulVersions | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -793,7 +793,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpGroup.csharp.md b/docs/dataHcpGroup.csharp.md index ef648e7a9..890767cf4 100644 --- a/docs/dataHcpGroup.csharp.md +++ b/docs/dataHcpGroup.csharp.md @@ -4,7 +4,7 @@ ### DataHcpGroup -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group hcp_group}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpGroup to import. The id of the existing DataHcpGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -707,7 +707,7 @@ public string ResourceName { get; set; } The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} --- diff --git a/docs/dataHcpGroup.go.md b/docs/dataHcpGroup.go.md index b9a43ee02..1c5fc79af 100644 --- a/docs/dataHcpGroup.go.md +++ b/docs/dataHcpGroup.go.md @@ -4,12 +4,12 @@ ### DataHcpGroup -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group hcp_group}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpgroup" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpgroup" datahcpgroup.NewDataHcpGroup(scope Construct, id *string, config DataHcpGroupConfig) DataHcpGroup ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpgroup" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpgroup" datahcpgroup.DataHcpGroup_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpgroup" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpgroup" datahcpgroup.DataHcpGroup_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datahcpgroup.DataHcpGroup_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpgroup" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpgroup" datahcpgroup.DataHcpGroup_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcpgroup.DataHcpGroup_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpgroup" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpgroup" datahcpgroup.DataHcpGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpGroup to import. The id of the existing DataHcpGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -598,7 +598,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpgroup" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpgroup" &datahcpgroup.DataHcpGroupConfig { Connection: interface{}, @@ -707,7 +707,7 @@ ResourceName *string The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} --- diff --git a/docs/dataHcpGroup.java.md b/docs/dataHcpGroup.java.md index 5f83a8256..363be8f34 100644 --- a/docs/dataHcpGroup.java.md +++ b/docs/dataHcpGroup.java.md @@ -4,7 +4,7 @@ ### DataHcpGroup -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group hcp_group}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} --- @@ -431,7 +431,7 @@ The construct id used in the generated config for the DataHcpGroup to import. The id of the existing DataHcpGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -777,7 +777,7 @@ public java.lang.String getResourceName(); The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} --- diff --git a/docs/dataHcpGroup.python.md b/docs/dataHcpGroup.python.md index 15f109a1d..0b8bc05ab 100644 --- a/docs/dataHcpGroup.python.md +++ b/docs/dataHcpGroup.python.md @@ -4,7 +4,7 @@ ### DataHcpGroup -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group hcp_group}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} --- @@ -465,7 +465,7 @@ The construct id used in the generated config for the DataHcpGroup to import. The id of the existing DataHcpGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -807,7 +807,7 @@ resource_name: str The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} --- diff --git a/docs/dataHcpGroup.typescript.md b/docs/dataHcpGroup.typescript.md index ed414ad6f..ce09c0361 100644 --- a/docs/dataHcpGroup.typescript.md +++ b/docs/dataHcpGroup.typescript.md @@ -4,7 +4,7 @@ ### DataHcpGroup -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group hcp_group}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpGroup to import. The id of the existing DataHcpGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use --- @@ -698,7 +698,7 @@ public readonly resourceName: string; The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} --- diff --git a/docs/dataHcpHvn.csharp.md b/docs/dataHcpHvn.csharp.md index e8b32d807..480ccbc24 100644 --- a/docs/dataHcpHvn.csharp.md +++ b/docs/dataHcpHvn.csharp.md @@ -4,7 +4,7 @@ ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvn to import. The id of the existing DataHcpHvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,7 @@ new DataHcpHvnConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | HvnId | string | The ID of the HashiCorp Virtual Network (HVN). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. | | ProjectId | string | The ID of the HCP project where the HVN is located. | | Timeouts | DataHcpHvnTimeouts | timeouts block. | @@ -868,7 +868,7 @@ public string HvnId { get; set; } The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -880,7 +880,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -900,7 +900,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -914,7 +914,7 @@ public DataHcpHvnTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -934,7 +934,7 @@ new DataHcpHvnTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -946,7 +946,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvn.go.md b/docs/dataHcpHvn.go.md index 76899e5bd..883f84573 100644 --- a/docs/dataHcpHvn.go.md +++ b/docs/dataHcpHvn.go.md @@ -4,12 +4,12 @@ ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn hcp_hvn}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.NewDataHcpHvn(scope Construct, id *string, config DataHcpHvnConfig) DataHcpHvn ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcphvn.DataHcpHvn_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcphvn.DataHcpHvn_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvn to import. The id of the existing DataHcpHvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -753,7 +753,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" &datahcphvn.DataHcpHvnConfig { Connection: interface{}, @@ -766,7 +766,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" HvnId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpHvn.DataHcpHvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvn.DataHcpHvnTimeouts, } ``` @@ -782,7 +782,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | HvnId | *string | The ID of the HashiCorp Virtual Network (HVN). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. | | ProjectId | *string | The ID of the HCP project where the HVN is located. | | Timeouts | DataHcpHvnTimeouts | timeouts block. | @@ -868,7 +868,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -880,7 +880,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -900,7 +900,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -914,7 +914,7 @@ Timeouts DataHcpHvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -923,7 +923,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" &datahcphvn.DataHcpHvnTimeouts { Default: *string, @@ -934,7 +934,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -946,7 +946,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- @@ -957,7 +957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.NewDataHcpHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvn.java.md b/docs/dataHcpHvn.java.md index 68bdf803e..93747b5ba 100644 --- a/docs/dataHcpHvn.java.md +++ b/docs/dataHcpHvn.java.md @@ -4,7 +4,7 @@ ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -42,7 +42,7 @@ DataHcpHvn.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN is located. | | timeouts | DataHcpHvnTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -138,7 +138,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -505,7 +505,7 @@ The construct id used in the generated config for the DataHcpHvn to import. The id of the existing DataHcpHvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -892,7 +892,7 @@ DataHcpHvnConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN is located. | | timeouts | DataHcpHvnTimeouts | timeouts block. | @@ -978,7 +978,7 @@ public java.lang.String getHvnId(); The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -990,7 +990,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1010,7 +1010,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -1024,7 +1024,7 @@ public DataHcpHvnTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -1044,7 +1044,7 @@ DataHcpHvnTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -1056,7 +1056,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvn.python.md b/docs/dataHcpHvn.python.md index 6d115381b..d5319e363 100644 --- a/docs/dataHcpHvn.python.md +++ b/docs/dataHcpHvn.python.md @@ -4,7 +4,7 @@ ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -40,7 +40,7 @@ dataHcpHvn.DataHcpHvn( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. | | project_id | str | The ID of the HCP project where the HVN is located. | | timeouts | DataHcpHvnTimeouts | timeouts block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,7 +136,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -407,7 +407,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- @@ -543,7 +543,7 @@ The construct id used in the generated config for the DataHcpHvn to import. The id of the existing DataHcpHvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -926,7 +926,7 @@ dataHcpHvn.DataHcpHvnConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. | | project_id | str | The ID of the HCP project where the HVN is located. | | timeouts | DataHcpHvnTimeouts | timeouts block. | @@ -1012,7 +1012,7 @@ hvn_id: str The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -1024,7 +1024,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1044,7 +1044,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -1058,7 +1058,7 @@ timeouts: DataHcpHvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -1078,7 +1078,7 @@ dataHcpHvn.DataHcpHvnTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -1090,7 +1090,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvn.typescript.md b/docs/dataHcpHvn.typescript.md index 15bf91e14..2e47399fd 100644 --- a/docs/dataHcpHvn.typescript.md +++ b/docs/dataHcpHvn.typescript.md @@ -4,7 +4,7 @@ ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvn to import. The id of the existing DataHcpHvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -770,7 +770,7 @@ const dataHcpHvnConfig: dataHcpHvn.DataHcpHvnConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | hvnId | string | The ID of the HashiCorp Virtual Network (HVN). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. | | projectId | string | The ID of the HCP project where the HVN is located. | | timeouts | DataHcpHvnTimeouts | timeouts block. | @@ -856,7 +856,7 @@ public readonly hvnId: string; The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -888,7 +888,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -902,7 +902,7 @@ public readonly timeouts: DataHcpHvnTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -920,7 +920,7 @@ const dataHcpHvnTimeouts: dataHcpHvn.DataHcpHvnTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -932,7 +932,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.csharp.md b/docs/dataHcpHvnPeeringConnection.csharp.md index f029cb246..2d828429d 100644 --- a/docs/dataHcpHvnPeeringConnection.csharp.md +++ b/docs/dataHcpHvnPeeringConnection.csharp.md @@ -4,7 +4,7 @@ ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio The id of the existing DataHcpHvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -804,7 +804,7 @@ new DataHcpHvnPeeringConnectionConfig { | Hvn1 | string | The unique URL of one of the HVNs being peered. | | PeeringId | string | The ID of the peering connection. | | Hvn2 | string | The unique URL of one of the HVNs being peered. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | | ProjectId | string | The ID of the HCP project where the HVN peering connection is located. | | Timeouts | DataHcpHvnPeeringConnectionTimeouts | timeouts block. | @@ -890,7 +890,7 @@ public string Hvn1 { get; set; } The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -904,7 +904,7 @@ public string PeeringId { get; set; } The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -920,7 +920,7 @@ The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -932,7 +932,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -965,7 +965,7 @@ public DataHcpHvnPeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -985,7 +985,7 @@ new DataHcpHvnPeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -997,7 +997,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.go.md b/docs/dataHcpHvnPeeringConnection.go.md index 613a646f9..9f1815a6c 100644 --- a/docs/dataHcpHvnPeeringConnection.go.md +++ b/docs/dataHcpHvnPeeringConnection.go.md @@ -4,12 +4,12 @@ ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.NewDataHcpHvnPeeringConnection(scope Construct, id *string, config DataHcpHvnPeeringConnectionConfig) DataHcpHvnPeeringConnection ``` @@ -317,7 +317,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -349,7 +349,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -363,7 +363,7 @@ datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformElement(x int ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformDataSource(x interface{}) *bool ``` @@ -377,7 +377,7 @@ datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformDataSource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio The id of the existing DataHcpHvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" &datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionConfig { Connection: interface{}, @@ -786,7 +786,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnectio Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts, } ``` @@ -804,7 +804,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnectio | Hvn1 | *string | The unique URL of one of the HVNs being peered. | | PeeringId | *string | The ID of the peering connection. | | Hvn2 | *string | The unique URL of one of the HVNs being peered. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | | ProjectId | *string | The ID of the HCP project where the HVN peering connection is located. | | Timeouts | DataHcpHvnPeeringConnectionTimeouts | timeouts block. | @@ -890,7 +890,7 @@ Hvn1 *string The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -904,7 +904,7 @@ PeeringId *string The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -920,7 +920,7 @@ The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -932,7 +932,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -965,7 +965,7 @@ Timeouts DataHcpHvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -974,7 +974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" &datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionTimeouts { Default: *string, @@ -985,7 +985,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnectio | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -997,7 +997,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- @@ -1008,7 +1008,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.NewDataHcpHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnPeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvnPeeringConnection.java.md b/docs/dataHcpHvnPeeringConnection.java.md index a6b4391e2..512f3fb15 100644 --- a/docs/dataHcpHvnPeeringConnection.java.md +++ b/docs/dataHcpHvnPeeringConnection.java.md @@ -4,7 +4,7 @@ ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -46,7 +46,7 @@ DataHcpHvnPeeringConnection.Builder.create(Construct scope, java.lang.String id) | hvn1 | java.lang.String | The unique URL of one of the HVNs being peered. | | peeringId | java.lang.String | The ID of the peering connection. | | hvn2 | java.lang.String | The unique URL of one of the HVNs being peered. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN peering connection is located. | | timeouts | DataHcpHvnPeeringConnectionTimeouts | timeouts block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -140,7 +140,7 @@ The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -163,7 +163,7 @@ The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -537,7 +537,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio The id of the existing DataHcpHvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -939,7 +939,7 @@ DataHcpHvnPeeringConnectionConfig.builder() | hvn1 | java.lang.String | The unique URL of one of the HVNs being peered. | | peeringId | java.lang.String | The ID of the peering connection. | | hvn2 | java.lang.String | The unique URL of one of the HVNs being peered. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN peering connection is located. | | timeouts | DataHcpHvnPeeringConnectionTimeouts | timeouts block. | @@ -1025,7 +1025,7 @@ public java.lang.String getHvn1(); The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -1039,7 +1039,7 @@ public java.lang.String getPeeringId(); The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -1055,7 +1055,7 @@ The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -1067,7 +1067,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1086,7 +1086,7 @@ The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -1100,7 +1100,7 @@ public DataHcpHvnPeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -1120,7 +1120,7 @@ DataHcpHvnPeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -1132,7 +1132,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.python.md b/docs/dataHcpHvnPeeringConnection.python.md index df1b19d81..0224e1381 100644 --- a/docs/dataHcpHvnPeeringConnection.python.md +++ b/docs/dataHcpHvnPeeringConnection.python.md @@ -4,7 +4,7 @@ ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -44,7 +44,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnection( | hvn1 | str | The unique URL of one of the HVNs being peered. | | peering_id | str | The ID of the peering connection. | | hvn2 | str | The unique URL of one of the HVNs being peered. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | | project_id | str | The ID of the HCP project where the HVN peering connection is located. | | timeouts | DataHcpHvnPeeringConnectionTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -138,7 +138,7 @@ The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -161,7 +161,7 @@ The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -433,7 +433,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- @@ -575,7 +575,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio The id of the existing DataHcpHvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -973,7 +973,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionConfig( | hvn1 | str | The unique URL of one of the HVNs being peered. | | peering_id | str | The ID of the peering connection. | | hvn2 | str | The unique URL of one of the HVNs being peered. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | | project_id | str | The ID of the HCP project where the HVN peering connection is located. | | timeouts | DataHcpHvnPeeringConnectionTimeouts | timeouts block. | @@ -1059,7 +1059,7 @@ hvn1: str The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -1073,7 +1073,7 @@ peering_id: str The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -1089,7 +1089,7 @@ The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -1101,7 +1101,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1120,7 +1120,7 @@ The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -1134,7 +1134,7 @@ timeouts: DataHcpHvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -1154,7 +1154,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -1166,7 +1166,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.typescript.md b/docs/dataHcpHvnPeeringConnection.typescript.md index 83cbb7e65..51bf3d405 100644 --- a/docs/dataHcpHvnPeeringConnection.typescript.md +++ b/docs/dataHcpHvnPeeringConnection.typescript.md @@ -4,7 +4,7 @@ ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio The id of the existing DataHcpHvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -790,7 +790,7 @@ const dataHcpHvnPeeringConnectionConfig: dataHcpHvnPeeringConnection.DataHcpHvnP | hvn1 | string | The unique URL of one of the HVNs being peered. | | peeringId | string | The ID of the peering connection. | | hvn2 | string | The unique URL of one of the HVNs being peered. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. | | projectId | string | The ID of the HCP project where the HVN peering connection is located. | | timeouts | DataHcpHvnPeeringConnectionTimeouts | timeouts block. | @@ -876,7 +876,7 @@ public readonly hvn1: string; The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -890,7 +890,7 @@ public readonly peeringId: string; The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -906,7 +906,7 @@ The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -918,7 +918,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -937,7 +937,7 @@ The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -951,7 +951,7 @@ public readonly timeouts: DataHcpHvnPeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -969,7 +969,7 @@ const dataHcpHvnPeeringConnectionTimeouts: dataHcpHvnPeeringConnection.DataHcpHv | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -981,7 +981,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnRoute.csharp.md b/docs/dataHcpHvnRoute.csharp.md index 1e00c1b56..9b4b59b34 100644 --- a/docs/dataHcpHvnRoute.csharp.md +++ b/docs/dataHcpHvnRoute.csharp.md @@ -4,7 +4,7 @@ ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import. The id of the existing DataHcpHvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -797,7 +797,7 @@ new DataHcpHvnRouteConfig { | Provisioners | object[] | *No description.* | | HvnLink | string | The `self_link` of the HashiCorp Virtual Network (HVN). | | HvnRouteId | string | The ID of the HVN route. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | | ProjectId | string | The ID of the HCP project where the HVN route is located. | | Timeouts | DataHcpHvnRouteTimeouts | timeouts block. | @@ -883,7 +883,7 @@ public string HvnLink { get; set; } The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -897,7 +897,7 @@ public string HvnRouteId { get; set; } The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -909,7 +909,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -928,7 +928,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -942,7 +942,7 @@ public DataHcpHvnRouteTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -962,7 +962,7 @@ new DataHcpHvnRouteTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -974,7 +974,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpHvnRoute.go.md b/docs/dataHcpHvnRoute.go.md index bf8294f6d..418c6bb81 100644 --- a/docs/dataHcpHvnRoute.go.md +++ b/docs/dataHcpHvnRoute.go.md @@ -4,12 +4,12 @@ ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.NewDataHcpHvnRoute(scope Construct, id *string, config DataHcpHvnRouteConfig) DataHcpHvnRoute ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcphvnroute.DataHcpHvnRoute_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcphvnroute.DataHcpHvnRoute_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import. The id of the existing DataHcpHvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -753,7 +753,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteAzureConfig { @@ -766,7 +766,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteConfig { Connection: interface{}, @@ -780,7 +780,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" HvnRouteId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpHvnRoute.DataHcpHvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnRoute.DataHcpHvnRouteTimeouts, } ``` @@ -797,7 +797,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" | Provisioners | *[]interface{} | *No description.* | | HvnLink | *string | The `self_link` of the HashiCorp Virtual Network (HVN). | | HvnRouteId | *string | The ID of the HVN route. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | | ProjectId | *string | The ID of the HCP project where the HVN route is located. | | Timeouts | DataHcpHvnRouteTimeouts | timeouts block. | @@ -883,7 +883,7 @@ HvnLink *string The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -897,7 +897,7 @@ HvnRouteId *string The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -909,7 +909,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -928,7 +928,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -942,7 +942,7 @@ Timeouts DataHcpHvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -951,7 +951,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteTimeouts { Default: *string, @@ -962,7 +962,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -974,7 +974,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- @@ -985,7 +985,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.NewDataHcpHvnRouteAzureConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpHvnRouteAzureConfigList ``` @@ -1134,7 +1134,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.NewDataHcpHvnRouteAzureConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpHvnRouteAzureConfigOutputReference ``` @@ -1423,7 +1423,7 @@ func InternalValue() DataHcpHvnRouteAzureConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.NewDataHcpHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnRouteTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvnRoute.java.md b/docs/dataHcpHvnRoute.java.md index 419c6ce71..71d0eb7cc 100644 --- a/docs/dataHcpHvnRoute.java.md +++ b/docs/dataHcpHvnRoute.java.md @@ -4,7 +4,7 @@ ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -44,7 +44,7 @@ DataHcpHvnRoute.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | hvnLink | java.lang.String | The `self_link` of the HashiCorp Virtual Network (HVN). | | hvnRouteId | java.lang.String | The ID of the HVN route. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN route is located. | | timeouts | DataHcpHvnRouteTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -516,7 +516,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import. The id of the existing DataHcpHvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ DataHcpHvnRouteConfig.builder() | provisioners | java.util.List | *No description.* | | hvnLink | java.lang.String | The `self_link` of the HashiCorp Virtual Network (HVN). | | hvnRouteId | java.lang.String | The ID of the HVN route. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN route is located. | | timeouts | DataHcpHvnRouteTimeouts | timeouts block. | @@ -1003,7 +1003,7 @@ public java.lang.String getHvnLink(); The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -1017,7 +1017,7 @@ public java.lang.String getHvnRouteId(); The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -1029,7 +1029,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1048,7 +1048,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -1062,7 +1062,7 @@ public DataHcpHvnRouteTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -1082,7 +1082,7 @@ DataHcpHvnRouteTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -1094,7 +1094,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpHvnRoute.python.md b/docs/dataHcpHvnRoute.python.md index 616d8c458..b9496822e 100644 --- a/docs/dataHcpHvnRoute.python.md +++ b/docs/dataHcpHvnRoute.python.md @@ -4,7 +4,7 @@ ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -42,7 +42,7 @@ dataHcpHvnRoute.DataHcpHvnRoute( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_link | str | The `self_link` of the HashiCorp Virtual Network (HVN). | | hvn_route_id | str | The ID of the HVN route. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | | project_id | str | The ID of the HCP project where the HVN route is located. | | timeouts | DataHcpHvnRouteTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -418,7 +418,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- @@ -554,7 +554,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import. The id of the existing DataHcpHvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -950,7 +950,7 @@ dataHcpHvnRoute.DataHcpHvnRouteConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn_link | str | The `self_link` of the HashiCorp Virtual Network (HVN). | | hvn_route_id | str | The ID of the HVN route. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | | project_id | str | The ID of the HCP project where the HVN route is located. | | timeouts | DataHcpHvnRouteTimeouts | timeouts block. | @@ -1036,7 +1036,7 @@ hvn_link: str The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -1050,7 +1050,7 @@ hvn_route_id: str The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -1062,7 +1062,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,7 +1081,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -1095,7 +1095,7 @@ timeouts: DataHcpHvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -1115,7 +1115,7 @@ dataHcpHvnRoute.DataHcpHvnRouteTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -1127,7 +1127,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpHvnRoute.typescript.md b/docs/dataHcpHvnRoute.typescript.md index 3efedcb8a..06418faad 100644 --- a/docs/dataHcpHvnRoute.typescript.md +++ b/docs/dataHcpHvnRoute.typescript.md @@ -4,7 +4,7 @@ ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import. The id of the existing DataHcpHvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,7 @@ const dataHcpHvnRouteConfig: dataHcpHvnRoute.DataHcpHvnRouteConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | hvnLink | string | The `self_link` of the HashiCorp Virtual Network (HVN). | | hvnRouteId | string | The ID of the HVN route. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | | projectId | string | The ID of the HCP project where the HVN route is located. | | timeouts | DataHcpHvnRouteTimeouts | timeouts block. | @@ -868,7 +868,7 @@ public readonly hvnLink: string; The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -882,7 +882,7 @@ public readonly hvnRouteId: string; The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -894,7 +894,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -913,7 +913,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -927,7 +927,7 @@ public readonly timeouts: DataHcpHvnRouteTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -945,7 +945,7 @@ const dataHcpHvnRouteTimeouts: dataHcpHvnRoute.DataHcpHvnRouteTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -957,7 +957,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpIamPolicy.csharp.md b/docs/dataHcpIamPolicy.csharp.md index 084362193..9eae8adee 100644 --- a/docs/dataHcpIamPolicy.csharp.md +++ b/docs/dataHcpIamPolicy.csharp.md @@ -4,7 +4,7 @@ ### DataHcpIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy hcp_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy hcp_iam_policy}. #### Initializers @@ -378,7 +378,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import The id of the existing DataHcpIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -616,7 +616,7 @@ public string[] Principals { get; set; } The set of principals to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} --- @@ -630,7 +630,7 @@ public string Role { get; set; } The role name to bind to the given principals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} --- @@ -748,7 +748,7 @@ public object Bindings { get; set; } A binding associates a set of principals to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} --- diff --git a/docs/dataHcpIamPolicy.go.md b/docs/dataHcpIamPolicy.go.md index 647909df2..77fc30162 100644 --- a/docs/dataHcpIamPolicy.go.md +++ b/docs/dataHcpIamPolicy.go.md @@ -4,12 +4,12 @@ ### DataHcpIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy hcp_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy hcp_iam_policy}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" datahcpiampolicy.NewDataHcpIamPolicy(scope Construct, id *string, config DataHcpIamPolicyConfig) DataHcpIamPolicy ``` @@ -289,7 +289,7 @@ func PutBindings(value interface{}) ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" datahcpiampolicy.DataHcpIamPolicy_IsConstruct(x interface{}) *bool ``` @@ -321,7 +321,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" datahcpiampolicy.DataHcpIamPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -335,7 +335,7 @@ datahcpiampolicy.DataHcpIamPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" datahcpiampolicy.DataHcpIamPolicy_IsTerraformDataSource(x interface{}) *bool ``` @@ -349,7 +349,7 @@ datahcpiampolicy.DataHcpIamPolicy_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" datahcpiampolicy.DataHcpIamPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -378,7 +378,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import The id of the existing DataHcpIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -589,7 +589,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" &datahcpiampolicy.DataHcpIamPolicyBindings { Principals: *[]*string, @@ -616,7 +616,7 @@ Principals *[]*string The set of principals to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} --- @@ -630,7 +630,7 @@ Role *string The role name to bind to the given principals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} --- @@ -639,7 +639,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" &datahcpiampolicy.DataHcpIamPolicyConfig { Connection: interface{}, @@ -748,7 +748,7 @@ Bindings interface{} A binding associates a set of principals to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} --- @@ -759,7 +759,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" datahcpiampolicy.NewDataHcpIamPolicyBindingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpIamPolicyBindingsList ``` @@ -919,7 +919,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpiampolicy" datahcpiampolicy.NewDataHcpIamPolicyBindingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpIamPolicyBindingsOutputReference ``` diff --git a/docs/dataHcpIamPolicy.java.md b/docs/dataHcpIamPolicy.java.md index b2a24b4a3..e5dce097f 100644 --- a/docs/dataHcpIamPolicy.java.md +++ b/docs/dataHcpIamPolicy.java.md @@ -4,7 +4,7 @@ ### DataHcpIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy hcp_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy hcp_iam_policy}. #### Initializers @@ -109,7 +109,7 @@ Must be unique amongst siblings in the same scope A binding associates a set of principals to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} --- @@ -445,7 +445,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import The id of the existing DataHcpIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -683,7 +683,7 @@ public java.util.List getPrincipals(); The set of principals to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} --- @@ -697,7 +697,7 @@ public java.lang.String getRole(); The role name to bind to the given principals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} --- @@ -820,7 +820,7 @@ public java.lang.Object getBindings(); A binding associates a set of principals to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} --- diff --git a/docs/dataHcpIamPolicy.python.md b/docs/dataHcpIamPolicy.python.md index 029d317b8..936563a88 100644 --- a/docs/dataHcpIamPolicy.python.md +++ b/docs/dataHcpIamPolicy.python.md @@ -4,7 +4,7 @@ ### DataHcpIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy hcp_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy hcp_iam_policy}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope A binding associates a set of principals to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} --- @@ -480,7 +480,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import The id of the existing DataHcpIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -718,7 +718,7 @@ principals: typing.List[str] The set of principals to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} --- @@ -732,7 +732,7 @@ role: str The role name to bind to the given principals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} --- @@ -850,7 +850,7 @@ bindings: typing.Union[IResolvable, typing.List[DataHcpIamPolicyBindings]] A binding associates a set of principals to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} --- diff --git a/docs/dataHcpIamPolicy.typescript.md b/docs/dataHcpIamPolicy.typescript.md index 16caa61ea..005e23898 100644 --- a/docs/dataHcpIamPolicy.typescript.md +++ b/docs/dataHcpIamPolicy.typescript.md @@ -4,7 +4,7 @@ ### DataHcpIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy hcp_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy hcp_iam_policy}. #### Initializers @@ -378,7 +378,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import The id of the existing DataHcpIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -613,7 +613,7 @@ public readonly principals: string[]; The set of principals to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} --- @@ -627,7 +627,7 @@ public readonly role: string; The role name to bind to the given principals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} --- @@ -736,7 +736,7 @@ public readonly bindings: IResolvable | DataHcpIamPolicyBindings[]; A binding associates a set of principals to a role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} --- diff --git a/docs/dataHcpOrganization.csharp.md b/docs/dataHcpOrganization.csharp.md index e29a0f2a1..55586e19b 100644 --- a/docs/dataHcpOrganization.csharp.md +++ b/docs/dataHcpOrganization.csharp.md @@ -4,7 +4,7 @@ ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp The id of the existing DataHcpOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- diff --git a/docs/dataHcpOrganization.go.md b/docs/dataHcpOrganization.go.md index a17627544..8ba43b806 100644 --- a/docs/dataHcpOrganization.go.md +++ b/docs/dataHcpOrganization.go.md @@ -4,12 +4,12 @@ ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization hcp_organization}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.NewDataHcpOrganization(scope Construct, id *string, config DataHcpOrganizationConfig) DataHcpOrganization ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcporganization.DataHcpOrganization_IsTerraformDataSource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp The id of the existing DataHcpOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- @@ -576,7 +576,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" &datahcporganization.DataHcpOrganizationConfig { Connection: interface{}, diff --git a/docs/dataHcpOrganization.java.md b/docs/dataHcpOrganization.java.md index ca9a50d50..8cbbba4c9 100644 --- a/docs/dataHcpOrganization.java.md +++ b/docs/dataHcpOrganization.java.md @@ -4,7 +4,7 @@ ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -419,7 +419,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp The id of the existing DataHcpOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- diff --git a/docs/dataHcpOrganization.python.md b/docs/dataHcpOrganization.python.md index 36a2be146..a850e8bce 100644 --- a/docs/dataHcpOrganization.python.md +++ b/docs/dataHcpOrganization.python.md @@ -4,7 +4,7 @@ ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -453,7 +453,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp The id of the existing DataHcpOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- diff --git a/docs/dataHcpOrganization.typescript.md b/docs/dataHcpOrganization.typescript.md index 6bf2d434c..b81ccd866 100644 --- a/docs/dataHcpOrganization.typescript.md +++ b/docs/dataHcpOrganization.typescript.md @@ -4,7 +4,7 @@ ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp The id of the existing DataHcpOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- diff --git a/docs/dataHcpPackerArtifact.csharp.md b/docs/dataHcpPackerArtifact.csharp.md index 318d15d3d..3bc53240f 100644 --- a/docs/dataHcpPackerArtifact.csharp.md +++ b/docs/dataHcpPackerArtifact.csharp.md @@ -4,7 +4,7 @@ ### DataHcpPackerArtifact -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact hcp_packer_artifact}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact hcp_packer_artifact}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataHcpPackerArtifact to i The id of the existing DataHcpPackerArtifact that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use --- @@ -934,7 +934,7 @@ public string BucketName { get; set; } The name of the HCP Packer Bucket where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} --- @@ -948,7 +948,7 @@ public string Platform { get; set; } Name of the platform where the HCP Packer Artifact is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} --- @@ -962,7 +962,7 @@ public string Region { get; set; } The Region where the HCP Packer Artifact is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} --- @@ -979,7 +979,7 @@ The name of the HCP Packer Channel the Version containing this Artifact is assig The Version currently assigned to the Channel will be fetched. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} --- @@ -993,7 +993,7 @@ public string ComponentType { get; set; } Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} --- @@ -1007,7 +1007,7 @@ public string ProjectId { get; set; } The ID of the HCP Organization where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} --- @@ -1024,7 +1024,7 @@ The fingerprint of the HCP Packer Version where the Artifact is located. If provided in the config, it is used to fetch the Version. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} --- diff --git a/docs/dataHcpPackerArtifact.go.md b/docs/dataHcpPackerArtifact.go.md index 1a6675c30..1a3eebf4b 100644 --- a/docs/dataHcpPackerArtifact.go.md +++ b/docs/dataHcpPackerArtifact.go.md @@ -4,12 +4,12 @@ ### DataHcpPackerArtifact -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact hcp_packer_artifact}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact hcp_packer_artifact}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerartifact" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerartifact" datahcppackerartifact.NewDataHcpPackerArtifact(scope Construct, id *string, config DataHcpPackerArtifactConfig) DataHcpPackerArtifact ``` @@ -304,7 +304,7 @@ func ResetVersionFingerprint() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerartifact" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerartifact" datahcppackerartifact.DataHcpPackerArtifact_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerartifact" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerartifact" datahcppackerartifact.DataHcpPackerArtifact_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datahcppackerartifact.DataHcpPackerArtifact_IsTerraformElement(x interface{}) *b ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerartifact" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerartifact" datahcppackerartifact.DataHcpPackerArtifact_IsTerraformDataSource(x interface{}) *bool ``` @@ -364,7 +364,7 @@ datahcppackerartifact.DataHcpPackerArtifact_IsTerraformDataSource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerartifact" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerartifact" datahcppackerartifact.DataHcpPackerArtifact_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataHcpPackerArtifact to i The id of the existing DataHcpPackerArtifact that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerartifact" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerartifact" &datahcppackerartifact.DataHcpPackerArtifactConfig { Connection: interface{}, @@ -934,7 +934,7 @@ BucketName *string The name of the HCP Packer Bucket where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} --- @@ -948,7 +948,7 @@ Platform *string Name of the platform where the HCP Packer Artifact is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} --- @@ -962,7 +962,7 @@ Region *string The Region where the HCP Packer Artifact is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} --- @@ -979,7 +979,7 @@ The name of the HCP Packer Channel the Version containing this Artifact is assig The Version currently assigned to the Channel will be fetched. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} --- @@ -993,7 +993,7 @@ ComponentType *string Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} --- @@ -1007,7 +1007,7 @@ ProjectId *string The ID of the HCP Organization where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} --- @@ -1024,7 +1024,7 @@ The fingerprint of the HCP Packer Version where the Artifact is located. If provided in the config, it is used to fetch the Version. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} --- diff --git a/docs/dataHcpPackerArtifact.java.md b/docs/dataHcpPackerArtifact.java.md index 19d027689..4a0fdacf6 100644 --- a/docs/dataHcpPackerArtifact.java.md +++ b/docs/dataHcpPackerArtifact.java.md @@ -4,7 +4,7 @@ ### DataHcpPackerArtifact -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact hcp_packer_artifact}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact hcp_packer_artifact}. #### Initializers @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The name of the HCP Packer Bucket where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the platform where the HCP Packer Artifact is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Region where the HCP Packer Artifact is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} --- @@ -153,7 +153,7 @@ The name of the HCP Packer Channel the Version containing this Artifact is assig The Version currently assigned to the Channel will be fetched. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP Organization where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} --- @@ -186,7 +186,7 @@ The fingerprint of the HCP Packer Version where the Artifact is located. If provided in the config, it is used to fetch the Version. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} --- @@ -537,7 +537,7 @@ The construct id used in the generated config for the DataHcpPackerArtifact to i The id of the existing DataHcpPackerArtifact that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use --- @@ -1082,7 +1082,7 @@ public java.lang.String getBucketName(); The name of the HCP Packer Bucket where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} --- @@ -1096,7 +1096,7 @@ public java.lang.String getPlatform(); Name of the platform where the HCP Packer Artifact is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} --- @@ -1110,7 +1110,7 @@ public java.lang.String getRegion(); The Region where the HCP Packer Artifact is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} --- @@ -1127,7 +1127,7 @@ The name of the HCP Packer Channel the Version containing this Artifact is assig The Version currently assigned to the Channel will be fetched. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} --- @@ -1141,7 +1141,7 @@ public java.lang.String getComponentType(); Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} --- @@ -1155,7 +1155,7 @@ public java.lang.String getProjectId(); The ID of the HCP Organization where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} --- @@ -1172,7 +1172,7 @@ The fingerprint of the HCP Packer Version where the Artifact is located. If provided in the config, it is used to fetch the Version. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} --- diff --git a/docs/dataHcpPackerArtifact.python.md b/docs/dataHcpPackerArtifact.python.md index 5696ec91f..528d8a503 100644 --- a/docs/dataHcpPackerArtifact.python.md +++ b/docs/dataHcpPackerArtifact.python.md @@ -4,7 +4,7 @@ ### DataHcpPackerArtifact -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact hcp_packer_artifact}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact hcp_packer_artifact}. #### Initializers @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The name of the HCP Packer Bucket where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the platform where the HCP Packer Artifact is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Region where the HCP Packer Artifact is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} --- @@ -151,7 +151,7 @@ The name of the HCP Packer Channel the Version containing this Artifact is assig The Version currently assigned to the Channel will be fetched. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP Organization where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} --- @@ -184,7 +184,7 @@ The fingerprint of the HCP Packer Version where the Artifact is located. If provided in the config, it is used to fetch the Version. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} --- @@ -571,7 +571,7 @@ The construct id used in the generated config for the DataHcpPackerArtifact to i The id of the existing DataHcpPackerArtifact that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use --- @@ -1112,7 +1112,7 @@ bucket_name: str The name of the HCP Packer Bucket where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} --- @@ -1126,7 +1126,7 @@ platform: str Name of the platform where the HCP Packer Artifact is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} --- @@ -1140,7 +1140,7 @@ region: str The Region where the HCP Packer Artifact is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} --- @@ -1157,7 +1157,7 @@ The name of the HCP Packer Channel the Version containing this Artifact is assig The Version currently assigned to the Channel will be fetched. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} --- @@ -1171,7 +1171,7 @@ component_type: str Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} --- @@ -1185,7 +1185,7 @@ project_id: str The ID of the HCP Organization where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} --- @@ -1202,7 +1202,7 @@ The fingerprint of the HCP Packer Version where the Artifact is located. If provided in the config, it is used to fetch the Version. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} --- diff --git a/docs/dataHcpPackerArtifact.typescript.md b/docs/dataHcpPackerArtifact.typescript.md index 880667f3f..56a867536 100644 --- a/docs/dataHcpPackerArtifact.typescript.md +++ b/docs/dataHcpPackerArtifact.typescript.md @@ -4,7 +4,7 @@ ### DataHcpPackerArtifact -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact hcp_packer_artifact}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact hcp_packer_artifact}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataHcpPackerArtifact to i The id of the existing DataHcpPackerArtifact that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ public readonly bucketName: string; The name of the HCP Packer Bucket where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} --- @@ -933,7 +933,7 @@ public readonly platform: string; Name of the platform where the HCP Packer Artifact is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} --- @@ -947,7 +947,7 @@ public readonly region: string; The Region where the HCP Packer Artifact is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} --- @@ -964,7 +964,7 @@ The name of the HCP Packer Channel the Version containing this Artifact is assig The Version currently assigned to the Channel will be fetched. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} --- @@ -978,7 +978,7 @@ public readonly componentType: string; Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} --- @@ -992,7 +992,7 @@ public readonly projectId: string; The ID of the HCP Organization where the Artifact is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} --- @@ -1009,7 +1009,7 @@ The fingerprint of the HCP Packer Version where the Artifact is located. If provided in the config, it is used to fetch the Version. Exactly one of `channel_name` or `version_fingerprint` must be provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} --- diff --git a/docs/dataHcpPackerBucketNames.csharp.md b/docs/dataHcpPackerBucketNames.csharp.md index 995b7814c..9ffc602b6 100644 --- a/docs/dataHcpPackerBucketNames.csharp.md +++ b/docs/dataHcpPackerBucketNames.csharp.md @@ -4,7 +4,7 @@ ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t The id of the existing DataHcpPackerBucketNames that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -692,7 +692,7 @@ new DataHcpPackerBucketNamesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | | ProjectId | string | The ID of the HCP project where the HCP Packer registry is located. | | Timeouts | DataHcpPackerBucketNamesTimeouts | timeouts block. | @@ -776,7 +776,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -793,7 +793,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the HCP Packer registry is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -807,7 +807,7 @@ public DataHcpPackerBucketNamesTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -827,7 +827,7 @@ new DataHcpPackerBucketNamesTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -839,7 +839,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerBucketNames.go.md b/docs/dataHcpPackerBucketNames.go.md index 959a08625..b7d5d751c 100644 --- a/docs/dataHcpPackerBucketNames.go.md +++ b/docs/dataHcpPackerBucketNames.go.md @@ -4,12 +4,12 @@ ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.NewDataHcpPackerBucketNames(scope Construct, id *string, config DataHcpPackerBucketNamesConfig) DataHcpPackerBucketNames ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t The id of the existing DataHcpPackerBucketNames that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -665,7 +665,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" &datahcppackerbucketnames.DataHcpPackerBucketNamesConfig { Connection: interface{}, @@ -677,7 +677,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts, } ``` @@ -692,7 +692,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Packer registry is located. | | Timeouts | DataHcpPackerBucketNamesTimeouts | timeouts block. | @@ -776,7 +776,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -793,7 +793,7 @@ ProjectId *string The ID of the HCP project where the HCP Packer registry is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -807,7 +807,7 @@ Timeouts DataHcpPackerBucketNamesTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -816,7 +816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" &datahcppackerbucketnames.DataHcpPackerBucketNamesTimeouts { Default: *string, @@ -827,7 +827,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -839,7 +839,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- @@ -850,7 +850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.NewDataHcpPackerBucketNamesTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerBucketNamesTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerBucketNames.java.md b/docs/dataHcpPackerBucketNames.java.md index d4376d9eb..c9ea8d8d7 100644 --- a/docs/dataHcpPackerBucketNames.java.md +++ b/docs/dataHcpPackerBucketNames.java.md @@ -4,7 +4,7 @@ ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -40,7 +40,7 @@ DataHcpPackerBucketNames.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer registry is located. | | timeouts | DataHcpPackerBucketNamesTimeouts | timeouts block. | @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t The ID of the HCP project where the HCP Packer registry is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -490,7 +490,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t The id of the existing DataHcpPackerBucketNames that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ DataHcpPackerBucketNamesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer registry is located. | | timeouts | DataHcpPackerBucketNamesTimeouts | timeouts block. | @@ -871,7 +871,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -888,7 +888,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the HCP Packer registry is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -902,7 +902,7 @@ public DataHcpPackerBucketNamesTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -922,7 +922,7 @@ DataHcpPackerBucketNamesTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -934,7 +934,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerBucketNames.python.md b/docs/dataHcpPackerBucketNames.python.md index 475806bea..4ca1b59ac 100644 --- a/docs/dataHcpPackerBucketNames.python.md +++ b/docs/dataHcpPackerBucketNames.python.md @@ -4,7 +4,7 @@ ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -38,7 +38,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNames( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | | project_id | str | The ID of the HCP project where the HCP Packer registry is located. | | timeouts | DataHcpPackerBucketNamesTimeouts | timeouts block. | @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t The ID of the HCP project where the HCP Packer registry is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -392,7 +392,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- @@ -528,7 +528,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t The id of the existing DataHcpPackerBucketNames that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -821,7 +821,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNamesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | | project_id | str | The ID of the HCP project where the HCP Packer registry is located. | | timeouts | DataHcpPackerBucketNamesTimeouts | timeouts block. | @@ -905,7 +905,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -922,7 +922,7 @@ project_id: str The ID of the HCP project where the HCP Packer registry is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -936,7 +936,7 @@ timeouts: DataHcpPackerBucketNamesTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -956,7 +956,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -968,7 +968,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerBucketNames.typescript.md b/docs/dataHcpPackerBucketNames.typescript.md index f8df6606e..5cf920306 100644 --- a/docs/dataHcpPackerBucketNames.typescript.md +++ b/docs/dataHcpPackerBucketNames.typescript.md @@ -4,7 +4,7 @@ ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t The id of the existing DataHcpPackerBucketNames that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -681,7 +681,7 @@ const dataHcpPackerBucketNamesConfig: dataHcpPackerBucketNames.DataHcpPackerBuck | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. | | projectId | string | The ID of the HCP project where the HCP Packer registry is located. | | timeouts | DataHcpPackerBucketNamesTimeouts | timeouts block. | @@ -765,7 +765,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -782,7 +782,7 @@ public readonly projectId: string; The ID of the HCP project where the HCP Packer registry is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -796,7 +796,7 @@ public readonly timeouts: DataHcpPackerBucketNamesTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -814,7 +814,7 @@ const dataHcpPackerBucketNamesTimeouts: dataHcpPackerBucketNames.DataHcpPackerBu | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -826,7 +826,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerRunTask.csharp.md b/docs/dataHcpPackerRunTask.csharp.md index 2bd0c95cb..4bf5503d7 100644 --- a/docs/dataHcpPackerRunTask.csharp.md +++ b/docs/dataHcpPackerRunTask.csharp.md @@ -4,7 +4,7 @@ ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im The id of the existing DataHcpPackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -703,7 +703,7 @@ new DataHcpPackerRunTaskConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | | ProjectId | string | The ID of the HCP project where the HCP Packer Registry is located. | | Timeouts | DataHcpPackerRunTaskTimeouts | timeouts block. | @@ -787,7 +787,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -807,7 +807,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -821,7 +821,7 @@ public DataHcpPackerRunTaskTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -841,7 +841,7 @@ new DataHcpPackerRunTaskTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -853,7 +853,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpPackerRunTask.go.md b/docs/dataHcpPackerRunTask.go.md index c640403aa..ec0e6a5d3 100644 --- a/docs/dataHcpPackerRunTask.go.md +++ b/docs/dataHcpPackerRunTask.go.md @@ -4,12 +4,12 @@ ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.NewDataHcpPackerRunTask(scope Construct, id *string, config DataHcpPackerRunTaskConfig) DataHcpPackerRunTask ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcppackerruntask.DataHcpPackerRunTask_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcppackerruntask.DataHcpPackerRunTask_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im The id of the existing DataHcpPackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" &datahcppackerruntask.DataHcpPackerRunTaskConfig { Connection: interface{}, @@ -688,7 +688,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts, } ``` @@ -703,7 +703,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Packer Registry is located. | | Timeouts | DataHcpPackerRunTaskTimeouts | timeouts block. | @@ -787,7 +787,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -807,7 +807,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -821,7 +821,7 @@ Timeouts DataHcpPackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -830,7 +830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" &datahcppackerruntask.DataHcpPackerRunTaskTimeouts { Default: *string, @@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -853,7 +853,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- @@ -864,7 +864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.NewDataHcpPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerRunTaskTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerRunTask.java.md b/docs/dataHcpPackerRunTask.java.md index 8c45282c0..20c84f637 100644 --- a/docs/dataHcpPackerRunTask.java.md +++ b/docs/dataHcpPackerRunTask.java.md @@ -4,7 +4,7 @@ ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -40,7 +40,7 @@ DataHcpPackerRunTask.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerRunTaskTimeouts | timeouts block. | @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -126,7 +126,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -493,7 +493,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im The id of the existing DataHcpPackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -801,7 +801,7 @@ DataHcpPackerRunTaskConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerRunTaskTimeouts | timeouts block. | @@ -885,7 +885,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -905,7 +905,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -919,7 +919,7 @@ public DataHcpPackerRunTaskTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -939,7 +939,7 @@ DataHcpPackerRunTaskTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -951,7 +951,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpPackerRunTask.python.md b/docs/dataHcpPackerRunTask.python.md index fc7553a3f..08e009a92 100644 --- a/docs/dataHcpPackerRunTask.python.md +++ b/docs/dataHcpPackerRunTask.python.md @@ -4,7 +4,7 @@ ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -38,7 +38,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTask( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | | project_id | str | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerRunTaskTimeouts | timeouts block. | @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -124,7 +124,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -395,7 +395,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- @@ -531,7 +531,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im The id of the existing DataHcpPackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -835,7 +835,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTaskConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | | project_id | str | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerRunTaskTimeouts | timeouts block. | @@ -919,7 +919,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -939,7 +939,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -953,7 +953,7 @@ timeouts: DataHcpPackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -973,7 +973,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -985,7 +985,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpPackerRunTask.typescript.md b/docs/dataHcpPackerRunTask.typescript.md index 0e2a386c9..702bf0285 100644 --- a/docs/dataHcpPackerRunTask.typescript.md +++ b/docs/dataHcpPackerRunTask.typescript.md @@ -4,7 +4,7 @@ ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im The id of the existing DataHcpPackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -692,7 +692,7 @@ const dataHcpPackerRunTaskConfig: dataHcpPackerRunTask.DataHcpPackerRunTaskConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. | | projectId | string | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerRunTaskTimeouts | timeouts block. | @@ -776,7 +776,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -796,7 +796,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -810,7 +810,7 @@ public readonly timeouts: DataHcpPackerRunTaskTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -828,7 +828,7 @@ const dataHcpPackerRunTaskTimeouts: dataHcpPackerRunTask.DataHcpPackerRunTaskTim | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -840,7 +840,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpPackerVersion.csharp.md b/docs/dataHcpPackerVersion.csharp.md index 8eb3e7e52..76ff66220 100644 --- a/docs/dataHcpPackerVersion.csharp.md +++ b/docs/dataHcpPackerVersion.csharp.md @@ -4,7 +4,7 @@ ### DataHcpPackerVersion -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version hcp_packer_version}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version hcp_packer_version}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpPackerVersion to im The id of the existing DataHcpPackerVersion that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ public string BucketName { get; set; } The name of the HCP Packer Bucket where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} --- @@ -833,7 +833,7 @@ The name of the HCP Packer Channel the Version is assigned to. The version currently assigned to the Channel will be fetched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} --- @@ -847,7 +847,7 @@ public string ProjectId { get; set; } The ID of the HCP Organization where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} --- diff --git a/docs/dataHcpPackerVersion.go.md b/docs/dataHcpPackerVersion.go.md index 694afcffa..7343f9c9e 100644 --- a/docs/dataHcpPackerVersion.go.md +++ b/docs/dataHcpPackerVersion.go.md @@ -4,12 +4,12 @@ ### DataHcpPackerVersion -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version hcp_packer_version}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version hcp_packer_version}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerversion" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerversion" datahcppackerversion.NewDataHcpPackerVersion(scope Construct, id *string, config DataHcpPackerVersionConfig) DataHcpPackerVersion ``` @@ -283,7 +283,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerversion" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerversion" datahcppackerversion.DataHcpPackerVersion_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerversion" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerversion" datahcppackerversion.DataHcpPackerVersion_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datahcppackerversion.DataHcpPackerVersion_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerversion" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerversion" datahcppackerversion.DataHcpPackerVersion_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datahcppackerversion.DataHcpPackerVersion_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerversion" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerversion" datahcppackerversion.DataHcpPackerVersion_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpPackerVersion to im The id of the existing DataHcpPackerVersion that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use --- @@ -704,7 +704,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerversion" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerversion" &datahcppackerversion.DataHcpPackerVersionConfig { Connection: interface{}, @@ -817,7 +817,7 @@ BucketName *string The name of the HCP Packer Bucket where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} --- @@ -833,7 +833,7 @@ The name of the HCP Packer Channel the Version is assigned to. The version currently assigned to the Channel will be fetched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} --- @@ -847,7 +847,7 @@ ProjectId *string The ID of the HCP Organization where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} --- diff --git a/docs/dataHcpPackerVersion.java.md b/docs/dataHcpPackerVersion.java.md index 17fcc8994..43a7ed8ce 100644 --- a/docs/dataHcpPackerVersion.java.md +++ b/docs/dataHcpPackerVersion.java.md @@ -4,7 +4,7 @@ ### DataHcpPackerVersion -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version hcp_packer_version}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version hcp_packer_version}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the HCP Packer Bucket where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} --- @@ -124,7 +124,7 @@ The name of the HCP Packer Channel the Version is assigned to. The version currently assigned to the Channel will be fetched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP Organization where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} --- @@ -464,7 +464,7 @@ The construct id used in the generated config for the DataHcpPackerVersion to im The id of the existing DataHcpPackerVersion that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use --- @@ -913,7 +913,7 @@ public java.lang.String getBucketName(); The name of the HCP Packer Bucket where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} --- @@ -929,7 +929,7 @@ The name of the HCP Packer Channel the Version is assigned to. The version currently assigned to the Channel will be fetched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} --- @@ -943,7 +943,7 @@ public java.lang.String getProjectId(); The ID of the HCP Organization where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} --- diff --git a/docs/dataHcpPackerVersion.python.md b/docs/dataHcpPackerVersion.python.md index 8716bb1bd..c7ced8eb0 100644 --- a/docs/dataHcpPackerVersion.python.md +++ b/docs/dataHcpPackerVersion.python.md @@ -4,7 +4,7 @@ ### DataHcpPackerVersion -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version hcp_packer_version}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version hcp_packer_version}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the HCP Packer Bucket where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} --- @@ -122,7 +122,7 @@ The name of the HCP Packer Channel the Version is assigned to. The version currently assigned to the Channel will be fetched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP Organization where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} --- @@ -498,7 +498,7 @@ The construct id used in the generated config for the DataHcpPackerVersion to im The id of the existing DataHcpPackerVersion that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use --- @@ -943,7 +943,7 @@ bucket_name: str The name of the HCP Packer Bucket where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} --- @@ -959,7 +959,7 @@ The name of the HCP Packer Channel the Version is assigned to. The version currently assigned to the Channel will be fetched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} --- @@ -973,7 +973,7 @@ project_id: str The ID of the HCP Organization where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} --- diff --git a/docs/dataHcpPackerVersion.typescript.md b/docs/dataHcpPackerVersion.typescript.md index 6ba861047..a8282ee79 100644 --- a/docs/dataHcpPackerVersion.typescript.md +++ b/docs/dataHcpPackerVersion.typescript.md @@ -4,7 +4,7 @@ ### DataHcpPackerVersion -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version hcp_packer_version}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version hcp_packer_version}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpPackerVersion to im The id of the existing DataHcpPackerVersion that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,7 @@ public readonly bucketName: string; The name of the HCP Packer Bucket where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} --- @@ -822,7 +822,7 @@ The name of the HCP Packer Channel the Version is assigned to. The version currently assigned to the Channel will be fetched. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} --- @@ -836,7 +836,7 @@ public readonly projectId: string; The ID of the HCP Organization where the Version is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} --- diff --git a/docs/dataHcpProject.csharp.md b/docs/dataHcpProject.csharp.md index cd4192943..7dcaf9f65 100644 --- a/docs/dataHcpProject.csharp.md +++ b/docs/dataHcpProject.csharp.md @@ -4,7 +4,7 @@ ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project hcp_project}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpProject to import. The id of the existing DataHcpProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -727,7 +727,7 @@ The id of the project. May be given as "" or "project/". If not set, the provider project is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.go.md b/docs/dataHcpProject.go.md index ace531462..5e7b7e37d 100644 --- a/docs/dataHcpProject.go.md +++ b/docs/dataHcpProject.go.md @@ -4,12 +4,12 @@ ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project hcp_project}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.NewDataHcpProject(scope Construct, id *string, config DataHcpProjectConfig) DataHcpProject ``` @@ -283,7 +283,7 @@ func ResetProject() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datahcpproject.DataHcpProject_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpProject to import. The id of the existing DataHcpProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -616,7 +616,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" &datahcpproject.DataHcpProjectConfig { Connection: interface{}, @@ -727,7 +727,7 @@ The id of the project. May be given as "" or "project/". If not set, the provider project is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.java.md b/docs/dataHcpProject.java.md index d9c23337a..293b9b0ec 100644 --- a/docs/dataHcpProject.java.md +++ b/docs/dataHcpProject.java.md @@ -4,7 +4,7 @@ ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project hcp_project}. #### Initializers @@ -110,7 +110,7 @@ The id of the project. May be given as "" or "project/". If not set, the provider project is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} --- @@ -440,7 +440,7 @@ The construct id used in the generated config for the DataHcpProject to import. The id of the existing DataHcpProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ The id of the project. May be given as "" or "project/". If not set, the provider project is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.python.md b/docs/dataHcpProject.python.md index 389b31a48..fe9222907 100644 --- a/docs/dataHcpProject.python.md +++ b/docs/dataHcpProject.python.md @@ -4,7 +4,7 @@ ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project hcp_project}. #### Initializers @@ -108,7 +108,7 @@ The id of the project. May be given as "" or "project/". If not set, the provider project is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} --- @@ -474,7 +474,7 @@ The construct id used in the generated config for the DataHcpProject to import. The id of the existing DataHcpProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ The id of the project. May be given as "" or "project/". If not set, the provider project is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.typescript.md b/docs/dataHcpProject.typescript.md index e15b5544a..02e50532c 100644 --- a/docs/dataHcpProject.typescript.md +++ b/docs/dataHcpProject.typescript.md @@ -4,7 +4,7 @@ ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project hcp_project}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpProject to import. The id of the existing DataHcpProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -718,7 +718,7 @@ The id of the project. May be given as "" or "project/". If not set, the provider project is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpServicePrincipal.csharp.md b/docs/dataHcpServicePrincipal.csharp.md index ed5115999..bdffc9d3c 100644 --- a/docs/dataHcpServicePrincipal.csharp.md +++ b/docs/dataHcpServicePrincipal.csharp.md @@ -4,7 +4,7 @@ ### DataHcpServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal hcp_service_principal}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to The id of the existing DataHcpServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -696,7 +696,7 @@ public string ResourceName { get; set; } The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} --- diff --git a/docs/dataHcpServicePrincipal.go.md b/docs/dataHcpServicePrincipal.go.md index e548e3f16..84064cc69 100644 --- a/docs/dataHcpServicePrincipal.go.md +++ b/docs/dataHcpServicePrincipal.go.md @@ -4,12 +4,12 @@ ### DataHcpServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal hcp_service_principal}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpserviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" datahcpserviceprincipal.NewDataHcpServicePrincipal(scope Construct, id *string, config DataHcpServicePrincipalConfig) DataHcpServicePrincipal ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpserviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" datahcpserviceprincipal.DataHcpServicePrincipal_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpserviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" datahcpserviceprincipal.DataHcpServicePrincipal_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datahcpserviceprincipal.DataHcpServicePrincipal_IsTerraformElement(x interface{} ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpserviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" datahcpserviceprincipal.DataHcpServicePrincipal_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcpserviceprincipal.DataHcpServicePrincipal_IsTerraformDataSource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpserviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" datahcpserviceprincipal.DataHcpServicePrincipal_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to The id of the existing DataHcpServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -587,7 +587,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpserviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" &datahcpserviceprincipal.DataHcpServicePrincipalConfig { Connection: interface{}, @@ -696,7 +696,7 @@ ResourceName *string The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} --- diff --git a/docs/dataHcpServicePrincipal.java.md b/docs/dataHcpServicePrincipal.java.md index ed7d7c20a..016982c8f 100644 --- a/docs/dataHcpServicePrincipal.java.md +++ b/docs/dataHcpServicePrincipal.java.md @@ -4,7 +4,7 @@ ### DataHcpServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal hcp_service_principal}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} --- @@ -431,7 +431,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to The id of the existing DataHcpServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -766,7 +766,7 @@ public java.lang.String getResourceName(); The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} --- diff --git a/docs/dataHcpServicePrincipal.python.md b/docs/dataHcpServicePrincipal.python.md index ce682e885..abcb58116 100644 --- a/docs/dataHcpServicePrincipal.python.md +++ b/docs/dataHcpServicePrincipal.python.md @@ -4,7 +4,7 @@ ### DataHcpServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal hcp_service_principal}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} --- @@ -465,7 +465,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to The id of the existing DataHcpServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -796,7 +796,7 @@ resource_name: str The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} --- diff --git a/docs/dataHcpServicePrincipal.typescript.md b/docs/dataHcpServicePrincipal.typescript.md index 90f965664..6e02c5095 100644 --- a/docs/dataHcpServicePrincipal.typescript.md +++ b/docs/dataHcpServicePrincipal.typescript.md @@ -4,7 +4,7 @@ ### DataHcpServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal hcp_service_principal}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to The id of the existing DataHcpServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -687,7 +687,7 @@ public readonly resourceName: string; The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} --- diff --git a/docs/dataHcpUserPrincipal.csharp.md b/docs/dataHcpUserPrincipal.csharp.md index d60bb2d7b..0318ac05e 100644 --- a/docs/dataHcpUserPrincipal.csharp.md +++ b/docs/dataHcpUserPrincipal.csharp.md @@ -4,7 +4,7 @@ ### DataHcpUserPrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal hcp_user_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal hcp_user_principal}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataHcpUserPrincipal to im The id of the existing DataHcpUserPrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use --- @@ -712,7 +712,7 @@ public string Email { get; set; } The user's email. Can not be combined with user_id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} --- @@ -726,7 +726,7 @@ public string UserId { get; set; } The user's unique identifier. Can not be combined with email. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} --- diff --git a/docs/dataHcpUserPrincipal.go.md b/docs/dataHcpUserPrincipal.go.md index dd21361da..9c6bfc2f3 100644 --- a/docs/dataHcpUserPrincipal.go.md +++ b/docs/dataHcpUserPrincipal.go.md @@ -4,12 +4,12 @@ ### DataHcpUserPrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal hcp_user_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal hcp_user_principal}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpuserprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpuserprincipal" datahcpuserprincipal.NewDataHcpUserPrincipal(scope Construct, id *string, config DataHcpUserPrincipalConfig) DataHcpUserPrincipal ``` @@ -290,7 +290,7 @@ func ResetUserId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpuserprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpuserprincipal" datahcpuserprincipal.DataHcpUserPrincipal_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpuserprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpuserprincipal" datahcpuserprincipal.DataHcpUserPrincipal_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcpuserprincipal.DataHcpUserPrincipal_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpuserprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpuserprincipal" datahcpuserprincipal.DataHcpUserPrincipal_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datahcpuserprincipal.DataHcpUserPrincipal_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpuserprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpuserprincipal" datahcpuserprincipal.DataHcpUserPrincipal_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataHcpUserPrincipal to im The id of the existing DataHcpUserPrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use --- @@ -601,7 +601,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpuserprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpuserprincipal" &datahcpuserprincipal.DataHcpUserPrincipalConfig { Connection: interface{}, @@ -712,7 +712,7 @@ Email *string The user's email. Can not be combined with user_id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} --- @@ -726,7 +726,7 @@ UserId *string The user's unique identifier. Can not be combined with email. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} --- diff --git a/docs/dataHcpUserPrincipal.java.md b/docs/dataHcpUserPrincipal.java.md index ad08dab44..fdae06d9b 100644 --- a/docs/dataHcpUserPrincipal.java.md +++ b/docs/dataHcpUserPrincipal.java.md @@ -4,7 +4,7 @@ ### DataHcpUserPrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal hcp_user_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal hcp_user_principal}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The user's email. Can not be combined with user_id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The user's unique identifier. Can not be combined with email. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} --- @@ -457,7 +457,7 @@ The construct id used in the generated config for the DataHcpUserPrincipal to im The id of the existing DataHcpUserPrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use --- @@ -794,7 +794,7 @@ public java.lang.String getEmail(); The user's email. Can not be combined with user_id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} --- @@ -808,7 +808,7 @@ public java.lang.String getUserId(); The user's unique identifier. Can not be combined with email. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} --- diff --git a/docs/dataHcpUserPrincipal.python.md b/docs/dataHcpUserPrincipal.python.md index 1c1e28113..4ad1adeba 100644 --- a/docs/dataHcpUserPrincipal.python.md +++ b/docs/dataHcpUserPrincipal.python.md @@ -4,7 +4,7 @@ ### DataHcpUserPrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal hcp_user_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal hcp_user_principal}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The user's email. Can not be combined with user_id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The user's unique identifier. Can not be combined with email. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} --- @@ -491,7 +491,7 @@ The construct id used in the generated config for the DataHcpUserPrincipal to im The id of the existing DataHcpUserPrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,7 @@ email: str The user's email. Can not be combined with user_id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} --- @@ -838,7 +838,7 @@ user_id: str The user's unique identifier. Can not be combined with email. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} --- diff --git a/docs/dataHcpUserPrincipal.typescript.md b/docs/dataHcpUserPrincipal.typescript.md index 88adcc9cf..1af0358e2 100644 --- a/docs/dataHcpUserPrincipal.typescript.md +++ b/docs/dataHcpUserPrincipal.typescript.md @@ -4,7 +4,7 @@ ### DataHcpUserPrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal hcp_user_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal hcp_user_principal}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataHcpUserPrincipal to im The id of the existing DataHcpUserPrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use --- @@ -702,7 +702,7 @@ public readonly email: string; The user's email. Can not be combined with user_id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} --- @@ -716,7 +716,7 @@ public readonly userId: string; The user's unique identifier. Can not be combined with email. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} --- diff --git a/docs/dataHcpVaultCluster.csharp.md b/docs/dataHcpVaultCluster.csharp.md index c9c527fe8..f250e1d47 100644 --- a/docs/dataHcpVaultCluster.csharp.md +++ b/docs/dataHcpVaultCluster.csharp.md @@ -4,7 +4,7 @@ ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp The id of the existing DataHcpVaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1014,7 +1014,7 @@ new DataHcpVaultClusterConfig { | Provisioners | object[] | *No description.* | | ClusterId | string | The ID of the HCP Vault cluster. | | AuditLogConfig | object | audit_log_config block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | | MetricsConfig | object | metrics_config block. | | ProjectId | string | The ID of the HCP project where the Vault cluster is located. | | Timeouts | DataHcpVaultClusterTimeouts | timeouts block. | @@ -1101,7 +1101,7 @@ public string ClusterId { get; set; } The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1115,7 +1115,7 @@ public object AuditLogConfig { get; set; } audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1127,7 +1127,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1144,7 +1144,7 @@ public object MetricsConfig { get; set; } metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1161,7 +1161,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1175,7 +1175,7 @@ public DataHcpVaultClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1234,7 +1234,7 @@ new DataHcpVaultClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1246,7 +1246,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultCluster.go.md b/docs/dataHcpVaultCluster.go.md index 440d199bc..67b78d9ea 100644 --- a/docs/dataHcpVaultCluster.go.md +++ b/docs/dataHcpVaultCluster.go.md @@ -4,12 +4,12 @@ ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultCluster(scope Construct, id *string, config DataHcpVaultClusterConfig) DataHcpVaultCluster ``` @@ -350,7 +350,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsConstruct(x interface{}) *bool ``` @@ -382,7 +382,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsTerraformElement(x interface{}) *bool ``` @@ -396,7 +396,7 @@ datahcpvaultcluster.DataHcpVaultCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bool ``` @@ -410,7 +410,7 @@ datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp The id of the existing DataHcpVaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -969,7 +969,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterAuditLogConfig { @@ -982,7 +982,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterConfig { Connection: interface{}, @@ -997,7 +997,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" Id: *string, MetricsConfig: interface{}, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpVaultCluster.DataHcpVaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultCluster.DataHcpVaultClusterTimeouts, } ``` @@ -1014,7 +1014,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" | Provisioners | *[]interface{} | *No description.* | | ClusterId | *string | The ID of the HCP Vault cluster. | | AuditLogConfig | interface{} | audit_log_config block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | | MetricsConfig | interface{} | metrics_config block. | | ProjectId | *string | The ID of the HCP project where the Vault cluster is located. | | Timeouts | DataHcpVaultClusterTimeouts | timeouts block. | @@ -1101,7 +1101,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1115,7 +1115,7 @@ AuditLogConfig interface{} audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1127,7 +1127,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1144,7 +1144,7 @@ MetricsConfig interface{} metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1161,7 +1161,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1175,7 +1175,7 @@ Timeouts DataHcpVaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1184,7 +1184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterIpAllowlistStruct { @@ -1197,7 +1197,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMajorVersionUpgradeConfig { @@ -1210,7 +1210,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMetricsConfig { @@ -1223,7 +1223,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterTimeouts { Default: *string, @@ -1234,7 +1234,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1246,7 +1246,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- @@ -1257,7 +1257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterAuditLogConfigList ``` @@ -1417,7 +1417,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterAuditLogConfigOutputReference ``` @@ -1970,7 +1970,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterIpAllowlistStructList ``` @@ -2119,7 +2119,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterIpAllowlistStructOutputReference ``` @@ -2408,7 +2408,7 @@ func InternalValue() DataHcpVaultClusterIpAllowlistStruct #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigList ``` @@ -2557,7 +2557,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigOutputReference ``` @@ -2857,7 +2857,7 @@ func InternalValue() DataHcpVaultClusterMajorVersionUpgradeConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMetricsConfigList ``` @@ -3017,7 +3017,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMetricsConfigOutputReference ``` @@ -3559,7 +3559,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpVaultClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpVaultCluster.java.md b/docs/dataHcpVaultCluster.java.md index d907748d2..1d4005293 100644 --- a/docs/dataHcpVaultCluster.java.md +++ b/docs/dataHcpVaultCluster.java.md @@ -4,7 +4,7 @@ ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -47,7 +47,7 @@ DataHcpVaultCluster.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | auditLogConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterAuditLogConfig> | audit_log_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | | metricsConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterMetricsConfig> | metrics_config block. | | projectId | java.lang.String | The ID of the HCP project where the Vault cluster is located. | | timeouts | DataHcpVaultClusterTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ If you experience problems setting this value it might not be settable. Please t metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -164,7 +164,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -571,7 +571,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp The id of the existing DataHcpVaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1151,7 +1151,7 @@ DataHcpVaultClusterConfig.builder() | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | auditLogConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterAuditLogConfig> | audit_log_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | | metricsConfig | com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterMetricsConfig> | metrics_config block. | | projectId | java.lang.String | The ID of the HCP project where the Vault cluster is located. | | timeouts | DataHcpVaultClusterTimeouts | timeouts block. | @@ -1238,7 +1238,7 @@ public java.lang.String getClusterId(); The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1252,7 +1252,7 @@ public java.lang.Object getAuditLogConfig(); audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1264,7 +1264,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1281,7 +1281,7 @@ public java.lang.Object getMetricsConfig(); metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1298,7 +1298,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1312,7 +1312,7 @@ public DataHcpVaultClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1368,7 +1368,7 @@ DataHcpVaultClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1380,7 +1380,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultCluster.python.md b/docs/dataHcpVaultCluster.python.md index 53c4a0c21..fd1633d71 100644 --- a/docs/dataHcpVaultCluster.python.md +++ b/docs/dataHcpVaultCluster.python.md @@ -4,7 +4,7 @@ ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -43,7 +43,7 @@ dataHcpVaultCluster.DataHcpVaultCluster( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Vault cluster. | | audit_log_config | typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterAuditLogConfig]] | audit_log_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | | metrics_config | typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterMetricsConfig]] | metrics_config block. | | project_id | str | The ID of the HCP project where the Vault cluster is located. | | timeouts | DataHcpVaultClusterTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -160,7 +160,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -463,7 +463,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- @@ -611,7 +611,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp The id of the existing DataHcpVaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1184,7 +1184,7 @@ dataHcpVaultCluster.DataHcpVaultClusterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Vault cluster. | | audit_log_config | typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterAuditLogConfig]] | audit_log_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | | metrics_config | typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterMetricsConfig]] | metrics_config block. | | project_id | str | The ID of the HCP project where the Vault cluster is located. | | timeouts | DataHcpVaultClusterTimeouts | timeouts block. | @@ -1271,7 +1271,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1285,7 +1285,7 @@ audit_log_config: typing.Union[IResolvable, typing.List[DataHcpVaultClusterAudit audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1297,7 +1297,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1314,7 +1314,7 @@ metrics_config: typing.Union[IResolvable, typing.List[DataHcpVaultClusterMetrics metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1331,7 +1331,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1345,7 +1345,7 @@ timeouts: DataHcpVaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1398,7 +1398,7 @@ dataHcpVaultCluster.DataHcpVaultClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1410,7 +1410,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultCluster.typescript.md b/docs/dataHcpVaultCluster.typescript.md index 1415735cb..c0850f3af 100644 --- a/docs/dataHcpVaultCluster.typescript.md +++ b/docs/dataHcpVaultCluster.typescript.md @@ -4,7 +4,7 @@ ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -439,7 +439,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp The id of the existing DataHcpVaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -998,7 +998,7 @@ const dataHcpVaultClusterConfig: dataHcpVaultCluster.DataHcpVaultClusterConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | clusterId | string | The ID of the HCP Vault cluster. | | auditLogConfig | cdktf.IResolvable \| DataHcpVaultClusterAuditLogConfig[] | audit_log_config block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | | metricsConfig | cdktf.IResolvable \| DataHcpVaultClusterMetricsConfig[] | metrics_config block. | | projectId | string | The ID of the HCP project where the Vault cluster is located. | | timeouts | DataHcpVaultClusterTimeouts | timeouts block. | @@ -1085,7 +1085,7 @@ public readonly clusterId: string; The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1099,7 +1099,7 @@ public readonly auditLogConfig: IResolvable | DataHcpVaultClusterAuditLogConfig[ audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1111,7 +1111,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1128,7 +1128,7 @@ public readonly metricsConfig: IResolvable | DataHcpVaultClusterMetricsConfig[]; metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1145,7 +1145,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1159,7 +1159,7 @@ public readonly timeouts: DataHcpVaultClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1210,7 +1210,7 @@ const dataHcpVaultClusterTimeouts: dataHcpVaultCluster.DataHcpVaultClusterTimeou | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1222,7 +1222,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultPlugin.csharp.md b/docs/dataHcpVaultPlugin.csharp.md index d21c65ff4..a1f5dfd0c 100644 --- a/docs/dataHcpVaultPlugin.csharp.md +++ b/docs/dataHcpVaultPlugin.csharp.md @@ -4,7 +4,7 @@ ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo The id of the existing DataHcpVaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ new DataHcpVaultPluginConfig { | ClusterId | string | The ID of the HCP Vault cluster. | | PluginName | string | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | PluginType | string | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | | ProjectId | string | The ID of the HCP project where the HCP Vault cluster is located. | | Timeouts | DataHcpVaultPluginTimeouts | timeouts block. | @@ -828,7 +828,7 @@ public string ClusterId { get; set; } The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -842,7 +842,7 @@ public string PluginName { get; set; } The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -856,7 +856,7 @@ public string PluginType { get; set; } The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -868,7 +868,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -888,7 +888,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -902,7 +902,7 @@ public DataHcpVaultPluginTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -922,7 +922,7 @@ new DataHcpVaultPluginTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -934,7 +934,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultPlugin.go.md b/docs/dataHcpVaultPlugin.go.md index 184cb34ae..b8c81ec54 100644 --- a/docs/dataHcpVaultPlugin.go.md +++ b/docs/dataHcpVaultPlugin.go.md @@ -4,12 +4,12 @@ ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.NewDataHcpVaultPlugin(scope Construct, id *string, config DataHcpVaultPluginConfig) DataHcpVaultPlugin ``` @@ -310,7 +310,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -342,7 +342,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformElement(x interface{}) *bool ``` @@ -356,7 +356,7 @@ datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformDataSource(x interface{}) *bool ``` @@ -370,7 +370,7 @@ datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo The id of the existing DataHcpVaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" &datahcpvaultplugin.DataHcpVaultPluginConfig { Connection: interface{}, @@ -724,7 +724,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.dataHcpVaultPlugin.DataHcpVaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultPlugin.DataHcpVaultPluginTimeouts, } ``` @@ -742,7 +742,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" | ClusterId | *string | The ID of the HCP Vault cluster. | | PluginName | *string | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | PluginType | *string | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Vault cluster is located. | | Timeouts | DataHcpVaultPluginTimeouts | timeouts block. | @@ -828,7 +828,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -842,7 +842,7 @@ PluginName *string The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -856,7 +856,7 @@ PluginType *string The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -868,7 +868,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -888,7 +888,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -902,7 +902,7 @@ Timeouts DataHcpVaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -911,7 +911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" &datahcpvaultplugin.DataHcpVaultPluginTimeouts { Default: *string, @@ -922,7 +922,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -934,7 +934,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- @@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.NewDataHcpVaultPluginTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpVaultPluginTimeoutsOutputReference ``` diff --git a/docs/dataHcpVaultPlugin.java.md b/docs/dataHcpVaultPlugin.java.md index adf964e5d..3e33b8122 100644 --- a/docs/dataHcpVaultPlugin.java.md +++ b/docs/dataHcpVaultPlugin.java.md @@ -4,7 +4,7 @@ ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -46,7 +46,7 @@ DataHcpVaultPlugin.Builder.create(Construct scope, java.lang.String id) | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | pluginName | java.lang.String | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | pluginType | java.lang.String | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | DataHcpVaultPluginTimeouts | timeouts block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -162,7 +162,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -529,7 +529,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo The id of the existing DataHcpVaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -876,7 +876,7 @@ DataHcpVaultPluginConfig.builder() | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | pluginName | java.lang.String | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | pluginType | java.lang.String | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | DataHcpVaultPluginTimeouts | timeouts block. | @@ -962,7 +962,7 @@ public java.lang.String getClusterId(); The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -976,7 +976,7 @@ public java.lang.String getPluginName(); The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -990,7 +990,7 @@ public java.lang.String getPluginType(); The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -1002,7 +1002,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1022,7 +1022,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -1036,7 +1036,7 @@ public DataHcpVaultPluginTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -1056,7 +1056,7 @@ DataHcpVaultPluginTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -1068,7 +1068,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultPlugin.python.md b/docs/dataHcpVaultPlugin.python.md index c92956e9c..5408f7fc0 100644 --- a/docs/dataHcpVaultPlugin.python.md +++ b/docs/dataHcpVaultPlugin.python.md @@ -4,7 +4,7 @@ ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -44,7 +44,7 @@ dataHcpVaultPlugin.DataHcpVaultPlugin( | cluster_id | str | The ID of the HCP Vault cluster. | | plugin_name | str | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | plugin_type | str | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | | project_id | str | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | DataHcpVaultPluginTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -160,7 +160,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -431,7 +431,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- @@ -567,7 +567,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo The id of the existing DataHcpVaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,7 @@ dataHcpVaultPlugin.DataHcpVaultPluginConfig( | cluster_id | str | The ID of the HCP Vault cluster. | | plugin_name | str | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | plugin_type | str | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | | project_id | str | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | DataHcpVaultPluginTimeouts | timeouts block. | @@ -996,7 +996,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -1010,7 +1010,7 @@ plugin_name: str The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -1024,7 +1024,7 @@ plugin_type: str The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -1036,7 +1036,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1056,7 +1056,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -1070,7 +1070,7 @@ timeouts: DataHcpVaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -1090,7 +1090,7 @@ dataHcpVaultPlugin.DataHcpVaultPluginTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -1102,7 +1102,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultPlugin.typescript.md b/docs/dataHcpVaultPlugin.typescript.md index ce2e0ffad..d4b4880fa 100644 --- a/docs/dataHcpVaultPlugin.typescript.md +++ b/docs/dataHcpVaultPlugin.typescript.md @@ -4,7 +4,7 @@ ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo The id of the existing DataHcpVaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -728,7 +728,7 @@ const dataHcpVaultPluginConfig: dataHcpVaultPlugin.DataHcpVaultPluginConfig = { | clusterId | string | The ID of the HCP Vault cluster. | | pluginName | string | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | pluginType | string | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | | projectId | string | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | DataHcpVaultPluginTimeouts | timeouts block. | @@ -814,7 +814,7 @@ public readonly clusterId: string; The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -828,7 +828,7 @@ public readonly pluginName: string; The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -842,7 +842,7 @@ public readonly pluginType: string; The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -854,7 +854,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -874,7 +874,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -888,7 +888,7 @@ public readonly timeouts: DataHcpVaultPluginTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -906,7 +906,7 @@ const dataHcpVaultPluginTimeouts: dataHcpVaultPlugin.DataHcpVaultPluginTimeouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -918,7 +918,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultSecretsApp.csharp.md b/docs/dataHcpVaultSecretsApp.csharp.md index 6d4ca1d07..01826c3ee 100644 --- a/docs/dataHcpVaultSecretsApp.csharp.md +++ b/docs/dataHcpVaultSecretsApp.csharp.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to The id of the existing DataHcpVaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -718,7 +718,7 @@ public string AppName { get; set; } The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- diff --git a/docs/dataHcpVaultSecretsApp.go.md b/docs/dataHcpVaultSecretsApp.go.md index 5fa87d88e..3edb16d91 100644 --- a/docs/dataHcpVaultSecretsApp.go.md +++ b/docs/dataHcpVaultSecretsApp.go.md @@ -4,12 +4,12 @@ ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.NewDataHcpVaultSecretsApp(scope Construct, id *string, config DataHcpVaultSecretsAppConfig) DataHcpVaultSecretsApp ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformDataSource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to The id of the existing DataHcpVaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -609,7 +609,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" &datahcpvaultsecretsapp.DataHcpVaultSecretsAppConfig { Connection: interface{}, @@ -718,7 +718,7 @@ AppName *string The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- diff --git a/docs/dataHcpVaultSecretsApp.java.md b/docs/dataHcpVaultSecretsApp.java.md index 6e8d22250..61163a4fb 100644 --- a/docs/dataHcpVaultSecretsApp.java.md +++ b/docs/dataHcpVaultSecretsApp.java.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- @@ -431,7 +431,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to The id of the existing DataHcpVaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ public java.lang.String getAppName(); The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- diff --git a/docs/dataHcpVaultSecretsApp.python.md b/docs/dataHcpVaultSecretsApp.python.md index 8d100f340..e206ff45d 100644 --- a/docs/dataHcpVaultSecretsApp.python.md +++ b/docs/dataHcpVaultSecretsApp.python.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- @@ -465,7 +465,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to The id of the existing DataHcpVaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -818,7 +818,7 @@ app_name: str The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- diff --git a/docs/dataHcpVaultSecretsApp.typescript.md b/docs/dataHcpVaultSecretsApp.typescript.md index 0d5694838..efd961224 100644 --- a/docs/dataHcpVaultSecretsApp.typescript.md +++ b/docs/dataHcpVaultSecretsApp.typescript.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to The id of the existing DataHcpVaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ public readonly appName: string; The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- diff --git a/docs/dataHcpVaultSecretsRotatingSecret.csharp.md b/docs/dataHcpVaultSecretsRotatingSecret.csharp.md index 311ab244d..6f297dc85 100644 --- a/docs/dataHcpVaultSecretsRotatingSecret.csharp.md +++ b/docs/dataHcpVaultSecretsRotatingSecret.csharp.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsRotatingSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsRotatin The id of the existing DataHcpVaultSecretsRotatingSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use --- @@ -764,7 +764,7 @@ public string AppName { get; set; } The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} --- @@ -778,7 +778,7 @@ public string SecretName { get; set; } The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsRotatingSecret.go.md b/docs/dataHcpVaultSecretsRotatingSecret.go.md index 97bd3792c..2c8cf2cc3 100644 --- a/docs/dataHcpVaultSecretsRotatingSecret.go.md +++ b/docs/dataHcpVaultSecretsRotatingSecret.go.md @@ -4,12 +4,12 @@ ### DataHcpVaultSecretsRotatingSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsrotatingsecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsrotatingsecret" datahcpvaultsecretsrotatingsecret.NewDataHcpVaultSecretsRotatingSecret(scope Construct, id *string, config DataHcpVaultSecretsRotatingSecretConfig) DataHcpVaultSecretsRotatingSecret ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsrotatingsecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsrotatingsecret" datahcpvaultsecretsrotatingsecret.DataHcpVaultSecretsRotatingSecret_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsrotatingsecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsrotatingsecret" datahcpvaultsecretsrotatingsecret.DataHcpVaultSecretsRotatingSecret_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datahcpvaultsecretsrotatingsecret.DataHcpVaultSecretsRotatingSecret_IsTerraformE ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsrotatingsecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsrotatingsecret" datahcpvaultsecretsrotatingsecret.DataHcpVaultSecretsRotatingSecret_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcpvaultsecretsrotatingsecret.DataHcpVaultSecretsRotatingSecret_IsTerraformD ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsrotatingsecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsrotatingsecret" datahcpvaultsecretsrotatingsecret.DataHcpVaultSecretsRotatingSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsRotatin The id of the existing DataHcpVaultSecretsRotatingSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use --- @@ -653,7 +653,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretsrotatingsecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsrotatingsecret" &datahcpvaultsecretsrotatingsecret.DataHcpVaultSecretsRotatingSecretConfig { Connection: interface{}, @@ -764,7 +764,7 @@ AppName *string The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} --- @@ -778,7 +778,7 @@ SecretName *string The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsRotatingSecret.java.md b/docs/dataHcpVaultSecretsRotatingSecret.java.md index cded40d1a..ffa5044f7 100644 --- a/docs/dataHcpVaultSecretsRotatingSecret.java.md +++ b/docs/dataHcpVaultSecretsRotatingSecret.java.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsRotatingSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} --- @@ -443,7 +443,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsRotatin The id of the existing DataHcpVaultSecretsRotatingSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use --- @@ -846,7 +846,7 @@ public java.lang.String getAppName(); The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} --- @@ -860,7 +860,7 @@ public java.lang.String getSecretName(); The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsRotatingSecret.python.md b/docs/dataHcpVaultSecretsRotatingSecret.python.md index 0de6cd99a..d4e675ef6 100644 --- a/docs/dataHcpVaultSecretsRotatingSecret.python.md +++ b/docs/dataHcpVaultSecretsRotatingSecret.python.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsRotatingSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} --- @@ -477,7 +477,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsRotatin The id of the existing DataHcpVaultSecretsRotatingSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use --- @@ -876,7 +876,7 @@ app_name: str The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} --- @@ -890,7 +890,7 @@ secret_name: str The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsRotatingSecret.typescript.md b/docs/dataHcpVaultSecretsRotatingSecret.typescript.md index a426921a7..c7ad47716 100644 --- a/docs/dataHcpVaultSecretsRotatingSecret.typescript.md +++ b/docs/dataHcpVaultSecretsRotatingSecret.typescript.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsRotatingSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsRotatin The id of the existing DataHcpVaultSecretsRotatingSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ public readonly appName: string; The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} --- @@ -768,7 +768,7 @@ public readonly secretName: string; The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsSecret.csharp.md b/docs/dataHcpVaultSecretsSecret.csharp.md index 4d016f753..17ac8d454 100644 --- a/docs/dataHcpVaultSecretsSecret.csharp.md +++ b/docs/dataHcpVaultSecretsSecret.csharp.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret The id of the existing DataHcpVaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -742,7 +742,7 @@ public string AppName { get; set; } The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -756,7 +756,7 @@ public string SecretName { get; set; } The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsSecret.go.md b/docs/dataHcpVaultSecretsSecret.go.md index 842b1450c..f5a8303a4 100644 --- a/docs/dataHcpVaultSecretsSecret.go.md +++ b/docs/dataHcpVaultSecretsSecret.go.md @@ -4,12 +4,12 @@ ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.NewDataHcpVaultSecretsSecret(scope Construct, id *string, config DataHcpVaultSecretsSecretConfig) DataHcpVaultSecretsSecret ``` @@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -308,7 +308,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformElement(x interface{}) *bool ``` @@ -322,7 +322,7 @@ datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformElement(x interfa ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformDataSource(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformDataSource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret The id of the existing DataHcpVaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -631,7 +631,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" &datahcpvaultsecretssecret.DataHcpVaultSecretsSecretConfig { Connection: interface{}, @@ -742,7 +742,7 @@ AppName *string The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -756,7 +756,7 @@ SecretName *string The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsSecret.java.md b/docs/dataHcpVaultSecretsSecret.java.md index 187ff5036..1467c7508 100644 --- a/docs/dataHcpVaultSecretsSecret.java.md +++ b/docs/dataHcpVaultSecretsSecret.java.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- @@ -443,7 +443,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret The id of the existing DataHcpVaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,7 @@ public java.lang.String getAppName(); The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -838,7 +838,7 @@ public java.lang.String getSecretName(); The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsSecret.python.md b/docs/dataHcpVaultSecretsSecret.python.md index 0f92b4888..2583dc62a 100644 --- a/docs/dataHcpVaultSecretsSecret.python.md +++ b/docs/dataHcpVaultSecretsSecret.python.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- @@ -477,7 +477,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret The id of the existing DataHcpVaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -854,7 +854,7 @@ app_name: str The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -868,7 +868,7 @@ secret_name: str The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- diff --git a/docs/dataHcpVaultSecretsSecret.typescript.md b/docs/dataHcpVaultSecretsSecret.typescript.md index 3ddeca06d..896b8fdfb 100644 --- a/docs/dataHcpVaultSecretsSecret.typescript.md +++ b/docs/dataHcpVaultSecretsSecret.typescript.md @@ -4,7 +4,7 @@ ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret The id of the existing DataHcpVaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -732,7 +732,7 @@ public readonly appName: string; The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -746,7 +746,7 @@ public readonly secretName: string; The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- diff --git a/docs/dataHcpWaypointAction.csharp.md b/docs/dataHcpWaypointAction.csharp.md new file mode 100644 index 000000000..a39ed8fd8 --- /dev/null +++ b/docs/dataHcpWaypointAction.csharp.md @@ -0,0 +1,1395 @@ +# `dataHcpWaypointAction` Submodule + +## Constructs + +### DataHcpWaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointAction(Construct Scope, string Id, DataHcpWaypointActionConfig Config = null); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | DataHcpWaypointActionConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Optional + +- *Type:* DataHcpWaypointActionConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | Adds this resource to the terraform JSON output. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | +| ResetName | *No description.* | +| ResetProjectId | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```csharp +private object ToHclTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `ResetId` + +```csharp +private void ResetId() +``` + +##### `ResetName` + +```csharp +private void ResetName() +``` + +##### `ResetProjectId` + +```csharp +private void ResetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointAction.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointAction.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformDataSource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointAction.IsTerraformDataSource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointAction.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". + +###### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +###### `ImportToId`Required + +- *Type:* string + +The construct id used in the generated config for the DataHcpWaypointAction to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing DataHcpWaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Description | string | *No description.* | +| OrganizationId | string | *No description.* | +| Request | DataHcpWaypointActionRequestOutputReference | *No description.* | +| IdInput | string | *No description.* | +| NameInput | string | *No description.* | +| ProjectIdInput | string | *No description.* | +| Id | string | *No description.* | +| Name | string | *No description.* | +| ProjectId | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Description`Required + +```csharp +public string Description { get; } +``` + +- *Type:* string + +--- + +##### `OrganizationId`Required + +```csharp +public string OrganizationId { get; } +``` + +- *Type:* string + +--- + +##### `Request`Required + +```csharp +public DataHcpWaypointActionRequestOutputReference Request { get; } +``` + +- *Type:* DataHcpWaypointActionRequestOutputReference + +--- + +##### `IdInput`Optional + +```csharp +public string IdInput { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `ProjectIdInput`Optional + +```csharp +public string ProjectIdInput { get; } +``` + +- *Type:* string + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `ProjectId`Required + +```csharp +public string ProjectId { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### DataHcpWaypointActionConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointActionConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Id = null, + string Name = null, + string ProjectId = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Id | string | The ID of the Action. | +| Name | string | The name of the Action. | +| ProjectId | string | The ID of the HCP project where the Waypoint Action is located. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `Id`Optional + +```csharp +public string Id { get; set; } +``` + +- *Type:* string + +The ID of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `Name`Optional + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + +--- + +##### `ProjectId`Optional + +```csharp +public string ProjectId { get; set; } +``` + +- *Type:* string + +The ID of the HCP project where the Waypoint Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + +--- + +### DataHcpWaypointActionRequest + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointActionRequest { + +}; +``` + + +### DataHcpWaypointActionRequestCustom + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointActionRequestCustom { + +}; +``` + + +## Classes + +### DataHcpWaypointActionRequestCustomOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointActionRequestCustomOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| Body | string | *No description.* | +| Headers | HashiCorp.Cdktf.StringMap | *No description.* | +| Method | string | *No description.* | +| Url | string | *No description.* | +| InternalValue | DataHcpWaypointActionRequestCustom | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `Body`Required + +```csharp +public string Body { get; } +``` + +- *Type:* string + +--- + +##### `Headers`Required + +```csharp +public StringMap Headers { get; } +``` + +- *Type:* HashiCorp.Cdktf.StringMap + +--- + +##### `Method`Required + +```csharp +public string Method { get; } +``` + +- *Type:* string + +--- + +##### `Url`Required + +```csharp +public string Url { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public DataHcpWaypointActionRequestCustom InternalValue { get; } +``` + +- *Type:* DataHcpWaypointActionRequestCustom + +--- + + +### DataHcpWaypointActionRequestOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointActionRequestOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| Custom | DataHcpWaypointActionRequestCustomOutputReference | *No description.* | +| InternalValue | DataHcpWaypointActionRequest | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `Custom`Required + +```csharp +public DataHcpWaypointActionRequestCustomOutputReference Custom { get; } +``` + +- *Type:* DataHcpWaypointActionRequestCustomOutputReference + +--- + +##### `InternalValue`Optional + +```csharp +public DataHcpWaypointActionRequest InternalValue { get; } +``` + +- *Type:* DataHcpWaypointActionRequest + +--- + + + diff --git a/docs/dataHcpWaypointAction.go.md b/docs/dataHcpWaypointAction.go.md new file mode 100644 index 000000000..ba488d75a --- /dev/null +++ b/docs/dataHcpWaypointAction.go.md @@ -0,0 +1,1395 @@ +# `dataHcpWaypointAction` Submodule + +## Constructs + +### DataHcpWaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +datahcpwaypointaction.NewDataHcpWaypointAction(scope Construct, id *string, config DataHcpWaypointActionConfig) DataHcpWaypointAction +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | DataHcpWaypointActionConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Optional + +- *Type:* DataHcpWaypointActionConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | Adds this resource to the terraform JSON output. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | +| ResetName | *No description.* | +| ResetProjectId | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```go +func ToHclTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `ResetId` + +```go +func ResetId() +``` + +##### `ResetName` + +```go +func ResetName() +``` + +##### `ResetProjectId` + +```go +func ResetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +datahcpwaypointaction.DataHcpWaypointAction_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +datahcpwaypointaction.DataHcpWaypointAction_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformDataSource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +datahcpwaypointaction.DataHcpWaypointAction_IsTerraformDataSource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +datahcpwaypointaction.DataHcpWaypointAction_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* *string + +The construct id used in the generated config for the DataHcpWaypointAction to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing DataHcpWaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Description | *string | *No description.* | +| OrganizationId | *string | *No description.* | +| Request | DataHcpWaypointActionRequestOutputReference | *No description.* | +| IdInput | *string | *No description.* | +| NameInput | *string | *No description.* | +| ProjectIdInput | *string | *No description.* | +| Id | *string | *No description.* | +| Name | *string | *No description.* | +| ProjectId | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Description`Required + +```go +func Description() *string +``` + +- *Type:* *string + +--- + +##### `OrganizationId`Required + +```go +func OrganizationId() *string +``` + +- *Type:* *string + +--- + +##### `Request`Required + +```go +func Request() DataHcpWaypointActionRequestOutputReference +``` + +- *Type:* DataHcpWaypointActionRequestOutputReference + +--- + +##### `IdInput`Optional + +```go +func IdInput() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `ProjectIdInput`Optional + +```go +func ProjectIdInput() *string +``` + +- *Type:* *string + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `ProjectId`Required + +```go +func ProjectId() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### DataHcpWaypointActionConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +&datahcpwaypointaction.DataHcpWaypointActionConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + Id: *string, + Name: *string, + ProjectId: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Id | *string | The ID of the Action. | +| Name | *string | The name of the Action. | +| ProjectId | *string | The ID of the HCP project where the Waypoint Action is located. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Id`Optional + +```go +Id *string +``` + +- *Type:* *string + +The ID of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `Name`Optional + +```go +Name *string +``` + +- *Type:* *string + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + +--- + +##### `ProjectId`Optional + +```go +ProjectId *string +``` + +- *Type:* *string + +The ID of the HCP project where the Waypoint Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + +--- + +### DataHcpWaypointActionRequest + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +&datahcpwaypointaction.DataHcpWaypointActionRequest { + +} +``` + + +### DataHcpWaypointActionRequestCustom + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +&datahcpwaypointaction.DataHcpWaypointActionRequestCustom { + +} +``` + + +## Classes + +### DataHcpWaypointActionRequestCustomOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +datahcpwaypointaction.NewDataHcpWaypointActionRequestCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointActionRequestCustomOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| Body | *string | *No description.* | +| Headers | github.com/hashicorp/terraform-cdk-go/cdktf.StringMap | *No description.* | +| Method | *string | *No description.* | +| Url | *string | *No description.* | +| InternalValue | DataHcpWaypointActionRequestCustom | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `Body`Required + +```go +func Body() *string +``` + +- *Type:* *string + +--- + +##### `Headers`Required + +```go +func Headers() StringMap +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.StringMap + +--- + +##### `Method`Required + +```go +func Method() *string +``` + +- *Type:* *string + +--- + +##### `Url`Required + +```go +func Url() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() DataHcpWaypointActionRequestCustom +``` + +- *Type:* DataHcpWaypointActionRequestCustom + +--- + + +### DataHcpWaypointActionRequestOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaction" + +datahcpwaypointaction.NewDataHcpWaypointActionRequestOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointActionRequestOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| Custom | DataHcpWaypointActionRequestCustomOutputReference | *No description.* | +| InternalValue | DataHcpWaypointActionRequest | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `Custom`Required + +```go +func Custom() DataHcpWaypointActionRequestCustomOutputReference +``` + +- *Type:* DataHcpWaypointActionRequestCustomOutputReference + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() DataHcpWaypointActionRequest +``` + +- *Type:* DataHcpWaypointActionRequest + +--- + + + diff --git a/docs/dataHcpWaypointAction.java.md b/docs/dataHcpWaypointAction.java.md new file mode 100644 index 000000000..9797749a8 --- /dev/null +++ b/docs/dataHcpWaypointAction.java.md @@ -0,0 +1,1490 @@ +# `dataHcpWaypointAction` Submodule + +## Constructs + +### DataHcpWaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointAction; + +DataHcpWaypointAction.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) +// .id(java.lang.String) +// .name(java.lang.String) +// .projectId(java.lang.String) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| id | java.lang.String | The ID of the Action. | +| name | java.lang.String | The name of the Action. | +| projectId | java.lang.String | The ID of the HCP project where the Waypoint Action is located. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `id`Optional + +- *Type:* java.lang.String + +The ID of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +- *Type:* java.lang.String + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + +--- + +##### `projectId`Optional + +- *Type:* java.lang.String + +The ID of the HCP project where the Waypoint Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | Adds this resource to the terraform JSON output. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | +| resetName | *No description.* | +| resetProjectId | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```java +public java.lang.Object toHclTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `resetId` + +```java +public void resetId() +``` + +##### `resetName` + +```java +public void resetName() +``` + +##### `resetProjectId` + +```java +public void resetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointAction; + +DataHcpWaypointAction.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointAction; + +DataHcpWaypointAction.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformDataSource` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointAction; + +DataHcpWaypointAction.isTerraformDataSource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointAction; + +DataHcpWaypointAction.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataHcpWaypointAction.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* java.lang.String + +The construct id used in the generated config for the DataHcpWaypointAction to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing DataHcpWaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| description | java.lang.String | *No description.* | +| organizationId | java.lang.String | *No description.* | +| request | DataHcpWaypointActionRequestOutputReference | *No description.* | +| idInput | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| projectIdInput | java.lang.String | *No description.* | +| id | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| projectId | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `description`Required + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +--- + +##### `organizationId`Required + +```java +public java.lang.String getOrganizationId(); +``` + +- *Type:* java.lang.String + +--- + +##### `request`Required + +```java +public DataHcpWaypointActionRequestOutputReference getRequest(); +``` + +- *Type:* DataHcpWaypointActionRequestOutputReference + +--- + +##### `idInput`Optional + +```java +public java.lang.String getIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectIdInput`Optional + +```java +public java.lang.String getProjectIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectId`Required + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### DataHcpWaypointActionConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointActionConfig; + +DataHcpWaypointActionConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) +// .id(java.lang.String) +// .name(java.lang.String) +// .projectId(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| id | java.lang.String | The ID of the Action. | +| name | java.lang.String | The name of the Action. | +| projectId | java.lang.String | The ID of the HCP project where the Waypoint Action is located. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `id`Optional + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +The ID of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + +--- + +##### `projectId`Optional + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +The ID of the HCP project where the Waypoint Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + +--- + +### DataHcpWaypointActionRequest + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointActionRequest; + +DataHcpWaypointActionRequest.builder() + .build(); +``` + + +### DataHcpWaypointActionRequestCustom + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointActionRequestCustom; + +DataHcpWaypointActionRequestCustom.builder() + .build(); +``` + + +## Classes + +### DataHcpWaypointActionRequestCustomOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointActionRequestCustomOutputReference; + +new DataHcpWaypointActionRequestCustomOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| body | java.lang.String | *No description.* | +| headers | com.hashicorp.cdktf.StringMap | *No description.* | +| method | java.lang.String | *No description.* | +| url | java.lang.String | *No description.* | +| internalValue | DataHcpWaypointActionRequestCustom | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `body`Required + +```java +public java.lang.String getBody(); +``` + +- *Type:* java.lang.String + +--- + +##### `headers`Required + +```java +public StringMap getHeaders(); +``` + +- *Type:* com.hashicorp.cdktf.StringMap + +--- + +##### `method`Required + +```java +public java.lang.String getMethod(); +``` + +- *Type:* java.lang.String + +--- + +##### `url`Required + +```java +public java.lang.String getUrl(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public DataHcpWaypointActionRequestCustom getInternalValue(); +``` + +- *Type:* DataHcpWaypointActionRequestCustom + +--- + + +### DataHcpWaypointActionRequestOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_action.DataHcpWaypointActionRequestOutputReference; + +new DataHcpWaypointActionRequestOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| custom | DataHcpWaypointActionRequestCustomOutputReference | *No description.* | +| internalValue | DataHcpWaypointActionRequest | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `custom`Required + +```java +public DataHcpWaypointActionRequestCustomOutputReference getCustom(); +``` + +- *Type:* DataHcpWaypointActionRequestCustomOutputReference + +--- + +##### `internalValue`Optional + +```java +public DataHcpWaypointActionRequest getInternalValue(); +``` + +- *Type:* DataHcpWaypointActionRequest + +--- + + + diff --git a/docs/dataHcpWaypointAction.python.md b/docs/dataHcpWaypointAction.python.md new file mode 100644 index 000000000..65c89f14b --- /dev/null +++ b/docs/dataHcpWaypointAction.python.md @@ -0,0 +1,1568 @@ +# `dataHcpWaypointAction` Submodule + +## Constructs + +### DataHcpWaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointAction( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + id: str = None, + name: str = None, + project_id: str = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| id | str | The ID of the Action. | +| name | str | The name of the Action. | +| project_id | str | The ID of the HCP project where the Waypoint Action is located. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `id`Optional + +- *Type:* str + +The ID of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +- *Type:* str + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + +--- + +##### `project_id`Optional + +- *Type:* str + +The ID of the HCP project where the Waypoint Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_hcl_terraform | Adds this resource to the terraform JSON output. | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| reset_id | *No description.* | +| reset_name | *No description.* | +| reset_project_id | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_hcl_terraform` + +```python +def to_hcl_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `reset_id` + +```python +def reset_id() -> None +``` + +##### `reset_name` + +```python +def reset_name() -> None +``` + +##### `reset_project_id` + +```python +def reset_project_id() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_data_source | *No description.* | +| generate_config_for_import | Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointAction.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointAction.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_data_source` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointAction.is_terraform_data_source( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointAction.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `import_to_id`Required + +- *Type:* str + +The construct id used in the generated config for the DataHcpWaypointAction to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing DataHcpWaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| description | str | *No description.* | +| organization_id | str | *No description.* | +| request | DataHcpWaypointActionRequestOutputReference | *No description.* | +| id_input | str | *No description.* | +| name_input | str | *No description.* | +| project_id_input | str | *No description.* | +| id | str | *No description.* | +| name | str | *No description.* | +| project_id | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `description`Required + +```python +description: str +``` + +- *Type:* str + +--- + +##### `organization_id`Required + +```python +organization_id: str +``` + +- *Type:* str + +--- + +##### `request`Required + +```python +request: DataHcpWaypointActionRequestOutputReference +``` + +- *Type:* DataHcpWaypointActionRequestOutputReference + +--- + +##### `id_input`Optional + +```python +id_input: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `project_id_input`Optional + +```python +project_id_input: str +``` + +- *Type:* str + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `project_id`Required + +```python +project_id: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### DataHcpWaypointActionConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointActionConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + id: str = None, + name: str = None, + project_id: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| id | str | The ID of the Action. | +| name | str | The name of the Action. | +| project_id | str | The ID of the HCP project where the Waypoint Action is located. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `id`Optional + +```python +id: str +``` + +- *Type:* str + +The ID of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +```python +name: str +``` + +- *Type:* str + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + +--- + +##### `project_id`Optional + +```python +project_id: str +``` + +- *Type:* str + +The ID of the HCP project where the Waypoint Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + +--- + +### DataHcpWaypointActionRequest + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointActionRequest() +``` + + +### DataHcpWaypointActionRequestCustom + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointActionRequestCustom() +``` + + +## Classes + +### DataHcpWaypointActionRequestCustomOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointActionRequestCustomOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| body | str | *No description.* | +| headers | cdktf.StringMap | *No description.* | +| method | str | *No description.* | +| url | str | *No description.* | +| internal_value | DataHcpWaypointActionRequestCustom | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `body`Required + +```python +body: str +``` + +- *Type:* str + +--- + +##### `headers`Required + +```python +headers: StringMap +``` + +- *Type:* cdktf.StringMap + +--- + +##### `method`Required + +```python +method: str +``` + +- *Type:* str + +--- + +##### `url`Required + +```python +url: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: DataHcpWaypointActionRequestCustom +``` + +- *Type:* DataHcpWaypointActionRequestCustom + +--- + + +### DataHcpWaypointActionRequestOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_action + +dataHcpWaypointAction.DataHcpWaypointActionRequestOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| custom | DataHcpWaypointActionRequestCustomOutputReference | *No description.* | +| internal_value | DataHcpWaypointActionRequest | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `custom`Required + +```python +custom: DataHcpWaypointActionRequestCustomOutputReference +``` + +- *Type:* DataHcpWaypointActionRequestCustomOutputReference + +--- + +##### `internal_value`Optional + +```python +internal_value: DataHcpWaypointActionRequest +``` + +- *Type:* DataHcpWaypointActionRequest + +--- + + + diff --git a/docs/dataHcpWaypointAction.typescript.md b/docs/dataHcpWaypointAction.typescript.md new file mode 100644 index 000000000..cdcee2537 --- /dev/null +++ b/docs/dataHcpWaypointAction.typescript.md @@ -0,0 +1,1380 @@ +# `dataHcpWaypointAction` Submodule + +## Constructs + +### DataHcpWaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +new dataHcpWaypointAction.DataHcpWaypointAction(scope: Construct, id: string, config?: DataHcpWaypointActionConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | DataHcpWaypointActionConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Optional + +- *Type:* DataHcpWaypointActionConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | Adds this resource to the terraform JSON output. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | +| resetName | *No description.* | +| resetProjectId | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```typescript +public toHclTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `resetId` + +```typescript +public resetId(): void +``` + +##### `resetName` + +```typescript +public resetName(): void +``` + +##### `resetProjectId` + +```typescript +public resetProjectId(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +dataHcpWaypointAction.DataHcpWaypointAction.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +dataHcpWaypointAction.DataHcpWaypointAction.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformDataSource` + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +dataHcpWaypointAction.DataHcpWaypointAction.isTerraformDataSource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +dataHcpWaypointAction.DataHcpWaypointAction.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* string + +The construct id used in the generated config for the DataHcpWaypointAction to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing DataHcpWaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| description | string | *No description.* | +| organizationId | string | *No description.* | +| request | DataHcpWaypointActionRequestOutputReference | *No description.* | +| idInput | string | *No description.* | +| nameInput | string | *No description.* | +| projectIdInput | string | *No description.* | +| id | string | *No description.* | +| name | string | *No description.* | +| projectId | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `description`Required + +```typescript +public readonly description: string; +``` + +- *Type:* string + +--- + +##### `organizationId`Required + +```typescript +public readonly organizationId: string; +``` + +- *Type:* string + +--- + +##### `request`Required + +```typescript +public readonly request: DataHcpWaypointActionRequestOutputReference; +``` + +- *Type:* DataHcpWaypointActionRequestOutputReference + +--- + +##### `idInput`Optional + +```typescript +public readonly idInput: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `projectIdInput`Optional + +```typescript +public readonly projectIdInput: string; +``` + +- *Type:* string + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `projectId`Required + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### DataHcpWaypointActionConfig + +#### Initializer + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +const dataHcpWaypointActionConfig: dataHcpWaypointAction.DataHcpWaypointActionConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| id | string | The ID of the Action. | +| name | string | The name of the Action. | +| projectId | string | The ID of the HCP project where the Waypoint Action is located. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `id`Optional + +```typescript +public readonly id: string; +``` + +- *Type:* string + +The ID of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +```typescript +public readonly name: string; +``` + +- *Type:* string + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + +--- + +##### `projectId`Optional + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +The ID of the HCP project where the Waypoint Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + +--- + +### DataHcpWaypointActionRequest + +#### Initializer + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +const dataHcpWaypointActionRequest: dataHcpWaypointAction.DataHcpWaypointActionRequest = { ... } +``` + + +### DataHcpWaypointActionRequestCustom + +#### Initializer + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +const dataHcpWaypointActionRequestCustom: dataHcpWaypointAction.DataHcpWaypointActionRequestCustom = { ... } +``` + + +## Classes + +### DataHcpWaypointActionRequestCustomOutputReference + +#### Initializers + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +new dataHcpWaypointAction.DataHcpWaypointActionRequestCustomOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| body | string | *No description.* | +| headers | cdktf.StringMap | *No description.* | +| method | string | *No description.* | +| url | string | *No description.* | +| internalValue | DataHcpWaypointActionRequestCustom | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `body`Required + +```typescript +public readonly body: string; +``` + +- *Type:* string + +--- + +##### `headers`Required + +```typescript +public readonly headers: StringMap; +``` + +- *Type:* cdktf.StringMap + +--- + +##### `method`Required + +```typescript +public readonly method: string; +``` + +- *Type:* string + +--- + +##### `url`Required + +```typescript +public readonly url: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: DataHcpWaypointActionRequestCustom; +``` + +- *Type:* DataHcpWaypointActionRequestCustom + +--- + + +### DataHcpWaypointActionRequestOutputReference + +#### Initializers + +```typescript +import { dataHcpWaypointAction } from '@cdktf/provider-hcp' + +new dataHcpWaypointAction.DataHcpWaypointActionRequestOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| custom | DataHcpWaypointActionRequestCustomOutputReference | *No description.* | +| internalValue | DataHcpWaypointActionRequest | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `custom`Required + +```typescript +public readonly custom: DataHcpWaypointActionRequestCustomOutputReference; +``` + +- *Type:* DataHcpWaypointActionRequestCustomOutputReference + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: DataHcpWaypointActionRequest; +``` + +- *Type:* DataHcpWaypointActionRequest + +--- + + + diff --git a/docs/dataHcpWaypointAddOn.csharp.md b/docs/dataHcpWaypointAddOn.csharp.md index a2df0a22a..77d2a37e1 100644 --- a/docs/dataHcpWaypointAddOn.csharp.md +++ b/docs/dataHcpWaypointAddOn.csharp.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOn to im The id of the existing DataHcpWaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -855,7 +855,7 @@ public string Id { get; set; } The ID of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -872,7 +872,7 @@ public string Name { get; set; } The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} --- diff --git a/docs/dataHcpWaypointAddOn.go.md b/docs/dataHcpWaypointAddOn.go.md index cd97a45fb..0ccf9f3e9 100644 --- a/docs/dataHcpWaypointAddOn.go.md +++ b/docs/dataHcpWaypointAddOn.go.md @@ -4,12 +4,12 @@ ### DataHcpWaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.NewDataHcpWaypointAddOn(scope Construct, id *string, config DataHcpWaypointAddOnConfig) DataHcpWaypointAddOn ``` @@ -290,7 +290,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.DataHcpWaypointAddOn_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.DataHcpWaypointAddOn_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datahcpwaypointaddon.DataHcpWaypointAddOn_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.DataHcpWaypointAddOn_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datahcpwaypointaddon.DataHcpWaypointAddOn_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.DataHcpWaypointAddOn_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOn to im The id of the existing DataHcpWaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -744,7 +744,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" &datahcpwaypointaddon.DataHcpWaypointAddOnConfig { Connection: interface{}, @@ -855,7 +855,7 @@ Id *string The ID of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -872,7 +872,7 @@ Name *string The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} --- @@ -881,7 +881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" &datahcpwaypointaddon.DataHcpWaypointAddOnOutputValues { @@ -894,7 +894,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" &datahcpwaypointaddon.DataHcpWaypointAddOnTerraformNoCodeModule { @@ -909,7 +909,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.NewDataHcpWaypointAddOnOutputValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpWaypointAddOnOutputValuesList ``` @@ -1058,7 +1058,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.NewDataHcpWaypointAddOnOutputValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpWaypointAddOnOutputValuesOutputReference ``` @@ -1369,7 +1369,7 @@ func InternalValue() DataHcpWaypointAddOnOutputValues #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddon" datahcpwaypointaddon.NewDataHcpWaypointAddOnTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointAddOnTerraformNoCodeModuleOutputReference ``` diff --git a/docs/dataHcpWaypointAddOn.java.md b/docs/dataHcpWaypointAddOn.java.md index a719bb68f..00fc8ce29 100644 --- a/docs/dataHcpWaypointAddOn.java.md +++ b/docs/dataHcpWaypointAddOn.java.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The ID of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} --- @@ -460,7 +460,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOn to im The id of the existing DataHcpWaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -940,7 +940,7 @@ public java.lang.String getId(); The ID of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -957,7 +957,7 @@ public java.lang.String getName(); The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} --- diff --git a/docs/dataHcpWaypointAddOn.python.md b/docs/dataHcpWaypointAddOn.python.md index 13d625d08..901153838 100644 --- a/docs/dataHcpWaypointAddOn.python.md +++ b/docs/dataHcpWaypointAddOn.python.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The ID of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} --- @@ -494,7 +494,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOn to im The id of the existing DataHcpWaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -970,7 +970,7 @@ id: str The ID of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -987,7 +987,7 @@ name: str The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} --- diff --git a/docs/dataHcpWaypointAddOn.typescript.md b/docs/dataHcpWaypointAddOn.typescript.md index a3b58d42c..12a8a8d8c 100644 --- a/docs/dataHcpWaypointAddOn.typescript.md +++ b/docs/dataHcpWaypointAddOn.typescript.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOn to im The id of the existing DataHcpWaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -845,7 +845,7 @@ public readonly id: string; The ID of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -862,7 +862,7 @@ public readonly name: string; The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} --- diff --git a/docs/dataHcpWaypointAddOnDefinition.csharp.md b/docs/dataHcpWaypointAddOnDefinition.csharp.md index 7b69827cc..efedf7be1 100644 --- a/docs/dataHcpWaypointAddOnDefinition.csharp.md +++ b/docs/dataHcpWaypointAddOnDefinition.csharp.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOnDefini The id of the existing DataHcpWaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ public string Id { get; set; } The ID of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -848,7 +848,7 @@ public string Name { get; set; } The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} --- @@ -862,7 +862,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} --- diff --git a/docs/dataHcpWaypointAddOnDefinition.go.md b/docs/dataHcpWaypointAddOnDefinition.go.md index 4f8f7e07d..3782af64b 100644 --- a/docs/dataHcpWaypointAddOnDefinition.go.md +++ b/docs/dataHcpWaypointAddOnDefinition.go.md @@ -4,12 +4,12 @@ ### DataHcpWaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.NewDataHcpWaypointAddOnDefinition(scope Construct, id *string, config DataHcpWaypointAddOnDefinitionConfig) DataHcpWaypointAddOnDefinition ``` @@ -297,7 +297,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinition_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinition_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinition_IsTerraformElement ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinition_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinition_IsTerraformDataSou ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOnDefini The id of the existing DataHcpWaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -718,7 +718,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" &datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinitionConfig { Connection: interface{}, @@ -831,7 +831,7 @@ Id *string The ID of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -848,7 +848,7 @@ Name *string The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} --- @@ -862,7 +862,7 @@ ProjectId *string The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} --- @@ -871,7 +871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" &datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinitionTerraformCloudWorkspaceDetails { @@ -884,7 +884,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefini #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" &datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinitionTerraformNoCodeModule { @@ -897,7 +897,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefini #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" &datahcpwaypointaddondefinition.DataHcpWaypointAddOnDefinitionVariableOptions { @@ -912,7 +912,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefini #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.NewDataHcpWaypointAddOnDefinitionTerraformCloudWorkspaceDetailsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointAddOnDefinitionTerraformCloudWorkspaceDetailsOutputReference ``` @@ -1183,7 +1183,7 @@ func InternalValue() DataHcpWaypointAddOnDefinitionTerraformCloudWorkspaceDetail #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.NewDataHcpWaypointAddOnDefinitionTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointAddOnDefinitionTerraformNoCodeModuleOutputReference ``` @@ -1454,7 +1454,7 @@ func InternalValue() DataHcpWaypointAddOnDefinitionTerraformNoCodeModule #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.NewDataHcpWaypointAddOnDefinitionVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpWaypointAddOnDefinitionVariableOptionsList ``` @@ -1603,7 +1603,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointaddondefinition" datahcpwaypointaddondefinition.NewDataHcpWaypointAddOnDefinitionVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpWaypointAddOnDefinitionVariableOptionsOutputReference ``` diff --git a/docs/dataHcpWaypointAddOnDefinition.java.md b/docs/dataHcpWaypointAddOnDefinition.java.md index bf1ebb04d..c6ca4864b 100644 --- a/docs/dataHcpWaypointAddOnDefinition.java.md +++ b/docs/dataHcpWaypointAddOnDefinition.java.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} --- @@ -479,7 +479,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOnDefini The id of the existing DataHcpWaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -928,7 +928,7 @@ public java.lang.String getId(); The ID of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -945,7 +945,7 @@ public java.lang.String getName(); The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} --- @@ -959,7 +959,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} --- diff --git a/docs/dataHcpWaypointAddOnDefinition.python.md b/docs/dataHcpWaypointAddOnDefinition.python.md index 3e7b5044a..44a2a04ba 100644 --- a/docs/dataHcpWaypointAddOnDefinition.python.md +++ b/docs/dataHcpWaypointAddOnDefinition.python.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The ID of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} --- @@ -513,7 +513,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOnDefini The id of the existing DataHcpWaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -958,7 +958,7 @@ id: str The ID of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -975,7 +975,7 @@ name: str The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} --- @@ -989,7 +989,7 @@ project_id: str The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} --- diff --git a/docs/dataHcpWaypointAddOnDefinition.typescript.md b/docs/dataHcpWaypointAddOnDefinition.typescript.md index 94ac38b96..522ff922a 100644 --- a/docs/dataHcpWaypointAddOnDefinition.typescript.md +++ b/docs/dataHcpWaypointAddOnDefinition.typescript.md @@ -4,7 +4,7 @@ ### DataHcpWaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataHcpWaypointAddOnDefini The id of the existing DataHcpWaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -820,7 +820,7 @@ public readonly id: string; The ID of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -837,7 +837,7 @@ public readonly name: string; The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} --- @@ -851,7 +851,7 @@ public readonly projectId: string; The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} --- diff --git a/docs/dataHcpWaypointApplication.csharp.md b/docs/dataHcpWaypointApplication.csharp.md index 9c6b9cb4c..ef5cdb382 100644 --- a/docs/dataHcpWaypointApplication.csharp.md +++ b/docs/dataHcpWaypointApplication.csharp.md @@ -4,7 +4,7 @@ ### DataHcpWaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpWaypointApplication The id of the existing DataHcpWaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -434,12 +434,12 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | -| ApplicationTemplateId | string | *No description.* | -| ApplicationTemplateName | string | *No description.* | | InputVariables | DataHcpWaypointApplicationInputVariablesList | *No description.* | | NamespaceId | string | *No description.* | | OrganizationId | string | *No description.* | | ReadmeMarkdown | string | *No description.* | +| TemplateId | string | *No description.* | +| TemplateName | string | *No description.* | | IdInput | string | *No description.* | | InputVariablesInput | object | *No description.* | | NameInput | string | *No description.* | @@ -572,60 +572,60 @@ public TerraformProvider Provider { get; } --- -##### `ApplicationTemplateId`Required +##### `InputVariables`Required ```csharp -public string ApplicationTemplateId { get; } +public DataHcpWaypointApplicationInputVariablesList InputVariables { get; } ``` -- *Type:* string +- *Type:* DataHcpWaypointApplicationInputVariablesList --- -##### `ApplicationTemplateName`Required +##### `NamespaceId`Required ```csharp -public string ApplicationTemplateName { get; } +public string NamespaceId { get; } ``` - *Type:* string --- -##### `InputVariables`Required +##### `OrganizationId`Required ```csharp -public DataHcpWaypointApplicationInputVariablesList InputVariables { get; } +public string OrganizationId { get; } ``` -- *Type:* DataHcpWaypointApplicationInputVariablesList +- *Type:* string --- -##### `NamespaceId`Required +##### `ReadmeMarkdown`Required ```csharp -public string NamespaceId { get; } +public string ReadmeMarkdown { get; } ``` - *Type:* string --- -##### `OrganizationId`Required +##### `TemplateId`Required ```csharp -public string OrganizationId { get; } +public string TemplateId { get; } ``` - *Type:* string --- -##### `ReadmeMarkdown`Required +##### `TemplateName`Required ```csharp -public string ReadmeMarkdown { get; } +public string TemplateName { get; } ``` - *Type:* string @@ -842,7 +842,7 @@ public string Id { get; set; } The ID of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -859,7 +859,7 @@ public object InputVariables { get; set; } Input variables for the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} --- @@ -873,7 +873,7 @@ public string Name { get; set; } The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} --- @@ -887,7 +887,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} --- diff --git a/docs/dataHcpWaypointApplication.go.md b/docs/dataHcpWaypointApplication.go.md index d6144bc43..0ce3c9b00 100644 --- a/docs/dataHcpWaypointApplication.go.md +++ b/docs/dataHcpWaypointApplication.go.md @@ -4,12 +4,12 @@ ### DataHcpWaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application hcp_waypoint_application}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" datahcpwaypointapplication.NewDataHcpWaypointApplication(scope Construct, id *string, config DataHcpWaypointApplicationConfig) DataHcpWaypointApplication ``` @@ -317,7 +317,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" datahcpwaypointapplication.DataHcpWaypointApplication_IsConstruct(x interface{}) *bool ``` @@ -349,7 +349,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" datahcpwaypointapplication.DataHcpWaypointApplication_IsTerraformElement(x interface{}) *bool ``` @@ -363,7 +363,7 @@ datahcpwaypointapplication.DataHcpWaypointApplication_IsTerraformElement(x inter ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" datahcpwaypointapplication.DataHcpWaypointApplication_IsTerraformDataSource(x interface{}) *bool ``` @@ -377,7 +377,7 @@ datahcpwaypointapplication.DataHcpWaypointApplication_IsTerraformDataSource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" datahcpwaypointapplication.DataHcpWaypointApplication_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpWaypointApplication The id of the existing DataHcpWaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -434,12 +434,12 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | -| ApplicationTemplateId | *string | *No description.* | -| ApplicationTemplateName | *string | *No description.* | | InputVariables | DataHcpWaypointApplicationInputVariablesList | *No description.* | | NamespaceId | *string | *No description.* | | OrganizationId | *string | *No description.* | | ReadmeMarkdown | *string | *No description.* | +| TemplateId | *string | *No description.* | +| TemplateName | *string | *No description.* | | IdInput | *string | *No description.* | | InputVariablesInput | interface{} | *No description.* | | NameInput | *string | *No description.* | @@ -572,60 +572,60 @@ func Provider() TerraformProvider --- -##### `ApplicationTemplateId`Required +##### `InputVariables`Required ```go -func ApplicationTemplateId() *string +func InputVariables() DataHcpWaypointApplicationInputVariablesList ``` -- *Type:* *string +- *Type:* DataHcpWaypointApplicationInputVariablesList --- -##### `ApplicationTemplateName`Required +##### `NamespaceId`Required ```go -func ApplicationTemplateName() *string +func NamespaceId() *string ``` - *Type:* *string --- -##### `InputVariables`Required +##### `OrganizationId`Required ```go -func InputVariables() DataHcpWaypointApplicationInputVariablesList +func OrganizationId() *string ``` -- *Type:* DataHcpWaypointApplicationInputVariablesList +- *Type:* *string --- -##### `NamespaceId`Required +##### `ReadmeMarkdown`Required ```go -func NamespaceId() *string +func ReadmeMarkdown() *string ``` - *Type:* *string --- -##### `OrganizationId`Required +##### `TemplateId`Required ```go -func OrganizationId() *string +func TemplateId() *string ``` - *Type:* *string --- -##### `ReadmeMarkdown`Required +##### `TemplateName`Required ```go -func ReadmeMarkdown() *string +func TemplateName() *string ``` - *Type:* *string @@ -727,7 +727,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" &datahcpwaypointapplication.DataHcpWaypointApplicationConfig { Connection: interface{}, @@ -842,7 +842,7 @@ Id *string The ID of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -859,7 +859,7 @@ InputVariables interface{} Input variables for the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} --- @@ -873,7 +873,7 @@ Name *string The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} --- @@ -887,7 +887,7 @@ ProjectId *string The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} --- @@ -896,7 +896,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" &datahcpwaypointapplication.DataHcpWaypointApplicationInputVariables { @@ -911,7 +911,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" datahcpwaypointapplication.NewDataHcpWaypointApplicationInputVariablesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpWaypointApplicationInputVariablesList ``` @@ -1071,7 +1071,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointapplication" datahcpwaypointapplication.NewDataHcpWaypointApplicationInputVariablesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpWaypointApplicationInputVariablesOutputReference ``` diff --git a/docs/dataHcpWaypointApplication.java.md b/docs/dataHcpWaypointApplication.java.md index 67083a575..af37e21d5 100644 --- a/docs/dataHcpWaypointApplication.java.md +++ b/docs/dataHcpWaypointApplication.java.md @@ -4,7 +4,7 @@ ### DataHcpWaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope The ID of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -128,7 +128,7 @@ If you experience problems setting this value it might not be settable. Please t Input variables for the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} --- @@ -512,7 +512,7 @@ The construct id used in the generated config for the DataHcpWaypointApplication The id of the existing DataHcpWaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -540,12 +540,12 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| applicationTemplateId | java.lang.String | *No description.* | -| applicationTemplateName | java.lang.String | *No description.* | | inputVariables | DataHcpWaypointApplicationInputVariablesList | *No description.* | | namespaceId | java.lang.String | *No description.* | | organizationId | java.lang.String | *No description.* | | readmeMarkdown | java.lang.String | *No description.* | +| templateId | java.lang.String | *No description.* | +| templateName | java.lang.String | *No description.* | | idInput | java.lang.String | *No description.* | | inputVariablesInput | com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpWaypointApplicationInputVariables> | *No description.* | | nameInput | java.lang.String | *No description.* | @@ -678,60 +678,60 @@ public TerraformProvider getProvider(); --- -##### `applicationTemplateId`Required +##### `inputVariables`Required ```java -public java.lang.String getApplicationTemplateId(); +public DataHcpWaypointApplicationInputVariablesList getInputVariables(); ``` -- *Type:* java.lang.String +- *Type:* DataHcpWaypointApplicationInputVariablesList --- -##### `applicationTemplateName`Required +##### `namespaceId`Required ```java -public java.lang.String getApplicationTemplateName(); +public java.lang.String getNamespaceId(); ``` - *Type:* java.lang.String --- -##### `inputVariables`Required +##### `organizationId`Required ```java -public DataHcpWaypointApplicationInputVariablesList getInputVariables(); +public java.lang.String getOrganizationId(); ``` -- *Type:* DataHcpWaypointApplicationInputVariablesList +- *Type:* java.lang.String --- -##### `namespaceId`Required +##### `readmeMarkdown`Required ```java -public java.lang.String getNamespaceId(); +public java.lang.String getReadmeMarkdown(); ``` - *Type:* java.lang.String --- -##### `organizationId`Required +##### `templateId`Required ```java -public java.lang.String getOrganizationId(); +public java.lang.String getTemplateId(); ``` - *Type:* java.lang.String --- -##### `readmeMarkdown`Required +##### `templateName`Required ```java -public java.lang.String getReadmeMarkdown(); +public java.lang.String getTemplateName(); ``` - *Type:* java.lang.String @@ -953,7 +953,7 @@ public java.lang.String getId(); The ID of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -970,7 +970,7 @@ public java.lang.Object getInputVariables(); Input variables for the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} --- @@ -984,7 +984,7 @@ public java.lang.String getName(); The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} --- @@ -998,7 +998,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} --- diff --git a/docs/dataHcpWaypointApplication.python.md b/docs/dataHcpWaypointApplication.python.md index a6e20f4ef..ca8ae79e6 100644 --- a/docs/dataHcpWaypointApplication.python.md +++ b/docs/dataHcpWaypointApplication.python.md @@ -4,7 +4,7 @@ ### DataHcpWaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t Input variables for the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the DataHcpWaypointApplication The id of the existing DataHcpWaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -575,12 +575,12 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | for_each | cdktf.ITerraformIterator | *No description.* | | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | -| application_template_id | str | *No description.* | -| application_template_name | str | *No description.* | | input_variables | DataHcpWaypointApplicationInputVariablesList | *No description.* | | namespace_id | str | *No description.* | | organization_id | str | *No description.* | | readme_markdown | str | *No description.* | +| template_id | str | *No description.* | +| template_name | str | *No description.* | | id_input | str | *No description.* | | input_variables_input | typing.Union[cdktf.IResolvable, typing.List[DataHcpWaypointApplicationInputVariables]] | *No description.* | | name_input | str | *No description.* | @@ -713,60 +713,60 @@ provider: TerraformProvider --- -##### `application_template_id`Required +##### `input_variables`Required ```python -application_template_id: str +input_variables: DataHcpWaypointApplicationInputVariablesList ``` -- *Type:* str +- *Type:* DataHcpWaypointApplicationInputVariablesList --- -##### `application_template_name`Required +##### `namespace_id`Required ```python -application_template_name: str +namespace_id: str ``` - *Type:* str --- -##### `input_variables`Required +##### `organization_id`Required ```python -input_variables: DataHcpWaypointApplicationInputVariablesList +organization_id: str ``` -- *Type:* DataHcpWaypointApplicationInputVariablesList +- *Type:* str --- -##### `namespace_id`Required +##### `readme_markdown`Required ```python -namespace_id: str +readme_markdown: str ``` - *Type:* str --- -##### `organization_id`Required +##### `template_id`Required ```python -organization_id: str +template_id: str ``` - *Type:* str --- -##### `readme_markdown`Required +##### `template_name`Required ```python -readme_markdown: str +template_name: str ``` - *Type:* str @@ -983,7 +983,7 @@ id: str The ID of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1000,7 +1000,7 @@ input_variables: typing.Union[IResolvable, typing.List[DataHcpWaypointApplicatio Input variables for the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} --- @@ -1014,7 +1014,7 @@ name: str The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} --- @@ -1028,7 +1028,7 @@ project_id: str The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} --- diff --git a/docs/dataHcpWaypointApplication.typescript.md b/docs/dataHcpWaypointApplication.typescript.md index 728433ff3..4acf7eb73 100644 --- a/docs/dataHcpWaypointApplication.typescript.md +++ b/docs/dataHcpWaypointApplication.typescript.md @@ -4,7 +4,7 @@ ### DataHcpWaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpWaypointApplication The id of the existing DataHcpWaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -434,12 +434,12 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | forEach | cdktf.ITerraformIterator | *No description.* | | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | -| applicationTemplateId | string | *No description.* | -| applicationTemplateName | string | *No description.* | | inputVariables | DataHcpWaypointApplicationInputVariablesList | *No description.* | | namespaceId | string | *No description.* | | organizationId | string | *No description.* | | readmeMarkdown | string | *No description.* | +| templateId | string | *No description.* | +| templateName | string | *No description.* | | idInput | string | *No description.* | | inputVariablesInput | cdktf.IResolvable \| DataHcpWaypointApplicationInputVariables[] | *No description.* | | nameInput | string | *No description.* | @@ -572,60 +572,60 @@ public readonly provider: TerraformProvider; --- -##### `applicationTemplateId`Required +##### `inputVariables`Required ```typescript -public readonly applicationTemplateId: string; +public readonly inputVariables: DataHcpWaypointApplicationInputVariablesList; ``` -- *Type:* string +- *Type:* DataHcpWaypointApplicationInputVariablesList --- -##### `applicationTemplateName`Required +##### `namespaceId`Required ```typescript -public readonly applicationTemplateName: string; +public readonly namespaceId: string; ``` - *Type:* string --- -##### `inputVariables`Required +##### `organizationId`Required ```typescript -public readonly inputVariables: DataHcpWaypointApplicationInputVariablesList; +public readonly organizationId: string; ``` -- *Type:* DataHcpWaypointApplicationInputVariablesList +- *Type:* string --- -##### `namespaceId`Required +##### `readmeMarkdown`Required ```typescript -public readonly namespaceId: string; +public readonly readmeMarkdown: string; ``` - *Type:* string --- -##### `organizationId`Required +##### `templateId`Required ```typescript -public readonly organizationId: string; +public readonly templateId: string; ``` - *Type:* string --- -##### `readmeMarkdown`Required +##### `templateName`Required ```typescript -public readonly readmeMarkdown: string; +public readonly templateName: string; ``` - *Type:* string @@ -830,7 +830,7 @@ public readonly id: string; The ID of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -847,7 +847,7 @@ public readonly inputVariables: IResolvable | DataHcpWaypointApplicationInputVar Input variables for the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} --- @@ -861,7 +861,7 @@ public readonly name: string; The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} --- @@ -875,7 +875,7 @@ public readonly projectId: string; The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} --- diff --git a/docs/dataHcpWaypointApplicationTemplate.csharp.md b/docs/dataHcpWaypointApplicationTemplate.csharp.md deleted file mode 100644 index f1de2afcd..000000000 --- a/docs/dataHcpWaypointApplicationTemplate.csharp.md +++ /dev/null @@ -1,1912 +0,0 @@ -# `dataHcpWaypointApplicationTemplate` Submodule - -## Constructs - -### DataHcpWaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplate(Construct Scope, string Id, DataHcpWaypointApplicationTemplateConfig Config = null); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Scope | Constructs.Construct | The scope in which to define this construct. | -| Id | string | The scoped construct ID. | -| Config | DataHcpWaypointApplicationTemplateConfig | *No description.* | - ---- - -##### `Scope`Required - -- *Type:* Constructs.Construct - -The scope in which to define this construct. - ---- - -##### `Id`Required - -- *Type:* string - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `Config`Optional - -- *Type:* DataHcpWaypointApplicationTemplateConfig - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ToString | Returns a string representation of this construct. | -| AddOverride | *No description.* | -| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| ToHclTerraform | Adds this resource to the terraform JSON output. | -| ToMetadata | *No description.* | -| ToTerraform | Adds this resource to the terraform JSON output. | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| ResetId | *No description.* | -| ResetName | *No description.* | -| ResetProjectId | *No description.* | - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Returns a string representation of this construct. - -##### `AddOverride` - -```csharp -private void AddOverride(string Path, object Value) -``` - -###### `Path`Required - -- *Type:* string - ---- - -###### `Value`Required - -- *Type:* object - ---- - -##### `OverrideLogicalId` - -```csharp -private void OverrideLogicalId(string NewLogicalId) -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `NewLogicalId`Required - -- *Type:* string - -The new logical ID to use for this stack element. - ---- - -##### `ResetOverrideLogicalId` - -```csharp -private void ResetOverrideLogicalId() -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `ToHclTerraform` - -```csharp -private object ToHclTerraform() -``` - -Adds this resource to the terraform JSON output. - -##### `ToMetadata` - -```csharp -private object ToMetadata() -``` - -##### `ToTerraform` - -```csharp -private object ToTerraform() -``` - -Adds this resource to the terraform JSON output. - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `ResetId` - -```csharp -private void ResetId() -``` - -##### `ResetName` - -```csharp -private void ResetName() -``` - -##### `ResetProjectId` - -```csharp -private void ResetProjectId() -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| IsConstruct | Checks if `x` is a construct. | -| IsTerraformElement | *No description.* | -| IsTerraformDataSource | *No description.* | -| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `IsConstruct` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -DataHcpWaypointApplicationTemplate.IsConstruct(object X); -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `X`Required - -- *Type:* object - -Any object. - ---- - -##### `IsTerraformElement` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -DataHcpWaypointApplicationTemplate.IsTerraformElement(object X); -``` - -###### `X`Required - -- *Type:* object - ---- - -##### `IsTerraformDataSource` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -DataHcpWaypointApplicationTemplate.IsTerraformDataSource(object X); -``` - -###### `X`Required - -- *Type:* object - ---- - -##### `GenerateConfigForImport` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -DataHcpWaypointApplicationTemplate.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); -``` - -Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `Scope`Required - -- *Type:* Constructs.Construct - -The scope in which to define this construct. - ---- - -###### `ImportToId`Required - -- *Type:* string - -The construct id used in the generated config for the DataHcpWaypointApplicationTemplate to import. - ---- - -###### `ImportFromId`Required - -- *Type:* string - -The id of the existing DataHcpWaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `Provider`Optional - -- *Type:* HashiCorp.Cdktf.TerraformProvider - -? Optional instance of the provider where the DataHcpWaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Node | Constructs.Node | The tree node. | -| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | -| Fqn | string | *No description.* | -| FriendlyUniqueId | string | *No description.* | -| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | -| TerraformResourceType | string | *No description.* | -| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| Count | object | *No description.* | -| DependsOn | string[] | *No description.* | -| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | -| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | -| Description | string | *No description.* | -| Labels | string[] | *No description.* | -| OrganizationId | string | *No description.* | -| ReadmeMarkdownTemplate | string | *No description.* | -| Summary | string | *No description.* | -| TerraformCloudWorkspaceDetails | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| TerraformNoCodeModule | DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| VariableOptions | DataHcpWaypointApplicationTemplateVariableOptionsList | *No description.* | -| IdInput | string | *No description.* | -| NameInput | string | *No description.* | -| ProjectIdInput | string | *No description.* | -| Id | string | *No description.* | -| Name | string | *No description.* | -| ProjectId | string | *No description.* | - ---- - -##### `Node`Required - -```csharp -public Node Node { get; } -``` - -- *Type:* Constructs.Node - -The tree node. - ---- - -##### `CdktfStack`Required - -```csharp -public TerraformStack CdktfStack { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformStack - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `FriendlyUniqueId`Required - -```csharp -public string FriendlyUniqueId { get; } -``` - -- *Type:* string - ---- - -##### `TerraformMetaArguments`Required - -```csharp -public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } -``` - -- *Type:* System.Collections.Generic.IDictionary - ---- - -##### `TerraformResourceType`Required - -```csharp -public string TerraformResourceType { get; } -``` - -- *Type:* string - ---- - -##### `TerraformGeneratorMetadata`Optional - -```csharp -public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `Count`Optional - -```csharp -public object Count { get; } -``` - -- *Type:* object - ---- - -##### `DependsOn`Optional - -```csharp -public string[] DependsOn { get; } -``` - -- *Type:* string[] - ---- - -##### `ForEach`Optional - -```csharp -public ITerraformIterator ForEach { get; } -``` - -- *Type:* HashiCorp.Cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```csharp -public TerraformResourceLifecycle Lifecycle { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```csharp -public TerraformProvider Provider { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformProvider - ---- - -##### `Description`Required - -```csharp -public string Description { get; } -``` - -- *Type:* string - ---- - -##### `Labels`Required - -```csharp -public string[] Labels { get; } -``` - -- *Type:* string[] - ---- - -##### `OrganizationId`Required - -```csharp -public string OrganizationId { get; } -``` - -- *Type:* string - ---- - -##### `ReadmeMarkdownTemplate`Required - -```csharp -public string ReadmeMarkdownTemplate { get; } -``` - -- *Type:* string - ---- - -##### `Summary`Required - -```csharp -public string Summary { get; } -``` - -- *Type:* string - ---- - -##### `TerraformCloudWorkspaceDetails`Required - -```csharp -public DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference TerraformCloudWorkspaceDetails { get; } -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `TerraformNoCodeModule`Required - -```csharp -public DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference TerraformNoCodeModule { get; } -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `VariableOptions`Required - -```csharp -public DataHcpWaypointApplicationTemplateVariableOptionsList VariableOptions { get; } -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptionsList - ---- - -##### `IdInput`Optional - -```csharp -public string IdInput { get; } -``` - -- *Type:* string - ---- - -##### `NameInput`Optional - -```csharp -public string NameInput { get; } -``` - -- *Type:* string - ---- - -##### `ProjectIdInput`Optional - -```csharp -public string ProjectIdInput { get; } -``` - -- *Type:* string - ---- - -##### `Id`Required - -```csharp -public string Id { get; } -``` - -- *Type:* string - ---- - -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - -##### `ProjectId`Required - -```csharp -public string ProjectId { get; } -``` - -- *Type:* string - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TfResourceType | string | *No description.* | - ---- - -##### `TfResourceType`Required - -```csharp -public string TfResourceType { get; } -``` - -- *Type:* string - ---- - -## Structs - -### DataHcpWaypointApplicationTemplateConfig - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateConfig { - object Connection = null, - object Count = null, - ITerraformDependable[] DependsOn = null, - ITerraformIterator ForEach = null, - TerraformResourceLifecycle Lifecycle = null, - TerraformProvider Provider = null, - object[] Provisioners = null, - string Id = null, - string Name = null, - string ProjectId = null -}; -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Connection | object | *No description.* | -| Count | object | *No description.* | -| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | -| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | -| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | -| Provisioners | object[] | *No description.* | -| Id | string | The ID of the Application Template. | -| Name | string | The name of the Application Template. | -| ProjectId | string | The ID of the HCP project where the Waypoint Application Template is located. | - ---- - -##### `Connection`Optional - -```csharp -public object Connection { get; set; } -``` - -- *Type:* object - ---- - -##### `Count`Optional - -```csharp -public object Count { get; set; } -``` - -- *Type:* object - ---- - -##### `DependsOn`Optional - -```csharp -public ITerraformDependable[] DependsOn { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.ITerraformDependable[] - ---- - -##### `ForEach`Optional - -```csharp -public ITerraformIterator ForEach { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```csharp -public TerraformResourceLifecycle Lifecycle { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```csharp -public TerraformProvider Provider { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformProvider - ---- - -##### `Provisioners`Optional - -```csharp -public object[] Provisioners { get; set; } -``` - -- *Type:* object[] - ---- - -##### `Id`Optional - -```csharp -public string Id { get; set; } -``` - -- *Type:* string - -The ID of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} - -Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. -If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. - ---- - -##### `Name`Optional - -```csharp -public string Name { get; set; } -``` - -- *Type:* string - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} - ---- - -##### `ProjectId`Optional - -```csharp -public string ProjectId { get; set; } -``` - -- *Type:* string - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} - ---- - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails { - -}; -``` - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateTerraformNoCodeModule { - -}; -``` - - -### DataHcpWaypointApplicationTemplateVariableOptions - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateVariableOptions { - -}; -``` - - -## Classes - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` - -###### `Property`Required - -- *Type:* string - ---- - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| Name | string | *No description.* | -| TerraformProjectId | string | *No description.* | -| InternalValue | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - -##### `TerraformProjectId`Required - -```csharp -public string TerraformProjectId { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails InternalValue { get; } -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` - -###### `Property`Required - -- *Type:* string - ---- - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| Source | string | *No description.* | -| Version | string | *No description.* | -| InternalValue | DataHcpWaypointApplicationTemplateTerraformNoCodeModule | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `Source`Required - -```csharp -public string Source { get; } -``` - -- *Type:* string - ---- - -##### `Version`Required - -```csharp -public string Version { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public DataHcpWaypointApplicationTemplateTerraformNoCodeModule InternalValue { get; } -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModule - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateVariableOptionsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `WrapsSet`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```csharp -private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `MapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```csharp -private DataHcpWaypointApplicationTemplateVariableOptionsOutputReference Get(double Index) -``` - -###### `Index`Required - -- *Type:* double - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new DataHcpWaypointApplicationTemplateVariableOptionsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| ComplexObjectIndex | double | the index of this item in the list. | -| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `ComplexObjectIndex`Required - -- *Type:* double - -the index of this item in the list. - ---- - -##### `ComplexObjectIsFromSet`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` - -###### `Property`Required - -- *Type:* string - ---- - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| Name | string | *No description.* | -| Options | string[] | *No description.* | -| UserEditable | HashiCorp.Cdktf.IResolvable | *No description.* | -| VariableType | string | *No description.* | -| InternalValue | DataHcpWaypointApplicationTemplateVariableOptions | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - -##### `Options`Required - -```csharp -public string[] Options { get; } -``` - -- *Type:* string[] - ---- - -##### `UserEditable`Required - -```csharp -public IResolvable UserEditable { get; } -``` - -- *Type:* HashiCorp.Cdktf.IResolvable - ---- - -##### `VariableType`Required - -```csharp -public string VariableType { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public DataHcpWaypointApplicationTemplateVariableOptions InternalValue { get; } -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptions - ---- - - - diff --git a/docs/dataHcpWaypointApplicationTemplate.go.md b/docs/dataHcpWaypointApplicationTemplate.go.md deleted file mode 100644 index 14e188803..000000000 --- a/docs/dataHcpWaypointApplicationTemplate.go.md +++ /dev/null @@ -1,1912 +0,0 @@ -# `dataHcpWaypointApplicationTemplate` Submodule - -## Constructs - -### DataHcpWaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.NewDataHcpWaypointApplicationTemplate(scope Construct, id *string, config DataHcpWaypointApplicationTemplateConfig) DataHcpWaypointApplicationTemplate -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | -| id | *string | The scoped construct ID. | -| config | DataHcpWaypointApplicationTemplateConfig | *No description.* | - ---- - -##### `scope`Required - -- *Type:* github.com/aws/constructs-go/constructs/v10.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* *string - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `config`Optional - -- *Type:* DataHcpWaypointApplicationTemplateConfig - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ToString | Returns a string representation of this construct. | -| AddOverride | *No description.* | -| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| ToHclTerraform | Adds this resource to the terraform JSON output. | -| ToMetadata | *No description.* | -| ToTerraform | Adds this resource to the terraform JSON output. | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| ResetId | *No description.* | -| ResetName | *No description.* | -| ResetProjectId | *No description.* | - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Returns a string representation of this construct. - -##### `AddOverride` - -```go -func AddOverride(path *string, value interface{}) -``` - -###### `path`Required - -- *Type:* *string - ---- - -###### `value`Required - -- *Type:* interface{} - ---- - -##### `OverrideLogicalId` - -```go -func OverrideLogicalId(newLogicalId *string) -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `newLogicalId`Required - -- *Type:* *string - -The new logical ID to use for this stack element. - ---- - -##### `ResetOverrideLogicalId` - -```go -func ResetOverrideLogicalId() -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `ToHclTerraform` - -```go -func ToHclTerraform() interface{} -``` - -Adds this resource to the terraform JSON output. - -##### `ToMetadata` - -```go -func ToMetadata() interface{} -``` - -##### `ToTerraform` - -```go -func ToTerraform() interface{} -``` - -Adds this resource to the terraform JSON output. - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `ResetId` - -```go -func ResetId() -``` - -##### `ResetName` - -```go -func ResetName() -``` - -##### `ResetProjectId` - -```go -func ResetProjectId() -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| IsConstruct | Checks if `x` is a construct. | -| IsTerraformElement | *No description.* | -| IsTerraformDataSource | *No description.* | -| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `IsConstruct` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplate_IsConstruct(x interface{}) *bool -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* interface{} - -Any object. - ---- - -##### `IsTerraformElement` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplate_IsTerraformElement(x interface{}) *bool -``` - -###### `x`Required - -- *Type:* interface{} - ---- - -##### `IsTerraformDataSource` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplate_IsTerraformDataSource(x interface{}) *bool -``` - -###### `x`Required - -- *Type:* interface{} - ---- - -##### `GenerateConfigForImport` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource -``` - -Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* github.com/aws/constructs-go/constructs/v10.Construct - -The scope in which to define this construct. - ---- - -###### `importToId`Required - -- *Type:* *string - -The construct id used in the generated config for the DataHcpWaypointApplicationTemplate to import. - ---- - -###### `importFromId`Required - -- *Type:* *string - -The id of the existing DataHcpWaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider - -? Optional instance of the provider where the DataHcpWaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | -| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | -| Fqn | *string | *No description.* | -| FriendlyUniqueId | *string | *No description.* | -| TerraformMetaArguments | *map[string]interface{} | *No description.* | -| TerraformResourceType | *string | *No description.* | -| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| Count | interface{} | *No description.* | -| DependsOn | *[]*string | *No description.* | -| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | -| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | -| Description | *string | *No description.* | -| Labels | *[]*string | *No description.* | -| OrganizationId | *string | *No description.* | -| ReadmeMarkdownTemplate | *string | *No description.* | -| Summary | *string | *No description.* | -| TerraformCloudWorkspaceDetails | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| TerraformNoCodeModule | DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| VariableOptions | DataHcpWaypointApplicationTemplateVariableOptionsList | *No description.* | -| IdInput | *string | *No description.* | -| NameInput | *string | *No description.* | -| ProjectIdInput | *string | *No description.* | -| Id | *string | *No description.* | -| Name | *string | *No description.* | -| ProjectId | *string | *No description.* | - ---- - -##### `Node`Required - -```go -func Node() Node -``` - -- *Type:* github.com/aws/constructs-go/constructs/v10.Node - -The tree node. - ---- - -##### `CdktfStack`Required - -```go -func CdktfStack() TerraformStack -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `FriendlyUniqueId`Required - -```go -func FriendlyUniqueId() *string -``` - -- *Type:* *string - ---- - -##### `TerraformMetaArguments`Required - -```go -func TerraformMetaArguments() *map[string]interface{} -``` - -- *Type:* *map[string]interface{} - ---- - -##### `TerraformResourceType`Required - -```go -func TerraformResourceType() *string -``` - -- *Type:* *string - ---- - -##### `TerraformGeneratorMetadata`Optional - -```go -func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `Count`Optional - -```go -func Count() interface{} -``` - -- *Type:* interface{} - ---- - -##### `DependsOn`Optional - -```go -func DependsOn() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `ForEach`Optional - -```go -func ForEach() ITerraformIterator -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```go -func Lifecycle() TerraformResourceLifecycle -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```go -func Provider() TerraformProvider -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider - ---- - -##### `Description`Required - -```go -func Description() *string -``` - -- *Type:* *string - ---- - -##### `Labels`Required - -```go -func Labels() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `OrganizationId`Required - -```go -func OrganizationId() *string -``` - -- *Type:* *string - ---- - -##### `ReadmeMarkdownTemplate`Required - -```go -func ReadmeMarkdownTemplate() *string -``` - -- *Type:* *string - ---- - -##### `Summary`Required - -```go -func Summary() *string -``` - -- *Type:* *string - ---- - -##### `TerraformCloudWorkspaceDetails`Required - -```go -func TerraformCloudWorkspaceDetails() DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `TerraformNoCodeModule`Required - -```go -func TerraformNoCodeModule() DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `VariableOptions`Required - -```go -func VariableOptions() DataHcpWaypointApplicationTemplateVariableOptionsList -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptionsList - ---- - -##### `IdInput`Optional - -```go -func IdInput() *string -``` - -- *Type:* *string - ---- - -##### `NameInput`Optional - -```go -func NameInput() *string -``` - -- *Type:* *string - ---- - -##### `ProjectIdInput`Optional - -```go -func ProjectIdInput() *string -``` - -- *Type:* *string - ---- - -##### `Id`Required - -```go -func Id() *string -``` - -- *Type:* *string - ---- - -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - -##### `ProjectId`Required - -```go -func ProjectId() *string -``` - -- *Type:* *string - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TfResourceType | *string | *No description.* | - ---- - -##### `TfResourceType`Required - -```go -func TfResourceType() *string -``` - -- *Type:* *string - ---- - -## Structs - -### DataHcpWaypointApplicationTemplateConfig - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -&datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplateConfig { - Connection: interface{}, - Count: interface{}, - DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, - ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, - Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, - Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, - Provisioners: *[]interface{}, - Id: *string, - Name: *string, - ProjectId: *string, -} -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Connection | interface{} | *No description.* | -| Count | interface{} | *No description.* | -| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | -| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | -| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | -| Provisioners | *[]interface{} | *No description.* | -| Id | *string | The ID of the Application Template. | -| Name | *string | The name of the Application Template. | -| ProjectId | *string | The ID of the HCP project where the Waypoint Application Template is located. | - ---- - -##### `Connection`Optional - -```go -Connection interface{} -``` - -- *Type:* interface{} - ---- - -##### `Count`Optional - -```go -Count interface{} -``` - -- *Type:* interface{} - ---- - -##### `DependsOn`Optional - -```go -DependsOn *[]ITerraformDependable -``` - -- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable - ---- - -##### `ForEach`Optional - -```go -ForEach ITerraformIterator -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```go -Lifecycle TerraformResourceLifecycle -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```go -Provider TerraformProvider -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider - ---- - -##### `Provisioners`Optional - -```go -Provisioners *[]interface{} -``` - -- *Type:* *[]interface{} - ---- - -##### `Id`Optional - -```go -Id *string -``` - -- *Type:* *string - -The ID of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} - -Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. -If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. - ---- - -##### `Name`Optional - -```go -Name *string -``` - -- *Type:* *string - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} - ---- - -##### `ProjectId`Optional - -```go -ProjectId *string -``` - -- *Type:* *string - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} - ---- - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -&datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails { - -} -``` - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -&datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplateTerraformNoCodeModule { - -} -``` - - -### DataHcpWaypointApplicationTemplateVariableOptions - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -&datahcpwaypointapplicationtemplate.DataHcpWaypointApplicationTemplateVariableOptions { - -} -``` - - -## Classes - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.NewDataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(property *string) IResolvable -``` - -###### `property`Required - -- *Type:* *string - ---- - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| Name | *string | *No description.* | -| TerraformProjectId | *string | *No description.* | -| InternalValue | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - -##### `TerraformProjectId`Required - -```go -func TerraformProjectId() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.NewDataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(property *string) IResolvable -``` - -###### `property`Required - -- *Type:* *string - ---- - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| Source | *string | *No description.* | -| Version | *string | *No description.* | -| InternalValue | DataHcpWaypointApplicationTemplateTerraformNoCodeModule | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `Source`Required - -```go -func Source() *string -``` - -- *Type:* *string - ---- - -##### `Version`Required - -```go -func Version() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() DataHcpWaypointApplicationTemplateTerraformNoCodeModule -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModule - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.NewDataHcpWaypointApplicationTemplateVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpWaypointApplicationTemplateVariableOptionsList -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* *bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```go -func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* *string - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```go -func Get(index *f64) DataHcpWaypointApplicationTemplateVariableOptionsOutputReference -``` - -###### `index`Required - -- *Type:* *f64 - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpwaypointapplicationtemplate" - -datahcpwaypointapplicationtemplate.NewDataHcpWaypointApplicationTemplateVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpWaypointApplicationTemplateVariableOptionsOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | *f64 | the index of this item in the list. | -| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* *f64 - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* *bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(property *string) IResolvable -``` - -###### `property`Required - -- *Type:* *string - ---- - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| Name | *string | *No description.* | -| Options | *[]*string | *No description.* | -| UserEditable | github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable | *No description.* | -| VariableType | *string | *No description.* | -| InternalValue | DataHcpWaypointApplicationTemplateVariableOptions | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - -##### `Options`Required - -```go -func Options() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `UserEditable`Required - -```go -func UserEditable() IResolvable -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable - ---- - -##### `VariableType`Required - -```go -func VariableType() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() DataHcpWaypointApplicationTemplateVariableOptions -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptions - ---- - - - diff --git a/docs/dataHcpWaypointApplicationTemplate.java.md b/docs/dataHcpWaypointApplicationTemplate.java.md deleted file mode 100644 index bab46df8e..000000000 --- a/docs/dataHcpWaypointApplicationTemplate.java.md +++ /dev/null @@ -1,2006 +0,0 @@ -# `dataHcpWaypointApplicationTemplate` Submodule - -## Constructs - -### DataHcpWaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplate; - -DataHcpWaypointApplicationTemplate.Builder.create(Construct scope, java.lang.String id) -// .connection(SSHProvisionerConnection) -// .connection(WinrmProvisionerConnection) -// .count(java.lang.Number) -// .count(TerraformCount) -// .dependsOn(java.util.List) -// .forEach(ITerraformIterator) -// .lifecycle(TerraformResourceLifecycle) -// .provider(TerraformProvider) -// .provisioners(java.util.List) -// .id(java.lang.String) -// .name(java.lang.String) -// .projectId(java.lang.String) - .build(); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | software.constructs.Construct | The scope in which to define this construct. | -| id | java.lang.String | The scoped construct ID. | -| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | -| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | -| dependsOn | java.util.List | *No description.* | -| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | -| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | -| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| provisioners | java.util.List | *No description.* | -| id | java.lang.String | The ID of the Application Template. | -| name | java.lang.String | The name of the Application Template. | -| projectId | java.lang.String | The ID of the HCP project where the Waypoint Application Template is located. | - ---- - -##### `scope`Required - -- *Type:* software.constructs.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* java.lang.String - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `connection`Optional - -- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -- *Type:* java.util.List - ---- - -##### `forEach`Optional - -- *Type:* com.hashicorp.cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -- *Type:* com.hashicorp.cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -- *Type:* java.util.List - ---- - -##### `id`Optional - -- *Type:* java.lang.String - -The ID of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} - -Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. -If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. - ---- - -##### `name`Optional - -- *Type:* java.lang.String - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} - ---- - -##### `projectId`Optional - -- *Type:* java.lang.String - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| toString | Returns a string representation of this construct. | -| addOverride | *No description.* | -| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| toHclTerraform | Adds this resource to the terraform JSON output. | -| toMetadata | *No description.* | -| toTerraform | Adds this resource to the terraform JSON output. | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resetId | *No description.* | -| resetName | *No description.* | -| resetProjectId | *No description.* | - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Returns a string representation of this construct. - -##### `addOverride` - -```java -public void addOverride(java.lang.String path, java.lang.Object value) -``` - -###### `path`Required - -- *Type:* java.lang.String - ---- - -###### `value`Required - -- *Type:* java.lang.Object - ---- - -##### `overrideLogicalId` - -```java -public void overrideLogicalId(java.lang.String newLogicalId) -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `newLogicalId`Required - -- *Type:* java.lang.String - -The new logical ID to use for this stack element. - ---- - -##### `resetOverrideLogicalId` - -```java -public void resetOverrideLogicalId() -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `toHclTerraform` - -```java -public java.lang.Object toHclTerraform() -``` - -Adds this resource to the terraform JSON output. - -##### `toMetadata` - -```java -public java.lang.Object toMetadata() -``` - -##### `toTerraform` - -```java -public java.lang.Object toTerraform() -``` - -Adds this resource to the terraform JSON output. - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `resetId` - -```java -public void resetId() -``` - -##### `resetName` - -```java -public void resetName() -``` - -##### `resetProjectId` - -```java -public void resetProjectId() -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| isConstruct | Checks if `x` is a construct. | -| isTerraformElement | *No description.* | -| isTerraformDataSource | *No description.* | -| generateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `isConstruct` - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplate; - -DataHcpWaypointApplicationTemplate.isConstruct(java.lang.Object x) -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* java.lang.Object - -Any object. - ---- - -##### `isTerraformElement` - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplate; - -DataHcpWaypointApplicationTemplate.isTerraformElement(java.lang.Object x) -``` - -###### `x`Required - -- *Type:* java.lang.Object - ---- - -##### `isTerraformDataSource` - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplate; - -DataHcpWaypointApplicationTemplate.isTerraformDataSource(java.lang.Object x) -``` - -###### `x`Required - -- *Type:* java.lang.Object - ---- - -##### `generateConfigForImport` - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplate; - -DataHcpWaypointApplicationTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataHcpWaypointApplicationTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) -``` - -Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* software.constructs.Construct - -The scope in which to define this construct. - ---- - -###### `importToId`Required - -- *Type:* java.lang.String - -The construct id used in the generated config for the DataHcpWaypointApplicationTemplate to import. - ---- - -###### `importFromId`Required - -- *Type:* java.lang.String - -The id of the existing DataHcpWaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* com.hashicorp.cdktf.TerraformProvider - -? Optional instance of the provider where the DataHcpWaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| node | software.constructs.Node | The tree node. | -| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | -| fqn | java.lang.String | *No description.* | -| friendlyUniqueId | java.lang.String | *No description.* | -| terraformMetaArguments | java.util.Map | *No description.* | -| terraformResourceType | java.lang.String | *No description.* | -| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | -| dependsOn | java.util.List | *No description.* | -| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | -| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | -| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| description | java.lang.String | *No description.* | -| labels | java.util.List | *No description.* | -| organizationId | java.lang.String | *No description.* | -| readmeMarkdownTemplate | java.lang.String | *No description.* | -| summary | java.lang.String | *No description.* | -| terraformCloudWorkspaceDetails | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| terraformNoCodeModule | DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| variableOptions | DataHcpWaypointApplicationTemplateVariableOptionsList | *No description.* | -| idInput | java.lang.String | *No description.* | -| nameInput | java.lang.String | *No description.* | -| projectIdInput | java.lang.String | *No description.* | -| id | java.lang.String | *No description.* | -| name | java.lang.String | *No description.* | -| projectId | java.lang.String | *No description.* | - ---- - -##### `node`Required - -```java -public Node getNode(); -``` - -- *Type:* software.constructs.Node - -The tree node. - ---- - -##### `cdktfStack`Required - -```java -public TerraformStack getCdktfStack(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformStack - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `friendlyUniqueId`Required - -```java -public java.lang.String getFriendlyUniqueId(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformMetaArguments`Required - -```java -public java.util.Map getTerraformMetaArguments(); -``` - -- *Type:* java.util.Map - ---- - -##### `terraformResourceType`Required - -```java -public java.lang.String getTerraformResourceType(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformGeneratorMetadata`Optional - -```java -public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `count`Optional - -```java -public java.lang.Object getCount(); -``` - -- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```java -public java.util.List getDependsOn(); -``` - -- *Type:* java.util.List - ---- - -##### `forEach`Optional - -```java -public ITerraformIterator getForEach(); -``` - -- *Type:* com.hashicorp.cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```java -public TerraformResourceLifecycle getLifecycle(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```java -public TerraformProvider getProvider(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformProvider - ---- - -##### `description`Required - -```java -public java.lang.String getDescription(); -``` - -- *Type:* java.lang.String - ---- - -##### `labels`Required - -```java -public java.util.List getLabels(); -``` - -- *Type:* java.util.List - ---- - -##### `organizationId`Required - -```java -public java.lang.String getOrganizationId(); -``` - -- *Type:* java.lang.String - ---- - -##### `readmeMarkdownTemplate`Required - -```java -public java.lang.String getReadmeMarkdownTemplate(); -``` - -- *Type:* java.lang.String - ---- - -##### `summary`Required - -```java -public java.lang.String getSummary(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformCloudWorkspaceDetails`Required - -```java -public DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference getTerraformCloudWorkspaceDetails(); -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `terraformNoCodeModule`Required - -```java -public DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference getTerraformNoCodeModule(); -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `variableOptions`Required - -```java -public DataHcpWaypointApplicationTemplateVariableOptionsList getVariableOptions(); -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptionsList - ---- - -##### `idInput`Optional - -```java -public java.lang.String getIdInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `nameInput`Optional - -```java -public java.lang.String getNameInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `projectIdInput`Optional - -```java -public java.lang.String getProjectIdInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `id`Required - -```java -public java.lang.String getId(); -``` - -- *Type:* java.lang.String - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - -##### `projectId`Required - -```java -public java.lang.String getProjectId(); -``` - -- *Type:* java.lang.String - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| tfResourceType | java.lang.String | *No description.* | - ---- - -##### `tfResourceType`Required - -```java -public java.lang.String getTfResourceType(); -``` - -- *Type:* java.lang.String - ---- - -## Structs - -### DataHcpWaypointApplicationTemplateConfig - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateConfig; - -DataHcpWaypointApplicationTemplateConfig.builder() -// .connection(SSHProvisionerConnection) -// .connection(WinrmProvisionerConnection) -// .count(java.lang.Number) -// .count(TerraformCount) -// .dependsOn(java.util.List) -// .forEach(ITerraformIterator) -// .lifecycle(TerraformResourceLifecycle) -// .provider(TerraformProvider) -// .provisioners(java.util.List) -// .id(java.lang.String) -// .name(java.lang.String) -// .projectId(java.lang.String) - .build(); -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | -| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | -| dependsOn | java.util.List | *No description.* | -| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | -| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | -| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| provisioners | java.util.List | *No description.* | -| id | java.lang.String | The ID of the Application Template. | -| name | java.lang.String | The name of the Application Template. | -| projectId | java.lang.String | The ID of the HCP project where the Waypoint Application Template is located. | - ---- - -##### `connection`Optional - -```java -public java.lang.Object getConnection(); -``` - -- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -```java -public java.lang.Object getCount(); -``` - -- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```java -public java.util.List getDependsOn(); -``` - -- *Type:* java.util.List - ---- - -##### `forEach`Optional - -```java -public ITerraformIterator getForEach(); -``` - -- *Type:* com.hashicorp.cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```java -public TerraformResourceLifecycle getLifecycle(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```java -public TerraformProvider getProvider(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```java -public java.lang.Object getProvisioners(); -``` - -- *Type:* java.util.List - ---- - -##### `id`Optional - -```java -public java.lang.String getId(); -``` - -- *Type:* java.lang.String - -The ID of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} - -Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. -If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. - ---- - -##### `name`Optional - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} - ---- - -##### `projectId`Optional - -```java -public java.lang.String getProjectId(); -``` - -- *Type:* java.lang.String - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} - ---- - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails; - -DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails.builder() - .build(); -``` - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateTerraformNoCodeModule; - -DataHcpWaypointApplicationTemplateTerraformNoCodeModule.builder() - .build(); -``` - - -### DataHcpWaypointApplicationTemplateVariableOptions - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateVariableOptions; - -DataHcpWaypointApplicationTemplateVariableOptions.builder() - .build(); -``` - - -## Classes - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference; - -new DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` - -###### `property`Required - -- *Type:* java.lang.String - ---- - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| name | java.lang.String | *No description.* | -| terraformProjectId | java.lang.String | *No description.* | -| internalValue | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformProjectId`Required - -```java -public java.lang.String getTerraformProjectId(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails getInternalValue(); -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference; - -new DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` - -###### `property`Required - -- *Type:* java.lang.String - ---- - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| source | java.lang.String | *No description.* | -| version | java.lang.String | *No description.* | -| internalValue | DataHcpWaypointApplicationTemplateTerraformNoCodeModule | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `source`Required - -```java -public java.lang.String getSource(); -``` - -- *Type:* java.lang.String - ---- - -##### `version`Required - -```java -public java.lang.String getVersion(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public DataHcpWaypointApplicationTemplateTerraformNoCodeModule getInternalValue(); -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModule - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateVariableOptionsList; - -new DataHcpWaypointApplicationTemplateVariableOptionsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* java.lang.Boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```java -public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* java.lang.String - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```java -public DataHcpWaypointApplicationTemplateVariableOptionsOutputReference get(java.lang.Number index) -``` - -###### `index`Required - -- *Type:* java.lang.Number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_application_template.DataHcpWaypointApplicationTemplateVariableOptionsOutputReference; - -new DataHcpWaypointApplicationTemplateVariableOptionsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | java.lang.Number | the index of this item in the list. | -| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* java.lang.Number - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* java.lang.Boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` - -###### `property`Required - -- *Type:* java.lang.String - ---- - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| name | java.lang.String | *No description.* | -| options | java.util.List | *No description.* | -| userEditable | com.hashicorp.cdktf.IResolvable | *No description.* | -| variableType | java.lang.String | *No description.* | -| internalValue | DataHcpWaypointApplicationTemplateVariableOptions | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - -##### `options`Required - -```java -public java.util.List getOptions(); -``` - -- *Type:* java.util.List - ---- - -##### `userEditable`Required - -```java -public IResolvable getUserEditable(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable - ---- - -##### `variableType`Required - -```java -public java.lang.String getVariableType(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public DataHcpWaypointApplicationTemplateVariableOptions getInternalValue(); -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptions - ---- - - - diff --git a/docs/dataHcpWaypointApplicationTemplate.python.md b/docs/dataHcpWaypointApplicationTemplate.python.md deleted file mode 100644 index f8f6c9240..000000000 --- a/docs/dataHcpWaypointApplicationTemplate.python.md +++ /dev/null @@ -1,2120 +0,0 @@ -# `dataHcpWaypointApplicationTemplate` Submodule - -## Constructs - -### DataHcpWaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate( - scope: Construct, - id: str, - connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, - count: typing.Union[typing.Union[int, float], TerraformCount] = None, - depends_on: typing.List[ITerraformDependable] = None, - for_each: ITerraformIterator = None, - lifecycle: TerraformResourceLifecycle = None, - provider: TerraformProvider = None, - provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, - id: str = None, - name: str = None, - project_id: str = None -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | constructs.Construct | The scope in which to define this construct. | -| id | str | The scoped construct ID. | -| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | -| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | -| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | -| for_each | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | The ID of the Application Template. | -| name | str | The name of the Application Template. | -| project_id | str | The ID of the HCP project where the Waypoint Application Template is located. | - ---- - -##### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* str - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `connection`Optional - -- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] - ---- - -##### `count`Optional - -- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] - ---- - -##### `depends_on`Optional - -- *Type:* typing.List[cdktf.ITerraformDependable] - ---- - -##### `for_each`Optional - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] - ---- - -##### `id`Optional - -- *Type:* str - -The ID of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} - -Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. -If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. - ---- - -##### `name`Optional - -- *Type:* str - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} - ---- - -##### `project_id`Optional - -- *Type:* str - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| to_string | Returns a string representation of this construct. | -| add_override | *No description.* | -| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | -| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | -| to_hcl_terraform | Adds this resource to the terraform JSON output. | -| to_metadata | *No description.* | -| to_terraform | Adds this resource to the terraform JSON output. | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| reset_id | *No description.* | -| reset_name | *No description.* | -| reset_project_id | *No description.* | - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Returns a string representation of this construct. - -##### `add_override` - -```python -def add_override( - path: str, - value: typing.Any -) -> None -``` - -###### `path`Required - -- *Type:* str - ---- - -###### `value`Required - -- *Type:* typing.Any - ---- - -##### `override_logical_id` - -```python -def override_logical_id( - new_logical_id: str -) -> None -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `new_logical_id`Required - -- *Type:* str - -The new logical ID to use for this stack element. - ---- - -##### `reset_override_logical_id` - -```python -def reset_override_logical_id() -> None -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `to_hcl_terraform` - -```python -def to_hcl_terraform() -> typing.Any -``` - -Adds this resource to the terraform JSON output. - -##### `to_metadata` - -```python -def to_metadata() -> typing.Any -``` - -##### `to_terraform` - -```python -def to_terraform() -> typing.Any -``` - -Adds this resource to the terraform JSON output. - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `reset_id` - -```python -def reset_id() -> None -``` - -##### `reset_name` - -```python -def reset_name() -> None -``` - -##### `reset_project_id` - -```python -def reset_project_id() -> None -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| is_construct | Checks if `x` is a construct. | -| is_terraform_element | *No description.* | -| is_terraform_data_source | *No description.* | -| generate_config_for_import | Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `is_construct` - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.is_construct( - x: typing.Any -) -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* typing.Any - -Any object. - ---- - -##### `is_terraform_element` - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.is_terraform_element( - x: typing.Any -) -``` - -###### `x`Required - -- *Type:* typing.Any - ---- - -##### `is_terraform_data_source` - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.is_terraform_data_source( - x: typing.Any -) -``` - -###### `x`Required - -- *Type:* typing.Any - ---- - -##### `generate_config_for_import` - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.generate_config_for_import( - scope: Construct, - import_to_id: str, - import_from_id: str, - provider: TerraformProvider = None -) -``` - -Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -###### `import_to_id`Required - -- *Type:* str - -The construct id used in the generated config for the DataHcpWaypointApplicationTemplate to import. - ---- - -###### `import_from_id`Required - -- *Type:* str - -The id of the existing DataHcpWaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* cdktf.TerraformProvider - -? Optional instance of the provider where the DataHcpWaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| node | constructs.Node | The tree node. | -| cdktf_stack | cdktf.TerraformStack | *No description.* | -| fqn | str | *No description.* | -| friendly_unique_id | str | *No description.* | -| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | -| terraform_resource_type | str | *No description.* | -| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | -| depends_on | typing.List[str] | *No description.* | -| for_each | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| description | str | *No description.* | -| labels | typing.List[str] | *No description.* | -| organization_id | str | *No description.* | -| readme_markdown_template | str | *No description.* | -| summary | str | *No description.* | -| terraform_cloud_workspace_details | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| terraform_no_code_module | DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| variable_options | DataHcpWaypointApplicationTemplateVariableOptionsList | *No description.* | -| id_input | str | *No description.* | -| name_input | str | *No description.* | -| project_id_input | str | *No description.* | -| id | str | *No description.* | -| name | str | *No description.* | -| project_id | str | *No description.* | - ---- - -##### `node`Required - -```python -node: Node -``` - -- *Type:* constructs.Node - -The tree node. - ---- - -##### `cdktf_stack`Required - -```python -cdktf_stack: TerraformStack -``` - -- *Type:* cdktf.TerraformStack - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `friendly_unique_id`Required - -```python -friendly_unique_id: str -``` - -- *Type:* str - ---- - -##### `terraform_meta_arguments`Required - -```python -terraform_meta_arguments: typing.Mapping[typing.Any] -``` - -- *Type:* typing.Mapping[typing.Any] - ---- - -##### `terraform_resource_type`Required - -```python -terraform_resource_type: str -``` - -- *Type:* str - ---- - -##### `terraform_generator_metadata`Optional - -```python -terraform_generator_metadata: TerraformProviderGeneratorMetadata -``` - -- *Type:* cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `count`Optional - -```python -count: typing.Union[typing.Union[int, float], TerraformCount] -``` - -- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] - ---- - -##### `depends_on`Optional - -```python -depends_on: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `for_each`Optional - -```python -for_each: ITerraformIterator -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```python -lifecycle: TerraformResourceLifecycle -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```python -provider: TerraformProvider -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `description`Required - -```python -description: str -``` - -- *Type:* str - ---- - -##### `labels`Required - -```python -labels: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `organization_id`Required - -```python -organization_id: str -``` - -- *Type:* str - ---- - -##### `readme_markdown_template`Required - -```python -readme_markdown_template: str -``` - -- *Type:* str - ---- - -##### `summary`Required - -```python -summary: str -``` - -- *Type:* str - ---- - -##### `terraform_cloud_workspace_details`Required - -```python -terraform_cloud_workspace_details: DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `terraform_no_code_module`Required - -```python -terraform_no_code_module: DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `variable_options`Required - -```python -variable_options: DataHcpWaypointApplicationTemplateVariableOptionsList -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptionsList - ---- - -##### `id_input`Optional - -```python -id_input: str -``` - -- *Type:* str - ---- - -##### `name_input`Optional - -```python -name_input: str -``` - -- *Type:* str - ---- - -##### `project_id_input`Optional - -```python -project_id_input: str -``` - -- *Type:* str - ---- - -##### `id`Required - -```python -id: str -``` - -- *Type:* str - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - -##### `project_id`Required - -```python -project_id: str -``` - -- *Type:* str - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| tfResourceType | str | *No description.* | - ---- - -##### `tfResourceType`Required - -```python -tfResourceType: str -``` - -- *Type:* str - ---- - -## Structs - -### DataHcpWaypointApplicationTemplateConfig - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateConfig( - connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, - count: typing.Union[typing.Union[int, float], TerraformCount] = None, - depends_on: typing.List[ITerraformDependable] = None, - for_each: ITerraformIterator = None, - lifecycle: TerraformResourceLifecycle = None, - provider: TerraformProvider = None, - provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, - id: str = None, - name: str = None, - project_id: str = None -) -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | -| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | -| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | -| for_each | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | The ID of the Application Template. | -| name | str | The name of the Application Template. | -| project_id | str | The ID of the HCP project where the Waypoint Application Template is located. | - ---- - -##### `connection`Optional - -```python -connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] -``` - -- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] - ---- - -##### `count`Optional - -```python -count: typing.Union[typing.Union[int, float], TerraformCount] -``` - -- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] - ---- - -##### `depends_on`Optional - -```python -depends_on: typing.List[ITerraformDependable] -``` - -- *Type:* typing.List[cdktf.ITerraformDependable] - ---- - -##### `for_each`Optional - -```python -for_each: ITerraformIterator -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```python -lifecycle: TerraformResourceLifecycle -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```python -provider: TerraformProvider -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```python -provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] -``` - -- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] - ---- - -##### `id`Optional - -```python -id: str -``` - -- *Type:* str - -The ID of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} - -Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. -If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. - ---- - -##### `name`Optional - -```python -name: str -``` - -- *Type:* str - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} - ---- - -##### `project_id`Optional - -```python -project_id: str -``` - -- *Type:* str - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} - ---- - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails() -``` - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformNoCodeModule() -``` - - -### DataHcpWaypointApplicationTemplateVariableOptions - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateVariableOptions() -``` - - -## Classes - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| name | str | *No description.* | -| terraform_project_id | str | *No description.* | -| internal_value | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - -##### `terraform_project_id`Required - -```python -terraform_project_id: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| source | str | *No description.* | -| version | str | *No description.* | -| internal_value | DataHcpWaypointApplicationTemplateTerraformNoCodeModule | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `source`Required - -```python -source: str -``` - -- *Type:* str - ---- - -##### `version`Required - -```python -version: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: DataHcpWaypointApplicationTemplateTerraformNoCodeModule -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModule - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateVariableOptionsList( - terraform_resource: IInterpolatingParent, - terraform_attribute: str, - wraps_set: bool -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | -| wraps_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -##### `wraps_set`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| all_with_map_key | Creating an iterator for this complex list. | -| compute_fqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `all_with_map_key` - -```python -def all_with_map_key( - map_key_attribute_name: str -) -> DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `map_key_attribute_name`Required - -- *Type:* str - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```python -def get( - index: typing.Union[int, float] -) -> DataHcpWaypointApplicationTemplateVariableOptionsOutputReference -``` - -###### `index`Required - -- *Type:* typing.Union[int, float] - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import data_hcp_waypoint_application_template - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateVariableOptionsOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str, - complex_object_index: typing.Union[int, float], - complex_object_is_from_set: bool -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | -| complex_object_index | typing.Union[int, float] | the index of this item in the list. | -| complex_object_is_from_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -##### `complex_object_index`Required - -- *Type:* typing.Union[int, float] - -the index of this item in the list. - ---- - -##### `complex_object_is_from_set`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| name | str | *No description.* | -| options | typing.List[str] | *No description.* | -| user_editable | cdktf.IResolvable | *No description.* | -| variable_type | str | *No description.* | -| internal_value | DataHcpWaypointApplicationTemplateVariableOptions | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - -##### `options`Required - -```python -options: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `user_editable`Required - -```python -user_editable: IResolvable -``` - -- *Type:* cdktf.IResolvable - ---- - -##### `variable_type`Required - -```python -variable_type: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: DataHcpWaypointApplicationTemplateVariableOptions -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptions - ---- - - - diff --git a/docs/dataHcpWaypointApplicationTemplate.typescript.md b/docs/dataHcpWaypointApplicationTemplate.typescript.md deleted file mode 100644 index 314f8a622..000000000 --- a/docs/dataHcpWaypointApplicationTemplate.typescript.md +++ /dev/null @@ -1,1895 +0,0 @@ -# `dataHcpWaypointApplicationTemplate` Submodule - -## Constructs - -### DataHcpWaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -new dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate(scope: Construct, id: string, config?: DataHcpWaypointApplicationTemplateConfig) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | constructs.Construct | The scope in which to define this construct. | -| id | string | The scoped construct ID. | -| config | DataHcpWaypointApplicationTemplateConfig | *No description.* | - ---- - -##### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* string - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `config`Optional - -- *Type:* DataHcpWaypointApplicationTemplateConfig - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| toString | Returns a string representation of this construct. | -| addOverride | *No description.* | -| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| toHclTerraform | Adds this resource to the terraform JSON output. | -| toMetadata | *No description.* | -| toTerraform | Adds this resource to the terraform JSON output. | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resetId | *No description.* | -| resetName | *No description.* | -| resetProjectId | *No description.* | - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Returns a string representation of this construct. - -##### `addOverride` - -```typescript -public addOverride(path: string, value: any): void -``` - -###### `path`Required - -- *Type:* string - ---- - -###### `value`Required - -- *Type:* any - ---- - -##### `overrideLogicalId` - -```typescript -public overrideLogicalId(newLogicalId: string): void -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `newLogicalId`Required - -- *Type:* string - -The new logical ID to use for this stack element. - ---- - -##### `resetOverrideLogicalId` - -```typescript -public resetOverrideLogicalId(): void -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `toHclTerraform` - -```typescript -public toHclTerraform(): any -``` - -Adds this resource to the terraform JSON output. - -##### `toMetadata` - -```typescript -public toMetadata(): any -``` - -##### `toTerraform` - -```typescript -public toTerraform(): any -``` - -Adds this resource to the terraform JSON output. - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `resetId` - -```typescript -public resetId(): void -``` - -##### `resetName` - -```typescript -public resetName(): void -``` - -##### `resetProjectId` - -```typescript -public resetProjectId(): void -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| isConstruct | Checks if `x` is a construct. | -| isTerraformElement | *No description.* | -| isTerraformDataSource | *No description.* | -| generateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `isConstruct` - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.isConstruct(x: any) -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* any - -Any object. - ---- - -##### `isTerraformElement` - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.isTerraformElement(x: any) -``` - -###### `x`Required - -- *Type:* any - ---- - -##### `isTerraformDataSource` - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.isTerraformDataSource(x: any) -``` - -###### `x`Required - -- *Type:* any - ---- - -##### `generateConfigForImport` - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplate.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) -``` - -Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -###### `importToId`Required - -- *Type:* string - -The construct id used in the generated config for the DataHcpWaypointApplicationTemplate to import. - ---- - -###### `importFromId`Required - -- *Type:* string - -The id of the existing DataHcpWaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* cdktf.TerraformProvider - -? Optional instance of the provider where the DataHcpWaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| node | constructs.Node | The tree node. | -| cdktfStack | cdktf.TerraformStack | *No description.* | -| fqn | string | *No description.* | -| friendlyUniqueId | string | *No description.* | -| terraformMetaArguments | {[ key: string ]: any} | *No description.* | -| terraformResourceType | string | *No description.* | -| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| count | number \| cdktf.TerraformCount | *No description.* | -| dependsOn | string[] | *No description.* | -| forEach | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| description | string | *No description.* | -| labels | string[] | *No description.* | -| organizationId | string | *No description.* | -| readmeMarkdownTemplate | string | *No description.* | -| summary | string | *No description.* | -| terraformCloudWorkspaceDetails | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| terraformNoCodeModule | DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| variableOptions | DataHcpWaypointApplicationTemplateVariableOptionsList | *No description.* | -| idInput | string | *No description.* | -| nameInput | string | *No description.* | -| projectIdInput | string | *No description.* | -| id | string | *No description.* | -| name | string | *No description.* | -| projectId | string | *No description.* | - ---- - -##### `node`Required - -```typescript -public readonly node: Node; -``` - -- *Type:* constructs.Node - -The tree node. - ---- - -##### `cdktfStack`Required - -```typescript -public readonly cdktfStack: TerraformStack; -``` - -- *Type:* cdktf.TerraformStack - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `friendlyUniqueId`Required - -```typescript -public readonly friendlyUniqueId: string; -``` - -- *Type:* string - ---- - -##### `terraformMetaArguments`Required - -```typescript -public readonly terraformMetaArguments: {[ key: string ]: any}; -``` - -- *Type:* {[ key: string ]: any} - ---- - -##### `terraformResourceType`Required - -```typescript -public readonly terraformResourceType: string; -``` - -- *Type:* string - ---- - -##### `terraformGeneratorMetadata`Optional - -```typescript -public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; -``` - -- *Type:* cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `count`Optional - -```typescript -public readonly count: number | TerraformCount; -``` - -- *Type:* number | cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```typescript -public readonly dependsOn: string[]; -``` - -- *Type:* string[] - ---- - -##### `forEach`Optional - -```typescript -public readonly forEach: ITerraformIterator; -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```typescript -public readonly lifecycle: TerraformResourceLifecycle; -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```typescript -public readonly provider: TerraformProvider; -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `description`Required - -```typescript -public readonly description: string; -``` - -- *Type:* string - ---- - -##### `labels`Required - -```typescript -public readonly labels: string[]; -``` - -- *Type:* string[] - ---- - -##### `organizationId`Required - -```typescript -public readonly organizationId: string; -``` - -- *Type:* string - ---- - -##### `readmeMarkdownTemplate`Required - -```typescript -public readonly readmeMarkdownTemplate: string; -``` - -- *Type:* string - ---- - -##### `summary`Required - -```typescript -public readonly summary: string; -``` - -- *Type:* string - ---- - -##### `terraformCloudWorkspaceDetails`Required - -```typescript -public readonly terraformCloudWorkspaceDetails: DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference; -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `terraformNoCodeModule`Required - -```typescript -public readonly terraformNoCodeModule: DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference; -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `variableOptions`Required - -```typescript -public readonly variableOptions: DataHcpWaypointApplicationTemplateVariableOptionsList; -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptionsList - ---- - -##### `idInput`Optional - -```typescript -public readonly idInput: string; -``` - -- *Type:* string - ---- - -##### `nameInput`Optional - -```typescript -public readonly nameInput: string; -``` - -- *Type:* string - ---- - -##### `projectIdInput`Optional - -```typescript -public readonly projectIdInput: string; -``` - -- *Type:* string - ---- - -##### `id`Required - -```typescript -public readonly id: string; -``` - -- *Type:* string - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - -##### `projectId`Required - -```typescript -public readonly projectId: string; -``` - -- *Type:* string - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| tfResourceType | string | *No description.* | - ---- - -##### `tfResourceType`Required - -```typescript -public readonly tfResourceType: string; -``` - -- *Type:* string - ---- - -## Structs - -### DataHcpWaypointApplicationTemplateConfig - -#### Initializer - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -const dataHcpWaypointApplicationTemplateConfig: dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateConfig = { ... } -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | -| count | number \| cdktf.TerraformCount | *No description.* | -| dependsOn | cdktf.ITerraformDependable[] | *No description.* | -| forEach | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | The ID of the Application Template. | -| name | string | The name of the Application Template. | -| projectId | string | The ID of the HCP project where the Waypoint Application Template is located. | - ---- - -##### `connection`Optional - -```typescript -public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; -``` - -- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -```typescript -public readonly count: number | TerraformCount; -``` - -- *Type:* number | cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```typescript -public readonly dependsOn: ITerraformDependable[]; -``` - -- *Type:* cdktf.ITerraformDependable[] - ---- - -##### `forEach`Optional - -```typescript -public readonly forEach: ITerraformIterator; -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```typescript -public readonly lifecycle: TerraformResourceLifecycle; -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```typescript -public readonly provider: TerraformProvider; -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```typescript -public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; -``` - -- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] - ---- - -##### `id`Optional - -```typescript -public readonly id: string; -``` - -- *Type:* string - -The ID of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} - -Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. -If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. - ---- - -##### `name`Optional - -```typescript -public readonly name: string; -``` - -- *Type:* string - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} - ---- - -##### `projectId`Optional - -```typescript -public readonly projectId: string; -``` - -- *Type:* string - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} - ---- - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -const dataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails: dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails = { ... } -``` - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -const dataHcpWaypointApplicationTemplateTerraformNoCodeModule: dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformNoCodeModule = { ... } -``` - - -### DataHcpWaypointApplicationTemplateVariableOptions - -#### Initializer - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -const dataHcpWaypointApplicationTemplateVariableOptions: dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateVariableOptions = { ... } -``` - - -## Classes - -### DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -new dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| name | string | *No description.* | -| terraformProjectId | string | *No description.* | -| internalValue | DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - -##### `terraformProjectId`Required - -```typescript -public readonly terraformProjectId: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails; -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - - -### DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -new dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| source | string | *No description.* | -| version | string | *No description.* | -| internalValue | DataHcpWaypointApplicationTemplateTerraformNoCodeModule | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `source`Required - -```typescript -public readonly source: string; -``` - -- *Type:* string - ---- - -##### `version`Required - -```typescript -public readonly version: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: DataHcpWaypointApplicationTemplateTerraformNoCodeModule; -``` - -- *Type:* DataHcpWaypointApplicationTemplateTerraformNoCodeModule - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -new dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateVariableOptionsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```typescript -public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```typescript -public get(index: number): DataHcpWaypointApplicationTemplateVariableOptionsOutputReference -``` - -###### `index`Required - -- *Type:* number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - - -### DataHcpWaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```typescript -import { dataHcpWaypointApplicationTemplate } from '@cdktf/provider-hcp' - -new dataHcpWaypointApplicationTemplate.DataHcpWaypointApplicationTemplateVariableOptionsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | number | the index of this item in the list. | -| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* number - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| name | string | *No description.* | -| options | string[] | *No description.* | -| userEditable | cdktf.IResolvable | *No description.* | -| variableType | string | *No description.* | -| internalValue | DataHcpWaypointApplicationTemplateVariableOptions | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - -##### `options`Required - -```typescript -public readonly options: string[]; -``` - -- *Type:* string[] - ---- - -##### `userEditable`Required - -```typescript -public readonly userEditable: IResolvable; -``` - -- *Type:* cdktf.IResolvable - ---- - -##### `variableType`Required - -```typescript -public readonly variableType: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: DataHcpWaypointApplicationTemplateVariableOptions; -``` - -- *Type:* DataHcpWaypointApplicationTemplateVariableOptions - ---- - - - diff --git a/docs/dataHcpWaypointTemplate.csharp.md b/docs/dataHcpWaypointTemplate.csharp.md new file mode 100644 index 000000000..a685b886d --- /dev/null +++ b/docs/dataHcpWaypointTemplate.csharp.md @@ -0,0 +1,1912 @@ +# `dataHcpWaypointTemplate` Submodule + +## Constructs + +### DataHcpWaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplate(Construct Scope, string Id, DataHcpWaypointTemplateConfig Config = null); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | DataHcpWaypointTemplateConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Optional + +- *Type:* DataHcpWaypointTemplateConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | Adds this resource to the terraform JSON output. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | +| ResetName | *No description.* | +| ResetProjectId | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```csharp +private object ToHclTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `ResetId` + +```csharp +private void ResetId() +``` + +##### `ResetName` + +```csharp +private void ResetName() +``` + +##### `ResetProjectId` + +```csharp +private void ResetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointTemplate.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointTemplate.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformDataSource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointTemplate.IsTerraformDataSource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpWaypointTemplate.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". + +###### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +###### `ImportToId`Required + +- *Type:* string + +The construct id used in the generated config for the DataHcpWaypointTemplate to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing DataHcpWaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Description | string | *No description.* | +| Labels | string[] | *No description.* | +| OrganizationId | string | *No description.* | +| ReadmeMarkdownTemplate | string | *No description.* | +| Summary | string | *No description.* | +| TerraformCloudWorkspaceDetails | DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| TerraformNoCodeModule | DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| VariableOptions | DataHcpWaypointTemplateVariableOptionsList | *No description.* | +| IdInput | string | *No description.* | +| NameInput | string | *No description.* | +| ProjectIdInput | string | *No description.* | +| Id | string | *No description.* | +| Name | string | *No description.* | +| ProjectId | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Description`Required + +```csharp +public string Description { get; } +``` + +- *Type:* string + +--- + +##### `Labels`Required + +```csharp +public string[] Labels { get; } +``` + +- *Type:* string[] + +--- + +##### `OrganizationId`Required + +```csharp +public string OrganizationId { get; } +``` + +- *Type:* string + +--- + +##### `ReadmeMarkdownTemplate`Required + +```csharp +public string ReadmeMarkdownTemplate { get; } +``` + +- *Type:* string + +--- + +##### `Summary`Required + +```csharp +public string Summary { get; } +``` + +- *Type:* string + +--- + +##### `TerraformCloudWorkspaceDetails`Required + +```csharp +public DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference TerraformCloudWorkspaceDetails { get; } +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `TerraformNoCodeModule`Required + +```csharp +public DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference TerraformNoCodeModule { get; } +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `VariableOptions`Required + +```csharp +public DataHcpWaypointTemplateVariableOptionsList VariableOptions { get; } +``` + +- *Type:* DataHcpWaypointTemplateVariableOptionsList + +--- + +##### `IdInput`Optional + +```csharp +public string IdInput { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `ProjectIdInput`Optional + +```csharp +public string ProjectIdInput { get; } +``` + +- *Type:* string + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `ProjectId`Required + +```csharp +public string ProjectId { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### DataHcpWaypointTemplateConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Id = null, + string Name = null, + string ProjectId = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Id | string | The ID of the Template. | +| Name | string | The name of the Template. | +| ProjectId | string | The ID of the HCP project where the Waypoint Template is located. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `Id`Optional + +```csharp +public string Id { get; set; } +``` + +- *Type:* string + +The ID of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `Name`Optional + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} + +--- + +##### `ProjectId`Optional + +```csharp +public string ProjectId { get; set; } +``` + +- *Type:* string + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} + +--- + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateTerraformCloudWorkspaceDetails { + +}; +``` + + +### DataHcpWaypointTemplateTerraformNoCodeModule + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateTerraformNoCodeModule { + +}; +``` + + +### DataHcpWaypointTemplateVariableOptions + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateVariableOptions { + +}; +``` + + +## Classes + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| Name | string | *No description.* | +| TerraformProjectId | string | *No description.* | +| InternalValue | DataHcpWaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `TerraformProjectId`Required + +```csharp +public string TerraformProjectId { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public DataHcpWaypointTemplateTerraformCloudWorkspaceDetails InternalValue { get; } +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +--- + + +### DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| Source | string | *No description.* | +| Version | string | *No description.* | +| InternalValue | DataHcpWaypointTemplateTerraformNoCodeModule | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `Source`Required + +```csharp +public string Source { get; } +``` + +- *Type:* string + +--- + +##### `Version`Required + +```csharp +public string Version { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public DataHcpWaypointTemplateTerraformNoCodeModule InternalValue { get; } +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModule + +--- + + +### DataHcpWaypointTemplateVariableOptionsList + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateVariableOptionsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `WrapsSet`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | + +--- + +##### `AllWithMapKey` + +```csharp +private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `MapKeyAttributeName`Required + +- *Type:* string + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `Get` + +```csharp +private DataHcpWaypointTemplateVariableOptionsOutputReference Get(double Index) +``` + +###### `Index`Required + +- *Type:* double + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + + +### DataHcpWaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpWaypointTemplateVariableOptionsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| ComplexObjectIndex | double | the index of this item in the list. | +| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `ComplexObjectIndex`Required + +- *Type:* double + +the index of this item in the list. + +--- + +##### `ComplexObjectIsFromSet`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| Name | string | *No description.* | +| Options | string[] | *No description.* | +| UserEditable | HashiCorp.Cdktf.IResolvable | *No description.* | +| VariableType | string | *No description.* | +| InternalValue | DataHcpWaypointTemplateVariableOptions | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `Options`Required + +```csharp +public string[] Options { get; } +``` + +- *Type:* string[] + +--- + +##### `UserEditable`Required + +```csharp +public IResolvable UserEditable { get; } +``` + +- *Type:* HashiCorp.Cdktf.IResolvable + +--- + +##### `VariableType`Required + +```csharp +public string VariableType { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public DataHcpWaypointTemplateVariableOptions InternalValue { get; } +``` + +- *Type:* DataHcpWaypointTemplateVariableOptions + +--- + + + diff --git a/docs/dataHcpWaypointTemplate.go.md b/docs/dataHcpWaypointTemplate.go.md new file mode 100644 index 000000000..fdff1d3b3 --- /dev/null +++ b/docs/dataHcpWaypointTemplate.go.md @@ -0,0 +1,1912 @@ +# `dataHcpWaypointTemplate` Submodule + +## Constructs + +### DataHcpWaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.NewDataHcpWaypointTemplate(scope Construct, id *string, config DataHcpWaypointTemplateConfig) DataHcpWaypointTemplate +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | DataHcpWaypointTemplateConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Optional + +- *Type:* DataHcpWaypointTemplateConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | Adds this resource to the terraform JSON output. | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| ResetId | *No description.* | +| ResetName | *No description.* | +| ResetProjectId | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```go +func ToHclTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `ResetId` + +```go +func ResetId() +``` + +##### `ResetName` + +```go +func ResetName() +``` + +##### `ResetProjectId` + +```go +func ResetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.DataHcpWaypointTemplate_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.DataHcpWaypointTemplate_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformDataSource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.DataHcpWaypointTemplate_IsTerraformDataSource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.DataHcpWaypointTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* *string + +The construct id used in the generated config for the DataHcpWaypointTemplate to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing DataHcpWaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Description | *string | *No description.* | +| Labels | *[]*string | *No description.* | +| OrganizationId | *string | *No description.* | +| ReadmeMarkdownTemplate | *string | *No description.* | +| Summary | *string | *No description.* | +| TerraformCloudWorkspaceDetails | DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| TerraformNoCodeModule | DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| VariableOptions | DataHcpWaypointTemplateVariableOptionsList | *No description.* | +| IdInput | *string | *No description.* | +| NameInput | *string | *No description.* | +| ProjectIdInput | *string | *No description.* | +| Id | *string | *No description.* | +| Name | *string | *No description.* | +| ProjectId | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Description`Required + +```go +func Description() *string +``` + +- *Type:* *string + +--- + +##### `Labels`Required + +```go +func Labels() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `OrganizationId`Required + +```go +func OrganizationId() *string +``` + +- *Type:* *string + +--- + +##### `ReadmeMarkdownTemplate`Required + +```go +func ReadmeMarkdownTemplate() *string +``` + +- *Type:* *string + +--- + +##### `Summary`Required + +```go +func Summary() *string +``` + +- *Type:* *string + +--- + +##### `TerraformCloudWorkspaceDetails`Required + +```go +func TerraformCloudWorkspaceDetails() DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `TerraformNoCodeModule`Required + +```go +func TerraformNoCodeModule() DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `VariableOptions`Required + +```go +func VariableOptions() DataHcpWaypointTemplateVariableOptionsList +``` + +- *Type:* DataHcpWaypointTemplateVariableOptionsList + +--- + +##### `IdInput`Optional + +```go +func IdInput() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `ProjectIdInput`Optional + +```go +func ProjectIdInput() *string +``` + +- *Type:* *string + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `ProjectId`Required + +```go +func ProjectId() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### DataHcpWaypointTemplateConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +&datahcpwaypointtemplate.DataHcpWaypointTemplateConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + Id: *string, + Name: *string, + ProjectId: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Id | *string | The ID of the Template. | +| Name | *string | The name of the Template. | +| ProjectId | *string | The ID of the HCP project where the Waypoint Template is located. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Id`Optional + +```go +Id *string +``` + +- *Type:* *string + +The ID of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `Name`Optional + +```go +Name *string +``` + +- *Type:* *string + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} + +--- + +##### `ProjectId`Optional + +```go +ProjectId *string +``` + +- *Type:* *string + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} + +--- + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +&datahcpwaypointtemplate.DataHcpWaypointTemplateTerraformCloudWorkspaceDetails { + +} +``` + + +### DataHcpWaypointTemplateTerraformNoCodeModule + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +&datahcpwaypointtemplate.DataHcpWaypointTemplateTerraformNoCodeModule { + +} +``` + + +### DataHcpWaypointTemplateVariableOptions + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +&datahcpwaypointtemplate.DataHcpWaypointTemplateVariableOptions { + +} +``` + + +## Classes + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.NewDataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| Name | *string | *No description.* | +| TerraformProjectId | *string | *No description.* | +| InternalValue | DataHcpWaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `TerraformProjectId`Required + +```go +func TerraformProjectId() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() DataHcpWaypointTemplateTerraformCloudWorkspaceDetails +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +--- + + +### DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.NewDataHcpWaypointTemplateTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| Source | *string | *No description.* | +| Version | *string | *No description.* | +| InternalValue | DataHcpWaypointTemplateTerraformNoCodeModule | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `Source`Required + +```go +func Source() *string +``` + +- *Type:* *string + +--- + +##### `Version`Required + +```go +func Version() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() DataHcpWaypointTemplateTerraformNoCodeModule +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModule + +--- + + +### DataHcpWaypointTemplateVariableOptionsList + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.NewDataHcpWaypointTemplateVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpWaypointTemplateVariableOptionsList +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* *bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | + +--- + +##### `AllWithMapKey` + +```go +func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* *string + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `Get` + +```go +func Get(index *f64) DataHcpWaypointTemplateVariableOptionsOutputReference +``` + +###### `index`Required + +- *Type:* *f64 + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + + +### DataHcpWaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpwaypointtemplate" + +datahcpwaypointtemplate.NewDataHcpWaypointTemplateVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpWaypointTemplateVariableOptionsOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | *f64 | the index of this item in the list. | +| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* *f64 + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* *bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| Name | *string | *No description.* | +| Options | *[]*string | *No description.* | +| UserEditable | github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable | *No description.* | +| VariableType | *string | *No description.* | +| InternalValue | DataHcpWaypointTemplateVariableOptions | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `Options`Required + +```go +func Options() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `UserEditable`Required + +```go +func UserEditable() IResolvable +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable + +--- + +##### `VariableType`Required + +```go +func VariableType() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() DataHcpWaypointTemplateVariableOptions +``` + +- *Type:* DataHcpWaypointTemplateVariableOptions + +--- + + + diff --git a/docs/dataHcpWaypointTemplate.java.md b/docs/dataHcpWaypointTemplate.java.md new file mode 100644 index 000000000..c03d48f29 --- /dev/null +++ b/docs/dataHcpWaypointTemplate.java.md @@ -0,0 +1,2006 @@ +# `dataHcpWaypointTemplate` Submodule + +## Constructs + +### DataHcpWaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplate; + +DataHcpWaypointTemplate.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) +// .id(java.lang.String) +// .name(java.lang.String) +// .projectId(java.lang.String) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| id | java.lang.String | The ID of the Template. | +| name | java.lang.String | The name of the Template. | +| projectId | java.lang.String | The ID of the HCP project where the Waypoint Template is located. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `id`Optional + +- *Type:* java.lang.String + +The ID of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +- *Type:* java.lang.String + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} + +--- + +##### `projectId`Optional + +- *Type:* java.lang.String + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | Adds this resource to the terraform JSON output. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | +| resetName | *No description.* | +| resetProjectId | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```java +public java.lang.Object toHclTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `resetId` + +```java +public void resetId() +``` + +##### `resetName` + +```java +public void resetName() +``` + +##### `resetProjectId` + +```java +public void resetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplate; + +DataHcpWaypointTemplate.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplate; + +DataHcpWaypointTemplate.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformDataSource` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplate; + +DataHcpWaypointTemplate.isTerraformDataSource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplate; + +DataHcpWaypointTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataHcpWaypointTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* java.lang.String + +The construct id used in the generated config for the DataHcpWaypointTemplate to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing DataHcpWaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| description | java.lang.String | *No description.* | +| labels | java.util.List | *No description.* | +| organizationId | java.lang.String | *No description.* | +| readmeMarkdownTemplate | java.lang.String | *No description.* | +| summary | java.lang.String | *No description.* | +| terraformCloudWorkspaceDetails | DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| terraformNoCodeModule | DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| variableOptions | DataHcpWaypointTemplateVariableOptionsList | *No description.* | +| idInput | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| projectIdInput | java.lang.String | *No description.* | +| id | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| projectId | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `description`Required + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +--- + +##### `labels`Required + +```java +public java.util.List getLabels(); +``` + +- *Type:* java.util.List + +--- + +##### `organizationId`Required + +```java +public java.lang.String getOrganizationId(); +``` + +- *Type:* java.lang.String + +--- + +##### `readmeMarkdownTemplate`Required + +```java +public java.lang.String getReadmeMarkdownTemplate(); +``` + +- *Type:* java.lang.String + +--- + +##### `summary`Required + +```java +public java.lang.String getSummary(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformCloudWorkspaceDetails`Required + +```java +public DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference getTerraformCloudWorkspaceDetails(); +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `terraformNoCodeModule`Required + +```java +public DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference getTerraformNoCodeModule(); +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `variableOptions`Required + +```java +public DataHcpWaypointTemplateVariableOptionsList getVariableOptions(); +``` + +- *Type:* DataHcpWaypointTemplateVariableOptionsList + +--- + +##### `idInput`Optional + +```java +public java.lang.String getIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectIdInput`Optional + +```java +public java.lang.String getProjectIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectId`Required + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### DataHcpWaypointTemplateConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateConfig; + +DataHcpWaypointTemplateConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) +// .id(java.lang.String) +// .name(java.lang.String) +// .projectId(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| id | java.lang.String | The ID of the Template. | +| name | java.lang.String | The name of the Template. | +| projectId | java.lang.String | The ID of the HCP project where the Waypoint Template is located. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `id`Optional + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +The ID of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} + +--- + +##### `projectId`Optional + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} + +--- + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateTerraformCloudWorkspaceDetails; + +DataHcpWaypointTemplateTerraformCloudWorkspaceDetails.builder() + .build(); +``` + + +### DataHcpWaypointTemplateTerraformNoCodeModule + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateTerraformNoCodeModule; + +DataHcpWaypointTemplateTerraformNoCodeModule.builder() + .build(); +``` + + +### DataHcpWaypointTemplateVariableOptions + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateVariableOptions; + +DataHcpWaypointTemplateVariableOptions.builder() + .build(); +``` + + +## Classes + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference; + +new DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| terraformProjectId | java.lang.String | *No description.* | +| internalValue | DataHcpWaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformProjectId`Required + +```java +public java.lang.String getTerraformProjectId(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public DataHcpWaypointTemplateTerraformCloudWorkspaceDetails getInternalValue(); +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +--- + + +### DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference; + +new DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| source | java.lang.String | *No description.* | +| version | java.lang.String | *No description.* | +| internalValue | DataHcpWaypointTemplateTerraformNoCodeModule | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `source`Required + +```java +public java.lang.String getSource(); +``` + +- *Type:* java.lang.String + +--- + +##### `version`Required + +```java +public java.lang.String getVersion(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public DataHcpWaypointTemplateTerraformNoCodeModule getInternalValue(); +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModule + +--- + + +### DataHcpWaypointTemplateVariableOptionsList + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateVariableOptionsList; + +new DataHcpWaypointTemplateVariableOptionsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* java.lang.Boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `allWithMapKey` + +```java +public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* java.lang.String + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```java +public DataHcpWaypointTemplateVariableOptionsOutputReference get(java.lang.Number index) +``` + +###### `index`Required + +- *Type:* java.lang.Number + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + + +### DataHcpWaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_waypoint_template.DataHcpWaypointTemplateVariableOptionsOutputReference; + +new DataHcpWaypointTemplateVariableOptionsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | java.lang.Number | the index of this item in the list. | +| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* java.lang.Number + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* java.lang.Boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| options | java.util.List | *No description.* | +| userEditable | com.hashicorp.cdktf.IResolvable | *No description.* | +| variableType | java.lang.String | *No description.* | +| internalValue | DataHcpWaypointTemplateVariableOptions | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `options`Required + +```java +public java.util.List getOptions(); +``` + +- *Type:* java.util.List + +--- + +##### `userEditable`Required + +```java +public IResolvable getUserEditable(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable + +--- + +##### `variableType`Required + +```java +public java.lang.String getVariableType(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public DataHcpWaypointTemplateVariableOptions getInternalValue(); +``` + +- *Type:* DataHcpWaypointTemplateVariableOptions + +--- + + + diff --git a/docs/dataHcpWaypointTemplate.python.md b/docs/dataHcpWaypointTemplate.python.md new file mode 100644 index 000000000..246894040 --- /dev/null +++ b/docs/dataHcpWaypointTemplate.python.md @@ -0,0 +1,2120 @@ +# `dataHcpWaypointTemplate` Submodule + +## Constructs + +### DataHcpWaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplate( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + id: str = None, + name: str = None, + project_id: str = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| id | str | The ID of the Template. | +| name | str | The name of the Template. | +| project_id | str | The ID of the HCP project where the Waypoint Template is located. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `id`Optional + +- *Type:* str + +The ID of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +- *Type:* str + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} + +--- + +##### `project_id`Optional + +- *Type:* str + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_hcl_terraform | Adds this resource to the terraform JSON output. | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| reset_id | *No description.* | +| reset_name | *No description.* | +| reset_project_id | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_hcl_terraform` + +```python +def to_hcl_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `reset_id` + +```python +def reset_id() -> None +``` + +##### `reset_name` + +```python +def reset_name() -> None +``` + +##### `reset_project_id` + +```python +def reset_project_id() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_data_source | *No description.* | +| generate_config_for_import | Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_data_source` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.is_terraform_data_source( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `import_to_id`Required + +- *Type:* str + +The construct id used in the generated config for the DataHcpWaypointTemplate to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing DataHcpWaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| description | str | *No description.* | +| labels | typing.List[str] | *No description.* | +| organization_id | str | *No description.* | +| readme_markdown_template | str | *No description.* | +| summary | str | *No description.* | +| terraform_cloud_workspace_details | DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| terraform_no_code_module | DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| variable_options | DataHcpWaypointTemplateVariableOptionsList | *No description.* | +| id_input | str | *No description.* | +| name_input | str | *No description.* | +| project_id_input | str | *No description.* | +| id | str | *No description.* | +| name | str | *No description.* | +| project_id | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `description`Required + +```python +description: str +``` + +- *Type:* str + +--- + +##### `labels`Required + +```python +labels: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `organization_id`Required + +```python +organization_id: str +``` + +- *Type:* str + +--- + +##### `readme_markdown_template`Required + +```python +readme_markdown_template: str +``` + +- *Type:* str + +--- + +##### `summary`Required + +```python +summary: str +``` + +- *Type:* str + +--- + +##### `terraform_cloud_workspace_details`Required + +```python +terraform_cloud_workspace_details: DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `terraform_no_code_module`Required + +```python +terraform_no_code_module: DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `variable_options`Required + +```python +variable_options: DataHcpWaypointTemplateVariableOptionsList +``` + +- *Type:* DataHcpWaypointTemplateVariableOptionsList + +--- + +##### `id_input`Optional + +```python +id_input: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `project_id_input`Optional + +```python +project_id_input: str +``` + +- *Type:* str + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `project_id`Required + +```python +project_id: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### DataHcpWaypointTemplateConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + id: str = None, + name: str = None, + project_id: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| id | str | The ID of the Template. | +| name | str | The name of the Template. | +| project_id | str | The ID of the HCP project where the Waypoint Template is located. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `id`Optional + +```python +id: str +``` + +- *Type:* str + +The ID of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +```python +name: str +``` + +- *Type:* str + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} + +--- + +##### `project_id`Optional + +```python +project_id: str +``` + +- *Type:* str + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} + +--- + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformCloudWorkspaceDetails() +``` + + +### DataHcpWaypointTemplateTerraformNoCodeModule + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformNoCodeModule() +``` + + +### DataHcpWaypointTemplateVariableOptions + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateVariableOptions() +``` + + +## Classes + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| name | str | *No description.* | +| terraform_project_id | str | *No description.* | +| internal_value | DataHcpWaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `terraform_project_id`Required + +```python +terraform_project_id: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: DataHcpWaypointTemplateTerraformCloudWorkspaceDetails +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +--- + + +### DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| source | str | *No description.* | +| version | str | *No description.* | +| internal_value | DataHcpWaypointTemplateTerraformNoCodeModule | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `source`Required + +```python +source: str +``` + +- *Type:* str + +--- + +##### `version`Required + +```python +version: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: DataHcpWaypointTemplateTerraformNoCodeModule +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModule + +--- + + +### DataHcpWaypointTemplateVariableOptionsList + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateVariableOptionsList( + terraform_resource: IInterpolatingParent, + terraform_attribute: str, + wraps_set: bool +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| wraps_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +##### `wraps_set`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| all_with_map_key | Creating an iterator for this complex list. | +| compute_fqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `all_with_map_key` + +```python +def all_with_map_key( + map_key_attribute_name: str +) -> DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `map_key_attribute_name`Required + +- *Type:* str + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```python +def get( + index: typing.Union[int, float] +) -> DataHcpWaypointTemplateVariableOptionsOutputReference +``` + +###### `index`Required + +- *Type:* typing.Union[int, float] + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + + +### DataHcpWaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_waypoint_template + +dataHcpWaypointTemplate.DataHcpWaypointTemplateVariableOptionsOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str, + complex_object_index: typing.Union[int, float], + complex_object_is_from_set: bool +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| complex_object_index | typing.Union[int, float] | the index of this item in the list. | +| complex_object_is_from_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +##### `complex_object_index`Required + +- *Type:* typing.Union[int, float] + +the index of this item in the list. + +--- + +##### `complex_object_is_from_set`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| name | str | *No description.* | +| options | typing.List[str] | *No description.* | +| user_editable | cdktf.IResolvable | *No description.* | +| variable_type | str | *No description.* | +| internal_value | DataHcpWaypointTemplateVariableOptions | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `options`Required + +```python +options: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `user_editable`Required + +```python +user_editable: IResolvable +``` + +- *Type:* cdktf.IResolvable + +--- + +##### `variable_type`Required + +```python +variable_type: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: DataHcpWaypointTemplateVariableOptions +``` + +- *Type:* DataHcpWaypointTemplateVariableOptions + +--- + + + diff --git a/docs/dataHcpWaypointTemplate.typescript.md b/docs/dataHcpWaypointTemplate.typescript.md new file mode 100644 index 000000000..c2f82d461 --- /dev/null +++ b/docs/dataHcpWaypointTemplate.typescript.md @@ -0,0 +1,1895 @@ +# `dataHcpWaypointTemplate` Submodule + +## Constructs + +### DataHcpWaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +new dataHcpWaypointTemplate.DataHcpWaypointTemplate(scope: Construct, id: string, config?: DataHcpWaypointTemplateConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | DataHcpWaypointTemplateConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Optional + +- *Type:* DataHcpWaypointTemplateConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | Adds this resource to the terraform JSON output. | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resetId | *No description.* | +| resetName | *No description.* | +| resetProjectId | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```typescript +public toHclTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `resetId` + +```typescript +public resetId(): void +``` + +##### `resetName` + +```typescript +public resetName(): void +``` + +##### `resetProjectId` + +```typescript +public resetProjectId(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformDataSource` + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.isTerraformDataSource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +dataHcpWaypointTemplate.DataHcpWaypointTemplate.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* string + +The construct id used in the generated config for the DataHcpWaypointTemplate to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing DataHcpWaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the DataHcpWaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| description | string | *No description.* | +| labels | string[] | *No description.* | +| organizationId | string | *No description.* | +| readmeMarkdownTemplate | string | *No description.* | +| summary | string | *No description.* | +| terraformCloudWorkspaceDetails | DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| terraformNoCodeModule | DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| variableOptions | DataHcpWaypointTemplateVariableOptionsList | *No description.* | +| idInput | string | *No description.* | +| nameInput | string | *No description.* | +| projectIdInput | string | *No description.* | +| id | string | *No description.* | +| name | string | *No description.* | +| projectId | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `description`Required + +```typescript +public readonly description: string; +``` + +- *Type:* string + +--- + +##### `labels`Required + +```typescript +public readonly labels: string[]; +``` + +- *Type:* string[] + +--- + +##### `organizationId`Required + +```typescript +public readonly organizationId: string; +``` + +- *Type:* string + +--- + +##### `readmeMarkdownTemplate`Required + +```typescript +public readonly readmeMarkdownTemplate: string; +``` + +- *Type:* string + +--- + +##### `summary`Required + +```typescript +public readonly summary: string; +``` + +- *Type:* string + +--- + +##### `terraformCloudWorkspaceDetails`Required + +```typescript +public readonly terraformCloudWorkspaceDetails: DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference; +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `terraformNoCodeModule`Required + +```typescript +public readonly terraformNoCodeModule: DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference; +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `variableOptions`Required + +```typescript +public readonly variableOptions: DataHcpWaypointTemplateVariableOptionsList; +``` + +- *Type:* DataHcpWaypointTemplateVariableOptionsList + +--- + +##### `idInput`Optional + +```typescript +public readonly idInput: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `projectIdInput`Optional + +```typescript +public readonly projectIdInput: string; +``` + +- *Type:* string + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `projectId`Required + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### DataHcpWaypointTemplateConfig + +#### Initializer + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +const dataHcpWaypointTemplateConfig: dataHcpWaypointTemplate.DataHcpWaypointTemplateConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| id | string | The ID of the Template. | +| name | string | The name of the Template. | +| projectId | string | The ID of the HCP project where the Waypoint Template is located. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `id`Optional + +```typescript +public readonly id: string; +``` + +- *Type:* string + +The ID of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} + +Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. +If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + +--- + +##### `name`Optional + +```typescript +public readonly name: string; +``` + +- *Type:* string + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} + +--- + +##### `projectId`Optional + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} + +--- + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +const dataHcpWaypointTemplateTerraformCloudWorkspaceDetails: dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformCloudWorkspaceDetails = { ... } +``` + + +### DataHcpWaypointTemplateTerraformNoCodeModule + +#### Initializer + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +const dataHcpWaypointTemplateTerraformNoCodeModule: dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformNoCodeModule = { ... } +``` + + +### DataHcpWaypointTemplateVariableOptions + +#### Initializer + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +const dataHcpWaypointTemplateVariableOptions: dataHcpWaypointTemplate.DataHcpWaypointTemplateVariableOptions = { ... } +``` + + +## Classes + +### DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +new dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| name | string | *No description.* | +| terraformProjectId | string | *No description.* | +| internalValue | DataHcpWaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `terraformProjectId`Required + +```typescript +public readonly terraformProjectId: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: DataHcpWaypointTemplateTerraformCloudWorkspaceDetails; +``` + +- *Type:* DataHcpWaypointTemplateTerraformCloudWorkspaceDetails + +--- + + +### DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +new dataHcpWaypointTemplate.DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| source | string | *No description.* | +| version | string | *No description.* | +| internalValue | DataHcpWaypointTemplateTerraformNoCodeModule | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `source`Required + +```typescript +public readonly source: string; +``` + +- *Type:* string + +--- + +##### `version`Required + +```typescript +public readonly version: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: DataHcpWaypointTemplateTerraformNoCodeModule; +``` + +- *Type:* DataHcpWaypointTemplateTerraformNoCodeModule + +--- + + +### DataHcpWaypointTemplateVariableOptionsList + +#### Initializers + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +new dataHcpWaypointTemplate.DataHcpWaypointTemplateVariableOptionsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `allWithMapKey` + +```typescript +public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* string + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```typescript +public get(index: number): DataHcpWaypointTemplateVariableOptionsOutputReference +``` + +###### `index`Required + +- *Type:* number + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + + +### DataHcpWaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```typescript +import { dataHcpWaypointTemplate } from '@cdktf/provider-hcp' + +new dataHcpWaypointTemplate.DataHcpWaypointTemplateVariableOptionsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | number | the index of this item in the list. | +| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* number + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| name | string | *No description.* | +| options | string[] | *No description.* | +| userEditable | cdktf.IResolvable | *No description.* | +| variableType | string | *No description.* | +| internalValue | DataHcpWaypointTemplateVariableOptions | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `options`Required + +```typescript +public readonly options: string[]; +``` + +- *Type:* string[] + +--- + +##### `userEditable`Required + +```typescript +public readonly userEditable: IResolvable; +``` + +- *Type:* cdktf.IResolvable + +--- + +##### `variableType`Required + +```typescript +public readonly variableType: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: DataHcpWaypointTemplateVariableOptions; +``` + +- *Type:* DataHcpWaypointTemplateVariableOptions + +--- + + + diff --git a/docs/group.csharp.md b/docs/group.csharp.md index c0d775ca7..ae1a89be4 100644 --- a/docs/group.csharp.md +++ b/docs/group.csharp.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group hcp_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -851,7 +851,7 @@ public string DisplayName { get; set; } The group's display_name - maximum length of 50 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} --- @@ -865,7 +865,7 @@ public string Description { get; set; } The group's description - maximum length of 300 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} --- diff --git a/docs/group.go.md b/docs/group.go.md index f8cab93d3..f7b1d2ed2 100644 --- a/docs/group.go.md +++ b/docs/group.go.md @@ -4,12 +4,12 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group hcp_group}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/group" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/group" group.NewGroup(scope Construct, id *string, config GroupConfig) Group ``` @@ -385,7 +385,7 @@ func ResetDescription() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/group" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/group" group.Group_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/group" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/group" group.Group_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ group.Group_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/group" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/group" group.Group_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ group.Group_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/group" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/group" group.Group_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/group" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/group" &group.GroupConfig { Connection: interface{}, @@ -851,7 +851,7 @@ DisplayName *string The group's display_name - maximum length of 50 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} --- @@ -865,7 +865,7 @@ Description *string The group's description - maximum length of 300 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} --- diff --git a/docs/group.java.md b/docs/group.java.md index a1c41dbab..0872fa125 100644 --- a/docs/group.java.md +++ b/docs/group.java.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group hcp_group}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The group's display_name - maximum length of 50 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The group's description - maximum length of 300 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} --- @@ -554,7 +554,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,7 @@ public java.lang.String getDisplayName(); The group's display_name - maximum length of 50 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} --- @@ -949,7 +949,7 @@ public java.lang.String getDescription(); The group's description - maximum length of 300 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} --- diff --git a/docs/group.python.md b/docs/group.python.md index 5f22bee24..e31e3a237 100644 --- a/docs/group.python.md +++ b/docs/group.python.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group hcp_group}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The group's display_name - maximum length of 50 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The group's description - maximum length of 300 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} --- @@ -598,7 +598,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ display_name: str The group's display_name - maximum length of 50 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} --- @@ -989,7 +989,7 @@ description: str The group's description - maximum length of 300 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} --- diff --git a/docs/group.typescript.md b/docs/group.typescript.md index 39d66f147..b0a566e26 100644 --- a/docs/group.typescript.md +++ b/docs/group.typescript.md @@ -4,7 +4,7 @@ ### Group -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group hcp_group}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group hcp_group}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Group to import. The id of the existing Group that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#import import section} in the documentation of this resource for the id to use --- @@ -841,7 +841,7 @@ public readonly displayName: string; The group's display_name - maximum length of 50 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} --- @@ -855,7 +855,7 @@ public readonly description: string; The group's description - maximum length of 300 characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} --- diff --git a/docs/groupIamBinding.csharp.md b/docs/groupIamBinding.csharp.md index c2f1667a9..9741c41f7 100644 --- a/docs/groupIamBinding.csharp.md +++ b/docs/groupIamBinding.csharp.md @@ -4,7 +4,7 @@ ### GroupIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding hcp_group_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding hcp_group_iam_binding}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupIamBinding to import. The id of the existing GroupIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -846,7 +846,7 @@ public string Name { get; set; } The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} --- @@ -860,7 +860,7 @@ public string PrincipalId { get; set; } The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} --- @@ -874,7 +874,7 @@ public string Role { get; set; } The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} --- diff --git a/docs/groupIamBinding.go.md b/docs/groupIamBinding.go.md index e3e049038..9f502f224 100644 --- a/docs/groupIamBinding.go.md +++ b/docs/groupIamBinding.go.md @@ -4,12 +4,12 @@ ### GroupIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding hcp_group_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding hcp_group_iam_binding}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiambinding" groupiambinding.NewGroupIamBinding(scope Construct, id *string, config GroupIamBindingConfig) GroupIamBinding ``` @@ -378,7 +378,7 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiambinding" groupiambinding.GroupIamBinding_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiambinding" groupiambinding.GroupIamBinding_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ groupiambinding.GroupIamBinding_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiambinding" groupiambinding.GroupIamBinding_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ groupiambinding.GroupIamBinding_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiambinding" groupiambinding.GroupIamBinding_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupIamBinding to import. The id of the existing GroupIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -733,7 +733,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiambinding" &groupiambinding.GroupIamBindingConfig { Connection: interface{}, @@ -846,7 +846,7 @@ Name *string The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} --- @@ -860,7 +860,7 @@ PrincipalId *string The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} --- @@ -874,7 +874,7 @@ Role *string The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} --- diff --git a/docs/groupIamBinding.java.md b/docs/groupIamBinding.java.md index 751f0b1e3..79fd0c784 100644 --- a/docs/groupIamBinding.java.md +++ b/docs/groupIamBinding.java.md @@ -4,7 +4,7 @@ ### GroupIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding hcp_group_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding hcp_group_iam_binding}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} --- @@ -559,7 +559,7 @@ The construct id used in the generated config for the GroupIamBinding to import. The id of the existing GroupIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ public java.lang.String getName(); The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} --- @@ -956,7 +956,7 @@ public java.lang.String getPrincipalId(); The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} --- @@ -970,7 +970,7 @@ public java.lang.String getRole(); The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} --- diff --git a/docs/groupIamBinding.python.md b/docs/groupIamBinding.python.md index 5c7fa76bb..0050543a0 100644 --- a/docs/groupIamBinding.python.md +++ b/docs/groupIamBinding.python.md @@ -4,7 +4,7 @@ ### GroupIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding hcp_group_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding hcp_group_iam_binding}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} --- @@ -603,7 +603,7 @@ The construct id used in the generated config for the GroupIamBinding to import. The id of the existing GroupIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -982,7 +982,7 @@ name: str The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} --- @@ -996,7 +996,7 @@ principal_id: str The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} --- @@ -1010,7 +1010,7 @@ role: str The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} --- diff --git a/docs/groupIamBinding.typescript.md b/docs/groupIamBinding.typescript.md index c444c52d0..6df68f756 100644 --- a/docs/groupIamBinding.typescript.md +++ b/docs/groupIamBinding.typescript.md @@ -4,7 +4,7 @@ ### GroupIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding hcp_group_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding hcp_group_iam_binding}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupIamBinding to import. The id of the existing GroupIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -835,7 +835,7 @@ public readonly name: string; The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} --- @@ -849,7 +849,7 @@ public readonly principalId: string; The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} --- @@ -863,7 +863,7 @@ public readonly role: string; The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} --- diff --git a/docs/groupIamPolicy.csharp.md b/docs/groupIamPolicy.csharp.md index 316356d6c..3e2e2715b 100644 --- a/docs/groupIamPolicy.csharp.md +++ b/docs/groupIamPolicy.csharp.md @@ -4,7 +4,7 @@ ### GroupIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy hcp_group_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy hcp_group_iam_policy}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupIamPolicy to import. The id of the existing GroupIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ public string Name { get; set; } The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} --- @@ -847,7 +847,7 @@ public string PolicyData { get; set; } The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} --- diff --git a/docs/groupIamPolicy.go.md b/docs/groupIamPolicy.go.md index 32b820074..4cd11ea10 100644 --- a/docs/groupIamPolicy.go.md +++ b/docs/groupIamPolicy.go.md @@ -4,12 +4,12 @@ ### GroupIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy hcp_group_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy hcp_group_iam_policy}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiampolicy" groupiampolicy.NewGroupIamPolicy(scope Construct, id *string, config GroupIamPolicyConfig) GroupIamPolicy ``` @@ -378,7 +378,7 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiampolicy" groupiampolicy.GroupIamPolicy_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiampolicy" groupiampolicy.GroupIamPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ groupiampolicy.GroupIamPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiampolicy" groupiampolicy.GroupIamPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ groupiampolicy.GroupIamPolicy_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiampolicy" groupiampolicy.GroupIamPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupIamPolicy to import. The id of the existing GroupIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -722,7 +722,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupiampolicy" &groupiampolicy.GroupIamPolicyConfig { Connection: interface{}, @@ -833,7 +833,7 @@ Name *string The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} --- @@ -847,7 +847,7 @@ PolicyData *string The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} --- diff --git a/docs/groupIamPolicy.java.md b/docs/groupIamPolicy.java.md index e8bf21b95..8f3ce52d1 100644 --- a/docs/groupIamPolicy.java.md +++ b/docs/groupIamPolicy.java.md @@ -4,7 +4,7 @@ ### GroupIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy hcp_group_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy hcp_group_iam_policy}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the GroupIamPolicy to import. The id of the existing GroupIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ public java.lang.String getName(); The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} --- @@ -931,7 +931,7 @@ public java.lang.String getPolicyData(); The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} --- diff --git a/docs/groupIamPolicy.python.md b/docs/groupIamPolicy.python.md index 2e5a4c503..c608ecd59 100644 --- a/docs/groupIamPolicy.python.md +++ b/docs/groupIamPolicy.python.md @@ -4,7 +4,7 @@ ### GroupIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy hcp_group_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy hcp_group_iam_policy}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} --- @@ -591,7 +591,7 @@ The construct id used in the generated config for the GroupIamPolicy to import. The id of the existing GroupIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ name: str The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} --- @@ -971,7 +971,7 @@ policy_data: str The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} --- diff --git a/docs/groupIamPolicy.typescript.md b/docs/groupIamPolicy.typescript.md index b28250e9c..f41a23b30 100644 --- a/docs/groupIamPolicy.typescript.md +++ b/docs/groupIamPolicy.typescript.md @@ -4,7 +4,7 @@ ### GroupIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy hcp_group_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy hcp_group_iam_policy}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupIamPolicy to import. The id of the existing GroupIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ public readonly name: string; The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} --- @@ -837,7 +837,7 @@ public readonly policyData: string; The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} --- diff --git a/docs/groupMembers.csharp.md b/docs/groupMembers.csharp.md index d0d6c1fb2..2c12f905e 100644 --- a/docs/groupMembers.csharp.md +++ b/docs/groupMembers.csharp.md @@ -4,7 +4,7 @@ ### GroupMembers -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members hcp_group_members}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members hcp_group_members}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupMembers to import. The id of the existing GroupMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ public string Group { get; set; } The group's resource name in the format `iam/organization//group/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} --- @@ -836,7 +836,7 @@ public string[] Members { get; set; } A list of user principal IDs to add to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} --- diff --git a/docs/groupMembers.go.md b/docs/groupMembers.go.md index 920c5f285..91bb8c80d 100644 --- a/docs/groupMembers.go.md +++ b/docs/groupMembers.go.md @@ -4,12 +4,12 @@ ### GroupMembers -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members hcp_group_members}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members hcp_group_members}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupmembers" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupmembers" groupmembers.NewGroupMembers(scope Construct, id *string, config GroupMembersConfig) GroupMembers ``` @@ -378,7 +378,7 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupmembers" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupmembers" groupmembers.GroupMembers_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupmembers" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupmembers" groupmembers.GroupMembers_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ groupmembers.GroupMembers_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupmembers" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupmembers" groupmembers.GroupMembers_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ groupmembers.GroupMembers_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupmembers" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupmembers" groupmembers.GroupMembers_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupMembers to import. The id of the existing GroupMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use --- @@ -711,7 +711,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/groupmembers" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/groupmembers" &groupmembers.GroupMembersConfig { Connection: interface{}, @@ -822,7 +822,7 @@ Group *string The group's resource name in the format `iam/organization//group/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} --- @@ -836,7 +836,7 @@ Members *[]*string A list of user principal IDs to add to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} --- diff --git a/docs/groupMembers.java.md b/docs/groupMembers.java.md index 3ffdb8128..4e52bc693 100644 --- a/docs/groupMembers.java.md +++ b/docs/groupMembers.java.md @@ -4,7 +4,7 @@ ### GroupMembers -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members hcp_group_members}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members hcp_group_members}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The group's resource name in the format `iam/organization//group/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A list of user principal IDs to add to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the GroupMembers to import. The id of the existing GroupMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ public java.lang.String getGroup(); The group's resource name in the format `iam/organization//group/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} --- @@ -920,7 +920,7 @@ public java.util.List getMembers(); A list of user principal IDs to add to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} --- diff --git a/docs/groupMembers.python.md b/docs/groupMembers.python.md index 80fa0614f..7ced9101d 100644 --- a/docs/groupMembers.python.md +++ b/docs/groupMembers.python.md @@ -4,7 +4,7 @@ ### GroupMembers -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members hcp_group_members}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members hcp_group_members}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The group's resource name in the format `iam/organization//group/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A list of user principal IDs to add to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} --- @@ -591,7 +591,7 @@ The construct id used in the generated config for the GroupMembers to import. The id of the existing GroupMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use --- @@ -946,7 +946,7 @@ group: str The group's resource name in the format `iam/organization//group/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} --- @@ -960,7 +960,7 @@ members: typing.List[str] A list of user principal IDs to add to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} --- diff --git a/docs/groupMembers.typescript.md b/docs/groupMembers.typescript.md index f5cca30fb..8b4a1b319 100644 --- a/docs/groupMembers.typescript.md +++ b/docs/groupMembers.typescript.md @@ -4,7 +4,7 @@ ### GroupMembers -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members hcp_group_members}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members hcp_group_members}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the GroupMembers to import. The id of the existing GroupMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use --- @@ -812,7 +812,7 @@ public readonly group: string; The group's resource name in the format `iam/organization//group/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} --- @@ -826,7 +826,7 @@ public readonly members: string[]; A list of user principal IDs to add to the group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} --- diff --git a/docs/hvn.csharp.md b/docs/hvn.csharp.md index d06c393b5..991a3f4a8 100644 --- a/docs/hvn.csharp.md +++ b/docs/hvn.csharp.md @@ -4,7 +4,7 @@ ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the Hvn to import. The id of the existing Hvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ new HvnConfig { | HvnId | string | The ID of the HashiCorp Virtual Network (HVN). | | Region | string | The region where the HVN is located. | | CidrBlock | string | The CIDR range of the HVN. If this is not provided, the service will provide a default value. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. | | ProjectId | string | The ID of the HCP project where the HVN is located. | | Timeouts | HvnTimeouts | timeouts block. | @@ -1038,7 +1038,7 @@ public string CloudProvider { get; set; } The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1052,7 +1052,7 @@ public string HvnId { get; set; } The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1066,7 +1066,7 @@ public string Region { get; set; } The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} --- @@ -1080,7 +1080,7 @@ public string CidrBlock { get; set; } The CIDR range of the HVN. If this is not provided, the service will provide a default value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1092,7 +1092,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1112,7 +1112,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1126,7 +1126,7 @@ public HvnTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1148,9 +1148,9 @@ new HvnTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1162,7 +1162,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. --- @@ -1174,7 +1174,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. --- @@ -1186,7 +1186,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvn.go.md b/docs/hvn.go.md index 1c9a9136c..f51c2bcb4 100644 --- a/docs/hvn.go.md +++ b/docs/hvn.go.md @@ -4,12 +4,12 @@ ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn hcp_hvn}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.NewHvn(scope Construct, id *string, config HvnConfig) Hvn ``` @@ -419,7 +419,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ hvn.Hvn_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ hvn.Hvn_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +508,7 @@ The construct id used in the generated config for the Hvn to import. The id of the existing Hvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" &hvn.HvnConfig { Connection: interface{}, @@ -933,7 +933,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" CidrBlock: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.hvn.HvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvn.HvnTimeouts, } ``` @@ -952,7 +952,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" | HvnId | *string | The ID of the HashiCorp Virtual Network (HVN). | | Region | *string | The region where the HVN is located. | | CidrBlock | *string | The CIDR range of the HVN. If this is not provided, the service will provide a default value. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. | | ProjectId | *string | The ID of the HCP project where the HVN is located. | | Timeouts | HvnTimeouts | timeouts block. | @@ -1038,7 +1038,7 @@ CloudProvider *string The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1052,7 +1052,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1066,7 +1066,7 @@ Region *string The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} --- @@ -1080,7 +1080,7 @@ CidrBlock *string The CIDR range of the HVN. If this is not provided, the service will provide a default value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1092,7 +1092,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1112,7 +1112,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1126,7 +1126,7 @@ Timeouts HvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1135,7 +1135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" &hvn.HvnTimeouts { Create: *string, @@ -1148,9 +1148,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1162,7 +1162,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. --- @@ -1174,7 +1174,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. --- @@ -1186,7 +1186,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. --- @@ -1197,7 +1197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.NewHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnTimeoutsOutputReference ``` diff --git a/docs/hvn.java.md b/docs/hvn.java.md index 2508cab2b..deba224d2 100644 --- a/docs/hvn.java.md +++ b/docs/hvn.java.md @@ -4,7 +4,7 @@ ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -48,7 +48,7 @@ Hvn.Builder.create(Construct scope, java.lang.String id) | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | | region | java.lang.String | The region where the HVN is located. | | cidrBlock | java.lang.String | The CIDR range of the HVN. If this is not provided, the service will provide a default value. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN is located. | | timeouts | HvnTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The CIDR range of the HVN. If this is not provided, the service will provide a default value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -174,7 +174,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -652,7 +652,7 @@ The construct id used in the generated config for the Hvn to import. The id of the existing Hvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -1100,7 +1100,7 @@ HvnConfig.builder() | hvnId | java.lang.String | The ID of the HashiCorp Virtual Network (HVN). | | region | java.lang.String | The region where the HVN is located. | | cidrBlock | java.lang.String | The CIDR range of the HVN. If this is not provided, the service will provide a default value. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN is located. | | timeouts | HvnTimeouts | timeouts block. | @@ -1186,7 +1186,7 @@ public java.lang.String getCloudProvider(); The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1200,7 +1200,7 @@ public java.lang.String getHvnId(); The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1214,7 +1214,7 @@ public java.lang.String getRegion(); The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} --- @@ -1228,7 +1228,7 @@ public java.lang.String getCidrBlock(); The CIDR range of the HVN. If this is not provided, the service will provide a default value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1240,7 +1240,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1260,7 +1260,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1274,7 +1274,7 @@ public HvnTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1296,9 +1296,9 @@ HvnTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1310,7 +1310,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. --- @@ -1322,7 +1322,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. --- @@ -1334,7 +1334,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvn.python.md b/docs/hvn.python.md index f9221e719..d2308a130 100644 --- a/docs/hvn.python.md +++ b/docs/hvn.python.md @@ -4,7 +4,7 @@ ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -46,7 +46,7 @@ hvn.Hvn( | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | | region | str | The region where the HVN is located. | | cidr_block | str | The CIDR range of the HVN. If this is not provided, the service will provide a default value. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. | | project_id | str | The ID of the HCP project where the HVN is located. | | timeouts | HvnTimeouts | timeouts block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The CIDR range of the HVN. If this is not provided, the service will provide a default value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -172,7 +172,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -560,7 +560,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. --- @@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. --- @@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. --- @@ -718,7 +718,7 @@ The construct id used in the generated config for the Hvn to import. The id of the existing Hvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -1162,7 +1162,7 @@ hvn.HvnConfig( | hvn_id | str | The ID of the HashiCorp Virtual Network (HVN). | | region | str | The region where the HVN is located. | | cidr_block | str | The CIDR range of the HVN. If this is not provided, the service will provide a default value. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. | | project_id | str | The ID of the HCP project where the HVN is located. | | timeouts | HvnTimeouts | timeouts block. | @@ -1248,7 +1248,7 @@ cloud_provider: str The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1262,7 +1262,7 @@ hvn_id: str The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1276,7 +1276,7 @@ region: str The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} --- @@ -1290,7 +1290,7 @@ cidr_block: str The CIDR range of the HVN. If this is not provided, the service will provide a default value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1302,7 +1302,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1322,7 +1322,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1336,7 +1336,7 @@ timeouts: HvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1358,9 +1358,9 @@ hvn.HvnTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1372,7 +1372,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. --- @@ -1384,7 +1384,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. --- @@ -1396,7 +1396,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvn.typescript.md b/docs/hvn.typescript.md index f3e2f9f19..465c846b5 100644 --- a/docs/hvn.typescript.md +++ b/docs/hvn.typescript.md @@ -4,7 +4,7 @@ ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the Hvn to import. The id of the existing Hvn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ const hvnConfig: hvn.HvnConfig = { ... } | hvnId | string | The ID of the HashiCorp Virtual Network (HVN). | | region | string | The region where the HVN is located. | | cidrBlock | string | The CIDR range of the HVN. If this is not provided, the service will provide a default value. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. | | projectId | string | The ID of the HCP project where the HVN is located. | | timeouts | HvnTimeouts | timeouts block. | @@ -1023,7 +1023,7 @@ public readonly cloudProvider: string; The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1037,7 +1037,7 @@ public readonly hvnId: string; The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1051,7 +1051,7 @@ public readonly region: string; The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} --- @@ -1065,7 +1065,7 @@ public readonly cidrBlock: string; The CIDR range of the HVN. If this is not provided, the service will provide a default value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1077,7 +1077,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1097,7 +1097,7 @@ The ID of the HCP project where the HVN is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1111,7 +1111,7 @@ public readonly timeouts: HvnTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1129,9 +1129,9 @@ const hvnTimeouts: hvn.HvnTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1143,7 +1143,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create}. --- @@ -1155,7 +1155,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default}. --- @@ -1167,7 +1167,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvnPeeringConnection.csharp.md b/docs/hvnPeeringConnection.csharp.md index 4c07aca7c..f31c44b8a 100644 --- a/docs/hvnPeeringConnection.csharp.md +++ b/docs/hvnPeeringConnection.csharp.md @@ -4,7 +4,7 @@ ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im The id of the existing HvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ new HvnPeeringConnectionConfig { | Provisioners | object[] | *No description.* | | Hvn1 | string | The unique URL of one of the HVNs being peered. | | Hvn2 | string | The unique URL of one of the HVNs being peered. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | | ProjectId | string | The ID of the HCP project where HVN peering connection is located. | | Timeouts | HvnPeeringConnectionTimeouts | timeouts block. | @@ -994,7 +994,7 @@ public string Hvn1 { get; set; } The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -1008,7 +1008,7 @@ public string Hvn2 { get; set; } The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -1020,7 +1020,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1039,7 +1039,7 @@ The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1053,7 +1053,7 @@ public HvnPeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1075,9 +1075,9 @@ new HvnPeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1089,7 +1089,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1101,7 +1101,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1113,7 +1113,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnPeeringConnection.go.md b/docs/hvnPeeringConnection.go.md index e1eebe5fa..65886a4f5 100644 --- a/docs/hvnPeeringConnection.go.md +++ b/docs/hvnPeeringConnection.go.md @@ -4,12 +4,12 @@ ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.NewHvnPeeringConnection(scope Construct, id *string, config HvnPeeringConnectionConfig) HvnPeeringConnection ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ hvnpeeringconnection.HvnPeeringConnection_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ hvnpeeringconnection.HvnPeeringConnection_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im The id of the existing HvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" &hvnpeeringconnection.HvnPeeringConnectionConfig { Connection: interface{}, @@ -891,7 +891,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.hvnPeeringConnection.HvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnPeeringConnection.HvnPeeringConnectionTimeouts, } ``` @@ -908,7 +908,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" | Provisioners | *[]interface{} | *No description.* | | Hvn1 | *string | The unique URL of one of the HVNs being peered. | | Hvn2 | *string | The unique URL of one of the HVNs being peered. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | | ProjectId | *string | The ID of the HCP project where HVN peering connection is located. | | Timeouts | HvnPeeringConnectionTimeouts | timeouts block. | @@ -994,7 +994,7 @@ Hvn1 *string The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -1008,7 +1008,7 @@ Hvn2 *string The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -1020,7 +1020,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1039,7 +1039,7 @@ The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1053,7 +1053,7 @@ Timeouts HvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1062,7 +1062,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" &hvnpeeringconnection.HvnPeeringConnectionTimeouts { Create: *string, @@ -1075,9 +1075,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1089,7 +1089,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1101,7 +1101,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1113,7 +1113,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- @@ -1124,7 +1124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.NewHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnPeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/hvnPeeringConnection.java.md b/docs/hvnPeeringConnection.java.md index fe85e1dfb..f350af002 100644 --- a/docs/hvnPeeringConnection.java.md +++ b/docs/hvnPeeringConnection.java.md @@ -4,7 +4,7 @@ ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -44,7 +44,7 @@ HvnPeeringConnection.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | hvn1 | java.lang.String | The unique URL of one of the HVNs being peered. | | hvn2 | java.lang.String | The unique URL of one of the HVNs being peered. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | | projectId | java.lang.String | The ID of the HCP project where HVN peering connection is located. | | timeouts | HvnPeeringConnectionTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im The id of the existing HvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1031,7 +1031,7 @@ HvnPeeringConnectionConfig.builder() | provisioners | java.util.List | *No description.* | | hvn1 | java.lang.String | The unique URL of one of the HVNs being peered. | | hvn2 | java.lang.String | The unique URL of one of the HVNs being peered. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | | projectId | java.lang.String | The ID of the HCP project where HVN peering connection is located. | | timeouts | HvnPeeringConnectionTimeouts | timeouts block. | @@ -1117,7 +1117,7 @@ public java.lang.String getHvn1(); The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -1131,7 +1131,7 @@ public java.lang.String getHvn2(); The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -1143,7 +1143,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1176,7 +1176,7 @@ public HvnPeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1198,9 +1198,9 @@ HvnPeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1212,7 +1212,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1224,7 +1224,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1236,7 +1236,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnPeeringConnection.python.md b/docs/hvnPeeringConnection.python.md index 79b145419..8fd2a1351 100644 --- a/docs/hvnPeeringConnection.python.md +++ b/docs/hvnPeeringConnection.python.md @@ -4,7 +4,7 @@ ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -42,7 +42,7 @@ hvnPeeringConnection.HvnPeeringConnection( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn1 | str | The unique URL of one of the HVNs being peered. | | hvn2 | str | The unique URL of one of the HVNs being peered. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | | project_id | str | The ID of the HCP project where HVN peering connection is located. | | timeouts | HvnPeeringConnectionTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -534,7 +534,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -542,7 +542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -550,7 +550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- @@ -686,7 +686,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im The id of the existing HvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1093,7 +1093,7 @@ hvnPeeringConnection.HvnPeeringConnectionConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | hvn1 | str | The unique URL of one of the HVNs being peered. | | hvn2 | str | The unique URL of one of the HVNs being peered. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | | project_id | str | The ID of the HCP project where HVN peering connection is located. | | timeouts | HvnPeeringConnectionTimeouts | timeouts block. | @@ -1179,7 +1179,7 @@ hvn1: str The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -1193,7 +1193,7 @@ hvn2: str The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -1205,7 +1205,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1224,7 +1224,7 @@ The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1238,7 +1238,7 @@ timeouts: HvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1260,9 +1260,9 @@ hvnPeeringConnection.HvnPeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1274,7 +1274,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1286,7 +1286,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1298,7 +1298,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnPeeringConnection.typescript.md b/docs/hvnPeeringConnection.typescript.md index bfb6ceb8b..304a6b010 100644 --- a/docs/hvnPeeringConnection.typescript.md +++ b/docs/hvnPeeringConnection.typescript.md @@ -4,7 +4,7 @@ ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im The id of the existing HvnPeeringConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -895,7 +895,7 @@ const hvnPeeringConnectionConfig: hvnPeeringConnection.HvnPeeringConnectionConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | hvn1 | string | The unique URL of one of the HVNs being peered. | | hvn2 | string | The unique URL of one of the HVNs being peered. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | | projectId | string | The ID of the HCP project where HVN peering connection is located. | | timeouts | HvnPeeringConnectionTimeouts | timeouts block. | @@ -981,7 +981,7 @@ public readonly hvn1: string; The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -995,7 +995,7 @@ public readonly hvn2: string; The unique URL of one of the HVNs being peered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -1007,7 +1007,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1026,7 +1026,7 @@ The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1040,7 +1040,7 @@ public readonly timeouts: HvnPeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1058,9 +1058,9 @@ const hvnPeeringConnectionTimeouts: hvnPeeringConnection.HvnPeeringConnectionTim | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1072,7 +1072,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1084,7 +1084,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1096,7 +1096,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnRoute.csharp.md b/docs/hvnRoute.csharp.md index 726b8bf7b..0ac18d489 100644 --- a/docs/hvnRoute.csharp.md +++ b/docs/hvnRoute.csharp.md @@ -4,7 +4,7 @@ ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the HvnRoute to import. The id of the existing HvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} --- @@ -975,7 +975,7 @@ Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} --- @@ -1021,7 +1021,7 @@ new HvnRouteConfig { | HvnRouteId | string | The ID of the HVN route. | | TargetLink | string | A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). | | AzureConfig | HvnRouteAzureConfig | azure_config block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. | | ProjectId | string | The ID of the HCP project where the HVN route is located. | | Timeouts | HvnRouteTimeouts | timeouts block. | @@ -1107,7 +1107,7 @@ public string DestinationCidr { get; set; } The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -1121,7 +1121,7 @@ public string HvnLink { get; set; } The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -1135,7 +1135,7 @@ public string HvnRouteId { get; set; } The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1149,7 +1149,7 @@ public string TargetLink { get; set; } A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1163,7 +1163,7 @@ public HvnRouteAzureConfig AzureConfig { get; set; } azure_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} --- @@ -1175,7 +1175,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1194,7 +1194,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1208,7 +1208,7 @@ public HvnRouteTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1230,9 +1230,9 @@ new HvnRouteTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1244,7 +1244,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1256,7 +1256,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1268,7 +1268,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/hvnRoute.go.md b/docs/hvnRoute.go.md index 92aae91e2..441a32f4a 100644 --- a/docs/hvnRoute.go.md +++ b/docs/hvnRoute.go.md @@ -4,12 +4,12 @@ ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.NewHvnRoute(scope Construct, id *string, config HvnRouteConfig) HvnRoute ``` @@ -432,7 +432,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,7 @@ hvnroute.HvnRoute_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,7 @@ hvnroute.HvnRoute_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -521,7 +521,7 @@ The construct id used in the generated config for the HvnRoute to import. The id of the existing HvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -930,7 +930,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" &hvnroute.HvnRouteAzureConfig { NextHopType: *string, @@ -959,7 +959,7 @@ The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} --- @@ -975,7 +975,7 @@ Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} --- @@ -984,7 +984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" &hvnroute.HvnRouteConfig { Connection: interface{}, @@ -998,10 +998,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" HvnLink: *string, HvnRouteId: *string, TargetLink: *string, - AzureConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.hvnRoute.HvnRouteAzureConfig, + AzureConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnRoute.HvnRouteAzureConfig, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.hvnRoute.HvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnRoute.HvnRouteTimeouts, } ``` @@ -1021,7 +1021,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" | HvnRouteId | *string | The ID of the HVN route. | | TargetLink | *string | A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). | | AzureConfig | HvnRouteAzureConfig | azure_config block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. | | ProjectId | *string | The ID of the HCP project where the HVN route is located. | | Timeouts | HvnRouteTimeouts | timeouts block. | @@ -1107,7 +1107,7 @@ DestinationCidr *string The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -1121,7 +1121,7 @@ HvnLink *string The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -1135,7 +1135,7 @@ HvnRouteId *string The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1149,7 +1149,7 @@ TargetLink *string A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1163,7 +1163,7 @@ AzureConfig HvnRouteAzureConfig azure_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} --- @@ -1175,7 +1175,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1194,7 +1194,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1208,7 +1208,7 @@ Timeouts HvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1217,7 +1217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" &hvnroute.HvnRouteTimeouts { Create: *string, @@ -1230,9 +1230,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1244,7 +1244,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1256,7 +1256,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1268,7 +1268,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- @@ -1279,7 +1279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.NewHvnRouteAzureConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnRouteAzureConfigOutputReference ``` @@ -1579,7 +1579,7 @@ func InternalValue() HvnRouteAzureConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.NewHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnRouteTimeoutsOutputReference ``` diff --git a/docs/hvnRoute.java.md b/docs/hvnRoute.java.md index 25c3a7de7..5c8544ca7 100644 --- a/docs/hvnRoute.java.md +++ b/docs/hvnRoute.java.md @@ -4,7 +4,7 @@ ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -50,7 +50,7 @@ HvnRoute.Builder.create(Construct scope, java.lang.String id) | hvnRouteId | java.lang.String | The ID of the HVN route. | | targetLink | java.lang.String | A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). | | azureConfig | HvnRouteAzureConfig | azure_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN route is located. | | timeouts | HvnRouteTimeouts | timeouts block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi azure_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -185,7 +185,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -676,7 +676,7 @@ The construct id used in the generated config for the HvnRoute to import. The id of the existing HvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -1114,7 +1114,7 @@ The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} --- @@ -1130,7 +1130,7 @@ Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} --- @@ -1180,7 +1180,7 @@ HvnRouteConfig.builder() | hvnRouteId | java.lang.String | The ID of the HVN route. | | targetLink | java.lang.String | A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). | | azureConfig | HvnRouteAzureConfig | azure_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. | | projectId | java.lang.String | The ID of the HCP project where the HVN route is located. | | timeouts | HvnRouteTimeouts | timeouts block. | @@ -1266,7 +1266,7 @@ public java.lang.String getDestinationCidr(); The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -1280,7 +1280,7 @@ public java.lang.String getHvnLink(); The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -1294,7 +1294,7 @@ public java.lang.String getHvnRouteId(); The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1308,7 +1308,7 @@ public java.lang.String getTargetLink(); A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1322,7 +1322,7 @@ public HvnRouteAzureConfig getAzureConfig(); azure_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} --- @@ -1334,7 +1334,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1353,7 +1353,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1367,7 +1367,7 @@ public HvnRouteTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1389,9 +1389,9 @@ HvnRouteTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1403,7 +1403,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1415,7 +1415,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1427,7 +1427,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/hvnRoute.python.md b/docs/hvnRoute.python.md index e6f051930..4629947fd 100644 --- a/docs/hvnRoute.python.md +++ b/docs/hvnRoute.python.md @@ -4,7 +4,7 @@ ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -48,7 +48,7 @@ hvnRoute.HvnRoute( | hvn_route_id | str | The ID of the HVN route. | | target_link | str | A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). | | azure_config | HvnRouteAzureConfig | azure_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. | | project_id | str | The ID of the HCP project where the HVN route is located. | | timeouts | HvnRouteTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi azure_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -183,7 +183,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -575,7 +575,7 @@ The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} --- @@ -587,7 +587,7 @@ Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} --- @@ -605,7 +605,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -613,7 +613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- @@ -763,7 +763,7 @@ The construct id used in the generated config for the HvnRoute to import. The id of the existing HvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -1201,7 +1201,7 @@ The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} --- @@ -1217,7 +1217,7 @@ Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} --- @@ -1263,7 +1263,7 @@ hvnRoute.HvnRouteConfig( | hvn_route_id | str | The ID of the HVN route. | | target_link | str | A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). | | azure_config | HvnRouteAzureConfig | azure_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. | | project_id | str | The ID of the HCP project where the HVN route is located. | | timeouts | HvnRouteTimeouts | timeouts block. | @@ -1349,7 +1349,7 @@ destination_cidr: str The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -1363,7 +1363,7 @@ hvn_link: str The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -1377,7 +1377,7 @@ hvn_route_id: str The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1391,7 +1391,7 @@ target_link: str A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1405,7 +1405,7 @@ azure_config: HvnRouteAzureConfig azure_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} --- @@ -1417,7 +1417,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1436,7 +1436,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1450,7 +1450,7 @@ timeouts: HvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1472,9 +1472,9 @@ hvnRoute.HvnRouteTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1486,7 +1486,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1498,7 +1498,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1510,7 +1510,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/hvnRoute.typescript.md b/docs/hvnRoute.typescript.md index 3a6257fc1..6a7e9990e 100644 --- a/docs/hvnRoute.typescript.md +++ b/docs/hvnRoute.typescript.md @@ -4,7 +4,7 @@ ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the HvnRoute to import. The id of the existing HvnRoute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,7 @@ The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} --- @@ -972,7 +972,7 @@ Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} --- @@ -1002,7 +1002,7 @@ const hvnRouteConfig: hvnRoute.HvnRouteConfig = { ... } | hvnRouteId | string | The ID of the HVN route. | | targetLink | string | A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). | | azureConfig | HvnRouteAzureConfig | azure_config block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. | | projectId | string | The ID of the HCP project where the HVN route is located. | | timeouts | HvnRouteTimeouts | timeouts block. | @@ -1088,7 +1088,7 @@ public readonly destinationCidr: string; The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -1102,7 +1102,7 @@ public readonly hvnLink: string; The `self_link` of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -1116,7 +1116,7 @@ public readonly hvnRouteId: string; The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1130,7 +1130,7 @@ public readonly targetLink: string; A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1144,7 +1144,7 @@ public readonly azureConfig: HvnRouteAzureConfig; azure_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} --- @@ -1156,7 +1156,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1175,7 +1175,7 @@ The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1189,7 +1189,7 @@ public readonly timeouts: HvnRouteTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1207,9 +1207,9 @@ const hvnRouteTimeouts: hvnRoute.HvnRouteTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1221,7 +1221,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1233,7 +1233,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1245,7 +1245,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/iamWorkloadIdentityProvider.csharp.md b/docs/iamWorkloadIdentityProvider.csharp.md index c7e3b8500..30062bb96 100644 --- a/docs/iamWorkloadIdentityProvider.csharp.md +++ b/docs/iamWorkloadIdentityProvider.csharp.md @@ -4,7 +4,7 @@ ### IamWorkloadIdentityProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide The id of the existing IamWorkloadIdentityProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use --- @@ -893,7 +893,7 @@ public string AccountId { get; set; } The AWS Account ID that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} --- @@ -935,9 +935,9 @@ new IamWorkloadIdentityProviderConfig { | ConditionalAccess | string | conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. | | Name | string | The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. | | ServicePrincipal | string | The service principal's resource name for which the workload identity provider will be created for. | -| Aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | +| Aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | | Description | string | A description for the workload identity provider. | -| Oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | +| Oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | --- @@ -1023,7 +1023,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang It restricts which upstream identities are allowed to access the service principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} --- @@ -1037,7 +1037,7 @@ public string Name { get; set; } The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} --- @@ -1053,7 +1053,7 @@ The service principal's resource name for which the workload identity provider w Only service principals created within a project are allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} --- @@ -1065,7 +1065,7 @@ public IamWorkloadIdentityProviderAws Aws { get; set; } - *Type:* IamWorkloadIdentityProviderAws -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. --- @@ -1079,7 +1079,7 @@ public string Description { get; set; } A description for the workload identity provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} --- @@ -1091,7 +1091,7 @@ public IamWorkloadIdentityProviderOidc Oidc { get; set; } - *Type:* IamWorkloadIdentityProviderOidc -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. --- @@ -1127,7 +1127,7 @@ public string IssuerUri { get; set; } The URL of the OIDC Issuer that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} --- @@ -1143,7 +1143,7 @@ allowed_audiences is the set of audiences set on the access token that are allow The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} --- diff --git a/docs/iamWorkloadIdentityProvider.go.md b/docs/iamWorkloadIdentityProvider.go.md index 8952db487..60c04b96a 100644 --- a/docs/iamWorkloadIdentityProvider.go.md +++ b/docs/iamWorkloadIdentityProvider.go.md @@ -4,12 +4,12 @@ ### IamWorkloadIdentityProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" iamworkloadidentityprovider.NewIamWorkloadIdentityProvider(scope Construct, id *string, config IamWorkloadIdentityProviderConfig) IamWorkloadIdentityProvider ``` @@ -425,7 +425,7 @@ func ResetOidc() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" iamworkloadidentityprovider.IamWorkloadIdentityProvider_IsConstruct(x interface{}) *bool ``` @@ -457,7 +457,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" iamworkloadidentityprovider.IamWorkloadIdentityProvider_IsTerraformElement(x interface{}) *bool ``` @@ -471,7 +471,7 @@ iamworkloadidentityprovider.IamWorkloadIdentityProvider_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" iamworkloadidentityprovider.IamWorkloadIdentityProvider_IsTerraformResource(x interface{}) *bool ``` @@ -485,7 +485,7 @@ iamworkloadidentityprovider.IamWorkloadIdentityProvider_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" iamworkloadidentityprovider.IamWorkloadIdentityProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -514,7 +514,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide The id of the existing IamWorkloadIdentityProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use --- @@ -868,7 +868,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" &iamworkloadidentityprovider.IamWorkloadIdentityProviderAws { AccountId: *string, @@ -893,7 +893,7 @@ AccountId *string The AWS Account ID that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} --- @@ -902,7 +902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" &iamworkloadidentityprovider.IamWorkloadIdentityProviderConfig { Connection: interface{}, @@ -915,9 +915,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovide ConditionalAccess: *string, Name: *string, ServicePrincipal: *string, - Aws: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.iamWorkloadIdentityProvider.IamWorkloadIdentityProviderAws, + Aws: github.com/cdktf/cdktf-provider-hcp-go/hcp.iamWorkloadIdentityProvider.IamWorkloadIdentityProviderAws, Description: *string, - Oidc: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.iamWorkloadIdentityProvider.IamWorkloadIdentityProviderOidc, + Oidc: github.com/cdktf/cdktf-provider-hcp-go/hcp.iamWorkloadIdentityProvider.IamWorkloadIdentityProviderOidc, } ``` @@ -935,9 +935,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovide | ConditionalAccess | *string | conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. | | Name | *string | The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. | | ServicePrincipal | *string | The service principal's resource name for which the workload identity provider will be created for. | -| Aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | +| Aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | | Description | *string | A description for the workload identity provider. | -| Oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | +| Oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | --- @@ -1023,7 +1023,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang It restricts which upstream identities are allowed to access the service principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} --- @@ -1037,7 +1037,7 @@ Name *string The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} --- @@ -1053,7 +1053,7 @@ The service principal's resource name for which the workload identity provider w Only service principals created within a project are allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} --- @@ -1065,7 +1065,7 @@ Aws IamWorkloadIdentityProviderAws - *Type:* IamWorkloadIdentityProviderAws -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. --- @@ -1079,7 +1079,7 @@ Description *string A description for the workload identity provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} --- @@ -1091,7 +1091,7 @@ Oidc IamWorkloadIdentityProviderOidc - *Type:* IamWorkloadIdentityProviderOidc -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. --- @@ -1100,7 +1100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" &iamworkloadidentityprovider.IamWorkloadIdentityProviderOidc { IssuerUri: *string, @@ -1127,7 +1127,7 @@ IssuerUri *string The URL of the OIDC Issuer that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} --- @@ -1143,7 +1143,7 @@ allowed_audiences is the set of audiences set on the access token that are allow The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} --- @@ -1154,7 +1154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" iamworkloadidentityprovider.NewIamWorkloadIdentityProviderAwsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) IamWorkloadIdentityProviderAwsOutputReference ``` @@ -1425,7 +1425,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" iamworkloadidentityprovider.NewIamWorkloadIdentityProviderOidcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) IamWorkloadIdentityProviderOidcOutputReference ``` diff --git a/docs/iamWorkloadIdentityProvider.java.md b/docs/iamWorkloadIdentityProvider.java.md index 12d5d9307..b14558466 100644 --- a/docs/iamWorkloadIdentityProvider.java.md +++ b/docs/iamWorkloadIdentityProvider.java.md @@ -4,7 +4,7 @@ ### IamWorkloadIdentityProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. #### Initializers @@ -46,9 +46,9 @@ IamWorkloadIdentityProvider.Builder.create(Construct scope, java.lang.String id) | conditionalAccess | java.lang.String | conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. | | name | java.lang.String | The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. | | servicePrincipal | java.lang.String | The service principal's resource name for which the workload identity provider will be created for. | -| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | +| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | | description | java.lang.String | A description for the workload identity provider. | -| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | +| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | --- @@ -120,7 +120,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang It restricts which upstream identities are allowed to access the service principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} --- @@ -142,7 +142,7 @@ The service principal's resource name for which the workload identity provider w Only service principals created within a project are allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* IamWorkloadIdentityProviderAws -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A description for the workload identity provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* IamWorkloadIdentityProviderOidc -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. --- @@ -642,7 +642,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide The id of the existing IamWorkloadIdentityProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use --- @@ -1021,7 +1021,7 @@ public java.lang.String getAccountId(); The AWS Account ID that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} --- @@ -1067,9 +1067,9 @@ IamWorkloadIdentityProviderConfig.builder() | conditionalAccess | java.lang.String | conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. | | name | java.lang.String | The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. | | servicePrincipal | java.lang.String | The service principal's resource name for which the workload identity provider will be created for. | -| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | +| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | | description | java.lang.String | A description for the workload identity provider. | -| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | +| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | --- @@ -1155,7 +1155,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang It restricts which upstream identities are allowed to access the service principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} --- @@ -1169,7 +1169,7 @@ public java.lang.String getName(); The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} --- @@ -1185,7 +1185,7 @@ The service principal's resource name for which the workload identity provider w Only service principals created within a project are allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} --- @@ -1197,7 +1197,7 @@ public IamWorkloadIdentityProviderAws getAws(); - *Type:* IamWorkloadIdentityProviderAws -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. --- @@ -1211,7 +1211,7 @@ public java.lang.String getDescription(); A description for the workload identity provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} --- @@ -1223,7 +1223,7 @@ public IamWorkloadIdentityProviderOidc getOidc(); - *Type:* IamWorkloadIdentityProviderOidc -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. --- @@ -1259,7 +1259,7 @@ public java.lang.String getIssuerUri(); The URL of the OIDC Issuer that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} --- @@ -1275,7 +1275,7 @@ allowed_audiences is the set of audiences set on the access token that are allow The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} --- diff --git a/docs/iamWorkloadIdentityProvider.python.md b/docs/iamWorkloadIdentityProvider.python.md index fbac513fc..839962ffe 100644 --- a/docs/iamWorkloadIdentityProvider.python.md +++ b/docs/iamWorkloadIdentityProvider.python.md @@ -4,7 +4,7 @@ ### IamWorkloadIdentityProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. #### Initializers @@ -44,9 +44,9 @@ iamWorkloadIdentityProvider.IamWorkloadIdentityProvider( | conditional_access | str | conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. | | name | str | The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. | | service_principal | str | The service principal's resource name for which the workload identity provider will be created for. | -| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | +| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | | description | str | A description for the workload identity provider. | -| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | +| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | --- @@ -118,7 +118,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang It restricts which upstream identities are allowed to access the service principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} --- @@ -140,7 +140,7 @@ The service principal's resource name for which the workload identity provider w Only service principals created within a project are allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* IamWorkloadIdentityProviderAws -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A description for the workload identity provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* IamWorkloadIdentityProviderOidc -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. --- @@ -544,7 +544,7 @@ def put_aws( The AWS Account ID that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} --- @@ -563,7 +563,7 @@ def put_oidc( The URL of the OIDC Issuer that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} --- @@ -575,7 +575,7 @@ allowed_audiences is the set of audiences set on the access token that are allow The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} --- @@ -711,7 +711,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide The id of the existing IamWorkloadIdentityProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use --- @@ -1090,7 +1090,7 @@ account_id: str The AWS Account ID that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} --- @@ -1132,9 +1132,9 @@ iamWorkloadIdentityProvider.IamWorkloadIdentityProviderConfig( | conditional_access | str | conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. | | name | str | The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. | | service_principal | str | The service principal's resource name for which the workload identity provider will be created for. | -| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | +| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | | description | str | A description for the workload identity provider. | -| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | +| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | --- @@ -1220,7 +1220,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang It restricts which upstream identities are allowed to access the service principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} --- @@ -1234,7 +1234,7 @@ name: str The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} --- @@ -1250,7 +1250,7 @@ The service principal's resource name for which the workload identity provider w Only service principals created within a project are allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} --- @@ -1262,7 +1262,7 @@ aws: IamWorkloadIdentityProviderAws - *Type:* IamWorkloadIdentityProviderAws -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. --- @@ -1276,7 +1276,7 @@ description: str A description for the workload identity provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} --- @@ -1288,7 +1288,7 @@ oidc: IamWorkloadIdentityProviderOidc - *Type:* IamWorkloadIdentityProviderOidc -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. --- @@ -1324,7 +1324,7 @@ issuer_uri: str The URL of the OIDC Issuer that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} --- @@ -1340,7 +1340,7 @@ allowed_audiences is the set of audiences set on the access token that are allow The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} --- diff --git a/docs/iamWorkloadIdentityProvider.typescript.md b/docs/iamWorkloadIdentityProvider.typescript.md index 0a48db445..f8615b9b4 100644 --- a/docs/iamWorkloadIdentityProvider.typescript.md +++ b/docs/iamWorkloadIdentityProvider.typescript.md @@ -4,7 +4,7 @@ ### IamWorkloadIdentityProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide The id of the existing IamWorkloadIdentityProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use --- @@ -891,7 +891,7 @@ public readonly accountId: string; The AWS Account ID that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} --- @@ -919,9 +919,9 @@ const iamWorkloadIdentityProviderConfig: iamWorkloadIdentityProvider.IamWorkload | conditionalAccess | string | conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. | | name | string | The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. | | servicePrincipal | string | The service principal's resource name for which the workload identity provider will be created for. | -| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | +| aws | IamWorkloadIdentityProviderAws | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. | | description | string | A description for the workload identity provider. | -| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | +| oidc | IamWorkloadIdentityProviderOidc | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | --- @@ -1007,7 +1007,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang It restricts which upstream identities are allowed to access the service principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} --- @@ -1021,7 +1021,7 @@ public readonly name: string; The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} --- @@ -1037,7 +1037,7 @@ The service principal's resource name for which the workload identity provider w Only service principals created within a project are allowed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} --- @@ -1049,7 +1049,7 @@ public readonly aws: IamWorkloadIdentityProviderAws; - *Type:* IamWorkloadIdentityProviderAws -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. --- @@ -1063,7 +1063,7 @@ public readonly description: string; A description for the workload identity provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} --- @@ -1075,7 +1075,7 @@ public readonly oidc: IamWorkloadIdentityProviderOidc; - *Type:* IamWorkloadIdentityProviderOidc -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. --- @@ -1108,7 +1108,7 @@ public readonly issuerUri: string; The URL of the OIDC Issuer that is allowed to exchange workload identities. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} --- @@ -1124,7 +1124,7 @@ allowed_audiences is the set of audiences set on the access token that are allow The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} --- diff --git a/docs/logStreamingDestination.csharp.md b/docs/logStreamingDestination.csharp.md index bef144a6a..d8540206d 100644 --- a/docs/logStreamingDestination.csharp.md +++ b/docs/logStreamingDestination.csharp.md @@ -4,7 +4,7 @@ ### LogStreamingDestination -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. #### Initializers @@ -527,7 +527,7 @@ The construct id used in the generated config for the LogStreamingDestination to The id of the existing LogStreamingDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use --- @@ -857,7 +857,7 @@ public string ExternalId { get; set; } The external_id to provide when assuming the aws IAM role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} --- @@ -871,7 +871,7 @@ public string Region { get; set; } The region the CloudWatch destination is set up to stream to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} --- @@ -885,7 +885,7 @@ public string RoleArn { get; set; } The role_arn that will be assumed to stream logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} --- @@ -899,7 +899,7 @@ public string LogGroupName { get; set; } The log_group_name of the CloudWatch destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} --- @@ -937,9 +937,9 @@ new LogStreamingDestinationConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | The HCP Log Streaming Destination’s name. | -| Cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | -| Datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | -| SplunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | +| Cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | +| Datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | +| SplunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | --- @@ -1023,7 +1023,7 @@ public string Name { get; set; } The HCP Log Streaming Destination’s name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} --- @@ -1035,7 +1035,7 @@ public LogStreamingDestinationCloudwatch Cloudwatch { get; set; } - *Type:* LogStreamingDestinationCloudwatch -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. --- @@ -1047,7 +1047,7 @@ public LogStreamingDestinationDatadog Datadog { get; set; } - *Type:* LogStreamingDestinationDatadog -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. --- @@ -1059,7 +1059,7 @@ public LogStreamingDestinationSplunkCloud SplunkCloud { get; set; } - *Type:* LogStreamingDestinationSplunkCloud -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. --- @@ -1097,7 +1097,7 @@ public string ApiKey { get; set; } The value for the DD-API-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} --- @@ -1111,7 +1111,7 @@ public string Endpoint { get; set; } The Datadog endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1125,7 +1125,7 @@ public string ApplicationKey { get; set; } The value for the DD-APPLICATION-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} --- @@ -1161,7 +1161,7 @@ public string Endpoint { get; set; } The Splunk Cloud endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1175,7 +1175,7 @@ public string Token { get; set; } The authentication token that will be used by the platform to access Splunk Cloud. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} --- diff --git a/docs/logStreamingDestination.go.md b/docs/logStreamingDestination.go.md index 4304c9042..c23dfb3b8 100644 --- a/docs/logStreamingDestination.go.md +++ b/docs/logStreamingDestination.go.md @@ -4,12 +4,12 @@ ### LogStreamingDestination -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.NewLogStreamingDestination(scope Construct, id *string, config LogStreamingDestinationConfig) LogStreamingDestination ``` @@ -438,7 +438,7 @@ func ResetSplunkCloud() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.LogStreamingDestination_IsConstruct(x interface{}) *bool ``` @@ -470,7 +470,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.LogStreamingDestination_IsTerraformElement(x interface{}) *bool ``` @@ -484,7 +484,7 @@ logstreamingdestination.LogStreamingDestination_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.LogStreamingDestination_IsTerraformResource(x interface{}) *bool ``` @@ -498,7 +498,7 @@ logstreamingdestination.LogStreamingDestination_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.LogStreamingDestination_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -527,7 +527,7 @@ The construct id used in the generated config for the LogStreamingDestination to The id of the existing LogStreamingDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use --- @@ -826,7 +826,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" &logstreamingdestination.LogStreamingDestinationCloudwatch { ExternalId: *string, @@ -857,7 +857,7 @@ ExternalId *string The external_id to provide when assuming the aws IAM role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} --- @@ -871,7 +871,7 @@ Region *string The region the CloudWatch destination is set up to stream to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} --- @@ -885,7 +885,7 @@ RoleArn *string The role_arn that will be assumed to stream logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} --- @@ -899,7 +899,7 @@ LogGroupName *string The log_group_name of the CloudWatch destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} --- @@ -908,7 +908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" &logstreamingdestination.LogStreamingDestinationConfig { Connection: interface{}, @@ -919,9 +919,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Name: *string, - Cloudwatch: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.logStreamingDestination.LogStreamingDestinationCloudwatch, - Datadog: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.logStreamingDestination.LogStreamingDestinationDatadog, - SplunkCloud: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.logStreamingDestination.LogStreamingDestinationSplunkCloud, + Cloudwatch: github.com/cdktf/cdktf-provider-hcp-go/hcp.logStreamingDestination.LogStreamingDestinationCloudwatch, + Datadog: github.com/cdktf/cdktf-provider-hcp-go/hcp.logStreamingDestination.LogStreamingDestinationDatadog, + SplunkCloud: github.com/cdktf/cdktf-provider-hcp-go/hcp.logStreamingDestination.LogStreamingDestinationSplunkCloud, } ``` @@ -937,9 +937,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | The HCP Log Streaming Destination’s name. | -| Cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | -| Datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | -| SplunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | +| Cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | +| Datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | +| SplunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | --- @@ -1023,7 +1023,7 @@ Name *string The HCP Log Streaming Destination’s name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} --- @@ -1035,7 +1035,7 @@ Cloudwatch LogStreamingDestinationCloudwatch - *Type:* LogStreamingDestinationCloudwatch -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. --- @@ -1047,7 +1047,7 @@ Datadog LogStreamingDestinationDatadog - *Type:* LogStreamingDestinationDatadog -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. --- @@ -1059,7 +1059,7 @@ SplunkCloud LogStreamingDestinationSplunkCloud - *Type:* LogStreamingDestinationSplunkCloud -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. --- @@ -1068,7 +1068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" &logstreamingdestination.LogStreamingDestinationDatadog { ApiKey: *string, @@ -1097,7 +1097,7 @@ ApiKey *string The value for the DD-API-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} --- @@ -1111,7 +1111,7 @@ Endpoint *string The Datadog endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1125,7 +1125,7 @@ ApplicationKey *string The value for the DD-APPLICATION-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} --- @@ -1134,7 +1134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" &logstreamingdestination.LogStreamingDestinationSplunkCloud { Endpoint: *string, @@ -1161,7 +1161,7 @@ Endpoint *string The Splunk Cloud endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1175,7 +1175,7 @@ Token *string The authentication token that will be used by the platform to access Splunk Cloud. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} --- @@ -1186,7 +1186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.NewLogStreamingDestinationCloudwatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) LogStreamingDestinationCloudwatchOutputReference ``` @@ -1530,7 +1530,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.NewLogStreamingDestinationDatadogOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) LogStreamingDestinationDatadogOutputReference ``` @@ -1852,7 +1852,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/logstreamingdestination" logstreamingdestination.NewLogStreamingDestinationSplunkCloudOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) LogStreamingDestinationSplunkCloudOutputReference ``` diff --git a/docs/logStreamingDestination.java.md b/docs/logStreamingDestination.java.md index 6b0d09efd..70a41bed6 100644 --- a/docs/logStreamingDestination.java.md +++ b/docs/logStreamingDestination.java.md @@ -4,7 +4,7 @@ ### LogStreamingDestination -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. #### Initializers @@ -42,9 +42,9 @@ LogStreamingDestination.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The HCP Log Streaming Destination’s name. | -| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | -| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | -| splunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | +| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | +| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | +| splunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The HCP Log Streaming Destination’s name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* LogStreamingDestinationCloudwatch -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* LogStreamingDestinationDatadog -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* LogStreamingDestinationSplunkCloud -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. --- @@ -625,7 +625,7 @@ The construct id used in the generated config for the LogStreamingDestination to The id of the existing LogStreamingDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use --- @@ -955,7 +955,7 @@ public java.lang.String getExternalId(); The external_id to provide when assuming the aws IAM role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} --- @@ -969,7 +969,7 @@ public java.lang.String getRegion(); The region the CloudWatch destination is set up to stream to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} --- @@ -983,7 +983,7 @@ public java.lang.String getRoleArn(); The role_arn that will be assumed to stream logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} --- @@ -997,7 +997,7 @@ public java.lang.String getLogGroupName(); The log_group_name of the CloudWatch destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} --- @@ -1039,9 +1039,9 @@ LogStreamingDestinationConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | The HCP Log Streaming Destination’s name. | -| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | -| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | -| splunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | +| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | +| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | +| splunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | --- @@ -1125,7 +1125,7 @@ public java.lang.String getName(); The HCP Log Streaming Destination’s name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} --- @@ -1137,7 +1137,7 @@ public LogStreamingDestinationCloudwatch getCloudwatch(); - *Type:* LogStreamingDestinationCloudwatch -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. --- @@ -1149,7 +1149,7 @@ public LogStreamingDestinationDatadog getDatadog(); - *Type:* LogStreamingDestinationDatadog -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. --- @@ -1161,7 +1161,7 @@ public LogStreamingDestinationSplunkCloud getSplunkCloud(); - *Type:* LogStreamingDestinationSplunkCloud -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. --- @@ -1199,7 +1199,7 @@ public java.lang.String getApiKey(); The value for the DD-API-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} --- @@ -1213,7 +1213,7 @@ public java.lang.String getEndpoint(); The Datadog endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1227,7 +1227,7 @@ public java.lang.String getApplicationKey(); The value for the DD-APPLICATION-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} --- @@ -1263,7 +1263,7 @@ public java.lang.String getEndpoint(); The Splunk Cloud endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1277,7 +1277,7 @@ public java.lang.String getToken(); The authentication token that will be used by the platform to access Splunk Cloud. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} --- diff --git a/docs/logStreamingDestination.python.md b/docs/logStreamingDestination.python.md index af407f62f..493ceb559 100644 --- a/docs/logStreamingDestination.python.md +++ b/docs/logStreamingDestination.python.md @@ -4,7 +4,7 @@ ### LogStreamingDestination -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. #### Initializers @@ -40,9 +40,9 @@ logStreamingDestination.LogStreamingDestination( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The HCP Log Streaming Destination’s name. | -| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | -| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | -| splunk_cloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | +| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | +| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | +| splunk_cloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The HCP Log Streaming Destination’s name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* LogStreamingDestinationCloudwatch -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* LogStreamingDestinationDatadog -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* LogStreamingDestinationSplunkCloud -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. --- @@ -518,7 +518,7 @@ def put_cloudwatch( The external_id to provide when assuming the aws IAM role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} --- @@ -528,7 +528,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The region the CloudWatch destination is set up to stream to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} --- @@ -538,7 +538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role_arn that will be assumed to stream logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} --- @@ -548,7 +548,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The log_group_name of the CloudWatch destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} --- @@ -568,7 +568,7 @@ def put_datadog( The value for the DD-API-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} --- @@ -578,7 +578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Datadog endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -588,7 +588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The value for the DD-APPLICATION-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} --- @@ -607,7 +607,7 @@ def put_splunk_cloud( The Splunk Cloud endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The authentication token that will be used by the platform to access Splunk Cloud. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} --- @@ -753,7 +753,7 @@ The construct id used in the generated config for the LogStreamingDestination to The id of the existing LogStreamingDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use --- @@ -1083,7 +1083,7 @@ external_id: str The external_id to provide when assuming the aws IAM role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} --- @@ -1097,7 +1097,7 @@ region: str The region the CloudWatch destination is set up to stream to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} --- @@ -1111,7 +1111,7 @@ role_arn: str The role_arn that will be assumed to stream logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} --- @@ -1125,7 +1125,7 @@ log_group_name: str The log_group_name of the CloudWatch destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} --- @@ -1163,9 +1163,9 @@ logStreamingDestination.LogStreamingDestinationConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The HCP Log Streaming Destination’s name. | -| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | -| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | -| splunk_cloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | +| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | +| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | +| splunk_cloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | --- @@ -1249,7 +1249,7 @@ name: str The HCP Log Streaming Destination’s name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} --- @@ -1261,7 +1261,7 @@ cloudwatch: LogStreamingDestinationCloudwatch - *Type:* LogStreamingDestinationCloudwatch -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. --- @@ -1273,7 +1273,7 @@ datadog: LogStreamingDestinationDatadog - *Type:* LogStreamingDestinationDatadog -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. --- @@ -1285,7 +1285,7 @@ splunk_cloud: LogStreamingDestinationSplunkCloud - *Type:* LogStreamingDestinationSplunkCloud -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. --- @@ -1323,7 +1323,7 @@ api_key: str The value for the DD-API-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} --- @@ -1337,7 +1337,7 @@ endpoint: str The Datadog endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1351,7 +1351,7 @@ application_key: str The value for the DD-APPLICATION-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} --- @@ -1387,7 +1387,7 @@ endpoint: str The Splunk Cloud endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1401,7 +1401,7 @@ token: str The authentication token that will be used by the platform to access Splunk Cloud. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} --- diff --git a/docs/logStreamingDestination.typescript.md b/docs/logStreamingDestination.typescript.md index aa32493ed..633de1415 100644 --- a/docs/logStreamingDestination.typescript.md +++ b/docs/logStreamingDestination.typescript.md @@ -4,7 +4,7 @@ ### LogStreamingDestination -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}. #### Initializers @@ -527,7 +527,7 @@ The construct id used in the generated config for the LogStreamingDestination to The id of the existing LogStreamingDestination that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ public readonly externalId: string; The external_id to provide when assuming the aws IAM role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} --- @@ -866,7 +866,7 @@ public readonly region: string; The region the CloudWatch destination is set up to stream to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} --- @@ -880,7 +880,7 @@ public readonly roleArn: string; The role_arn that will be assumed to stream logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} --- @@ -894,7 +894,7 @@ public readonly logGroupName: string; The log_group_name of the CloudWatch destination. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} --- @@ -920,9 +920,9 @@ const logStreamingDestinationConfig: logStreamingDestination.LogStreamingDestina | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The HCP Log Streaming Destination’s name. | -| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | -| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | -| splunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | +| cloudwatch | LogStreamingDestinationCloudwatch | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. | +| datadog | LogStreamingDestinationDatadog | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. | +| splunkCloud | LogStreamingDestinationSplunkCloud | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. | --- @@ -1006,7 +1006,7 @@ public readonly name: string; The HCP Log Streaming Destination’s name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} --- @@ -1018,7 +1018,7 @@ public readonly cloudwatch: LogStreamingDestinationCloudwatch; - *Type:* LogStreamingDestinationCloudwatch -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch}. --- @@ -1030,7 +1030,7 @@ public readonly datadog: LogStreamingDestinationDatadog; - *Type:* LogStreamingDestinationDatadog -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog}. --- @@ -1042,7 +1042,7 @@ public readonly splunkCloud: LogStreamingDestinationSplunkCloud; - *Type:* LogStreamingDestinationSplunkCloud -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. --- @@ -1076,7 +1076,7 @@ public readonly apiKey: string; The value for the DD-API-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} --- @@ -1090,7 +1090,7 @@ public readonly endpoint: string; The Datadog endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1104,7 +1104,7 @@ public readonly applicationKey: string; The value for the DD-APPLICATION-KEY to send when making requests to DataDog. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} --- @@ -1137,7 +1137,7 @@ public readonly endpoint: string; The Splunk Cloud endpoint to send logs to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} --- @@ -1151,7 +1151,7 @@ public readonly token: string; The authentication token that will be used by the platform to access Splunk Cloud. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} --- diff --git a/docs/notificationsWebhook.csharp.md b/docs/notificationsWebhook.csharp.md index ccfe4d284..106963fa1 100644 --- a/docs/notificationsWebhook.csharp.md +++ b/docs/notificationsWebhook.csharp.md @@ -4,7 +4,7 @@ ### NotificationsWebhook -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook hcp_notifications_webhook}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook hcp_notifications_webhook}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the NotificationsWebhook to im The id of the existing NotificationsWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use --- @@ -994,7 +994,7 @@ public NotificationsWebhookConfigA Config { get; set; } The webhook configuration used to deliver event payloads. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} --- @@ -1008,7 +1008,7 @@ public string Name { get; set; } The webhook's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} --- @@ -1022,7 +1022,7 @@ public string Description { get; set; } The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} --- @@ -1036,7 +1036,7 @@ public object Enabled { get; set; } Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} --- @@ -1052,7 +1052,7 @@ The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} --- @@ -1066,7 +1066,7 @@ public object Subscriptions { get; set; } Set of events to subscribe the webhook to all resources or a specific resource in the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} --- @@ -1105,7 +1105,7 @@ The HTTP or HTTPS destination URL that HCP delivers the event payloads to. The destination must be able to use the HCP webhook [payload](https://developer.hashicorp.com/hcp/docs/hcp/admin/projects/webhooks#webhook-payload). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} --- @@ -1121,7 +1121,7 @@ The arbitrary secret that HCP uses to sign all its webhook requests. This is a write-only field, it is written once and not visible thereafter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} --- @@ -1159,7 +1159,7 @@ The information about the events of a webhook subscription. The service that owns the resource is responsible for maintaining events. Refer to the service's webhook documentation for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} --- @@ -1175,7 +1175,7 @@ Refers to the resource the webhook is subscribed to. If not set, the webhook subscribes to the emitted events listed in events for any resource in the webhook's project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} --- @@ -1213,7 +1213,7 @@ The list of event actions subscribed for the resource type set as the [source](# For example, `["create", "update"]`. When the action is '*', it means that the webhook is subscribed to all event actions for the event source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} --- @@ -1229,7 +1229,7 @@ The resource type of the source of the event. For example, `hashicorp.packer.version`. Event source might not be the same type as the resource that the webhook is subscribed to ([resource_id](#resource_id)) if the event is from a descendant resource. For example, webhooks are subscribed to a `hashicorp.packer.registry` and receive events for descendent resources such as a `hashicorp.packer.version`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} --- diff --git a/docs/notificationsWebhook.go.md b/docs/notificationsWebhook.go.md index 979d3fb8b..f3bec5752 100644 --- a/docs/notificationsWebhook.go.md +++ b/docs/notificationsWebhook.go.md @@ -4,12 +4,12 @@ ### NotificationsWebhook -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook hcp_notifications_webhook}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook hcp_notifications_webhook}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NewNotificationsWebhook(scope Construct, id *string, config NotificationsWebhookConfig) NotificationsWebhook ``` @@ -432,7 +432,7 @@ func ResetSubscriptions() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NotificationsWebhook_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NotificationsWebhook_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,7 @@ notificationswebhook.NotificationsWebhook_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NotificationsWebhook_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,7 @@ notificationswebhook.NotificationsWebhook_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NotificationsWebhook_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -521,7 +521,7 @@ The construct id used in the generated config for the NotificationsWebhook to im The id of the existing NotificationsWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use --- @@ -875,7 +875,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" ¬ificationswebhook.NotificationsWebhookConfig { Connection: interface{}, @@ -885,7 +885,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, - Config: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.notificationsWebhook.NotificationsWebhookConfigA, + Config: github.com/cdktf/cdktf-provider-hcp-go/hcp.notificationsWebhook.NotificationsWebhookConfigA, Name: *string, Description: *string, Enabled: interface{}, @@ -994,7 +994,7 @@ Config NotificationsWebhookConfigA The webhook configuration used to deliver event payloads. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} --- @@ -1008,7 +1008,7 @@ Name *string The webhook's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} --- @@ -1022,7 +1022,7 @@ Description *string The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} --- @@ -1036,7 +1036,7 @@ Enabled interface{} Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} --- @@ -1052,7 +1052,7 @@ The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} --- @@ -1066,7 +1066,7 @@ Subscriptions interface{} Set of events to subscribe the webhook to all resources or a specific resource in the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} --- @@ -1075,7 +1075,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" ¬ificationswebhook.NotificationsWebhookConfigA { Url: *string, @@ -1105,7 +1105,7 @@ The HTTP or HTTPS destination URL that HCP delivers the event payloads to. The destination must be able to use the HCP webhook [payload](https://developer.hashicorp.com/hcp/docs/hcp/admin/projects/webhooks#webhook-payload). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} --- @@ -1121,7 +1121,7 @@ The arbitrary secret that HCP uses to sign all its webhook requests. This is a write-only field, it is written once and not visible thereafter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} --- @@ -1130,7 +1130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" ¬ificationswebhook.NotificationsWebhookSubscriptions { Events: interface{}, @@ -1159,7 +1159,7 @@ The information about the events of a webhook subscription. The service that owns the resource is responsible for maintaining events. Refer to the service's webhook documentation for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} --- @@ -1175,7 +1175,7 @@ Refers to the resource the webhook is subscribed to. If not set, the webhook subscribes to the emitted events listed in events for any resource in the webhook's project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} --- @@ -1184,7 +1184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" ¬ificationswebhook.NotificationsWebhookSubscriptionsEvents { Actions: *[]*string, @@ -1213,7 +1213,7 @@ The list of event actions subscribed for the resource type set as the [source](# For example, `["create", "update"]`. When the action is '*', it means that the webhook is subscribed to all event actions for the event source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} --- @@ -1229,7 +1229,7 @@ The resource type of the source of the event. For example, `hashicorp.packer.version`. Event source might not be the same type as the resource that the webhook is subscribed to ([resource_id](#resource_id)) if the event is from a descendant resource. For example, webhooks are subscribed to a `hashicorp.packer.registry` and receive events for descendent resources such as a `hashicorp.packer.version`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} --- @@ -1240,7 +1240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NewNotificationsWebhookConfigAOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) NotificationsWebhookConfigAOutputReference ``` @@ -1540,7 +1540,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NewNotificationsWebhookSubscriptionsEventsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationsWebhookSubscriptionsEventsList ``` @@ -1700,7 +1700,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NewNotificationsWebhookSubscriptionsEventsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationsWebhookSubscriptionsEventsOutputReference ``` @@ -2011,7 +2011,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NewNotificationsWebhookSubscriptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NotificationsWebhookSubscriptionsList ``` @@ -2171,7 +2171,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/notificationswebhook" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/notificationswebhook" notificationswebhook.NewNotificationsWebhookSubscriptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) NotificationsWebhookSubscriptionsOutputReference ``` diff --git a/docs/notificationsWebhook.java.md b/docs/notificationsWebhook.java.md index 074408558..1ffeffc10 100644 --- a/docs/notificationsWebhook.java.md +++ b/docs/notificationsWebhook.java.md @@ -4,7 +4,7 @@ ### NotificationsWebhook -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook hcp_notifications_webhook}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook hcp_notifications_webhook}. #### Initializers @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The webhook configuration used to deliver event payloads. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The webhook's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} --- @@ -162,7 +162,7 @@ The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Set of events to subscribe the webhook to all resources or a specific resource in the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} --- @@ -653,7 +653,7 @@ The construct id used in the generated config for the NotificationsWebhook to im The id of the existing NotificationsWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use --- @@ -1132,7 +1132,7 @@ public NotificationsWebhookConfigA getConfig(); The webhook configuration used to deliver event payloads. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} --- @@ -1146,7 +1146,7 @@ public java.lang.String getName(); The webhook's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} --- @@ -1160,7 +1160,7 @@ public java.lang.String getDescription(); The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} --- @@ -1174,7 +1174,7 @@ public java.lang.Object getEnabled(); Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} --- @@ -1190,7 +1190,7 @@ The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} --- @@ -1204,7 +1204,7 @@ public java.lang.Object getSubscriptions(); Set of events to subscribe the webhook to all resources or a specific resource in the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} --- @@ -1243,7 +1243,7 @@ The HTTP or HTTPS destination URL that HCP delivers the event payloads to. The destination must be able to use the HCP webhook [payload](https://developer.hashicorp.com/hcp/docs/hcp/admin/projects/webhooks#webhook-payload). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} --- @@ -1259,7 +1259,7 @@ The arbitrary secret that HCP uses to sign all its webhook requests. This is a write-only field, it is written once and not visible thereafter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} --- @@ -1298,7 +1298,7 @@ The information about the events of a webhook subscription. The service that owns the resource is responsible for maintaining events. Refer to the service's webhook documentation for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} --- @@ -1314,7 +1314,7 @@ Refers to the resource the webhook is subscribed to. If not set, the webhook subscribes to the emitted events listed in events for any resource in the webhook's project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} --- @@ -1352,7 +1352,7 @@ The list of event actions subscribed for the resource type set as the [source](# For example, `["create", "update"]`. When the action is '*', it means that the webhook is subscribed to all event actions for the event source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} --- @@ -1368,7 +1368,7 @@ The resource type of the source of the event. For example, `hashicorp.packer.version`. Event source might not be the same type as the resource that the webhook is subscribed to ([resource_id](#resource_id)) if the event is from a descendant resource. For example, webhooks are subscribed to a `hashicorp.packer.registry` and receive events for descendent resources such as a `hashicorp.packer.version`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} --- diff --git a/docs/notificationsWebhook.python.md b/docs/notificationsWebhook.python.md index 8f9d9d312..53d0c84f1 100644 --- a/docs/notificationsWebhook.python.md +++ b/docs/notificationsWebhook.python.md @@ -4,7 +4,7 @@ ### NotificationsWebhook -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook hcp_notifications_webhook}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook hcp_notifications_webhook}. #### Initializers @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The webhook configuration used to deliver event payloads. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The webhook's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} --- @@ -158,7 +158,7 @@ The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Set of events to subscribe the webhook to all resources or a specific resource in the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} --- @@ -551,7 +551,7 @@ The HTTP or HTTPS destination URL that HCP delivers the event payloads to. The destination must be able to use the HCP webhook [payload](https://developer.hashicorp.com/hcp/docs/hcp/admin/projects/webhooks#webhook-payload). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} --- @@ -563,7 +563,7 @@ The arbitrary secret that HCP uses to sign all its webhook requests. This is a write-only field, it is written once and not visible thereafter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} --- @@ -719,7 +719,7 @@ The construct id used in the generated config for the NotificationsWebhook to im The id of the existing NotificationsWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use --- @@ -1192,7 +1192,7 @@ config: NotificationsWebhookConfigA The webhook configuration used to deliver event payloads. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} --- @@ -1206,7 +1206,7 @@ name: str The webhook's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} --- @@ -1220,7 +1220,7 @@ description: str The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} --- @@ -1234,7 +1234,7 @@ enabled: typing.Union[bool, IResolvable] Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} --- @@ -1250,7 +1250,7 @@ The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} --- @@ -1264,7 +1264,7 @@ subscriptions: typing.Union[IResolvable, typing.List[NotificationsWebhookSubscri Set of events to subscribe the webhook to all resources or a specific resource in the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} --- @@ -1303,7 +1303,7 @@ The HTTP or HTTPS destination URL that HCP delivers the event payloads to. The destination must be able to use the HCP webhook [payload](https://developer.hashicorp.com/hcp/docs/hcp/admin/projects/webhooks#webhook-payload). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} --- @@ -1319,7 +1319,7 @@ The arbitrary secret that HCP uses to sign all its webhook requests. This is a write-only field, it is written once and not visible thereafter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} --- @@ -1357,7 +1357,7 @@ The information about the events of a webhook subscription. The service that owns the resource is responsible for maintaining events. Refer to the service's webhook documentation for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} --- @@ -1373,7 +1373,7 @@ Refers to the resource the webhook is subscribed to. If not set, the webhook subscribes to the emitted events listed in events for any resource in the webhook's project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} --- @@ -1411,7 +1411,7 @@ The list of event actions subscribed for the resource type set as the [source](# For example, `["create", "update"]`. When the action is '*', it means that the webhook is subscribed to all event actions for the event source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} --- @@ -1427,7 +1427,7 @@ The resource type of the source of the event. For example, `hashicorp.packer.version`. Event source might not be the same type as the resource that the webhook is subscribed to ([resource_id](#resource_id)) if the event is from a descendant resource. For example, webhooks are subscribed to a `hashicorp.packer.registry` and receive events for descendent resources such as a `hashicorp.packer.version`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} --- diff --git a/docs/notificationsWebhook.typescript.md b/docs/notificationsWebhook.typescript.md index 89fc3425e..76c07a9b9 100644 --- a/docs/notificationsWebhook.typescript.md +++ b/docs/notificationsWebhook.typescript.md @@ -4,7 +4,7 @@ ### NotificationsWebhook -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook hcp_notifications_webhook}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook hcp_notifications_webhook}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the NotificationsWebhook to im The id of the existing NotificationsWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use --- @@ -980,7 +980,7 @@ public readonly config: NotificationsWebhookConfigA; The webhook configuration used to deliver event payloads. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} --- @@ -994,7 +994,7 @@ public readonly name: string; The webhook's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} --- @@ -1008,7 +1008,7 @@ public readonly description: string; The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} --- @@ -1022,7 +1022,7 @@ public readonly enabled: boolean | IResolvable; Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} --- @@ -1038,7 +1038,7 @@ The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} --- @@ -1052,7 +1052,7 @@ public readonly subscriptions: IResolvable | NotificationsWebhookSubscriptions[] Set of events to subscribe the webhook to all resources or a specific resource in the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} --- @@ -1088,7 +1088,7 @@ The HTTP or HTTPS destination URL that HCP delivers the event payloads to. The destination must be able to use the HCP webhook [payload](https://developer.hashicorp.com/hcp/docs/hcp/admin/projects/webhooks#webhook-payload). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} --- @@ -1104,7 +1104,7 @@ The arbitrary secret that HCP uses to sign all its webhook requests. This is a write-only field, it is written once and not visible thereafter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} --- @@ -1139,7 +1139,7 @@ The information about the events of a webhook subscription. The service that owns the resource is responsible for maintaining events. Refer to the service's webhook documentation for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} --- @@ -1155,7 +1155,7 @@ Refers to the resource the webhook is subscribed to. If not set, the webhook subscribes to the emitted events listed in events for any resource in the webhook's project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} --- @@ -1190,7 +1190,7 @@ The list of event actions subscribed for the resource type set as the [source](# For example, `["create", "update"]`. When the action is '*', it means that the webhook is subscribed to all event actions for the event source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} --- @@ -1206,7 +1206,7 @@ The resource type of the source of the event. For example, `hashicorp.packer.version`. Event source might not be the same type as the resource that the webhook is subscribed to ([resource_id](#resource_id)) if the event is from a descendant resource. For example, webhooks are subscribed to a `hashicorp.packer.registry` and receive events for descendent resources such as a `hashicorp.packer.version`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} --- diff --git a/docs/organizationIamBinding.csharp.md b/docs/organizationIamBinding.csharp.md index 2cdf3c08f..eee7a5693 100644 --- a/docs/organizationIamBinding.csharp.md +++ b/docs/organizationIamBinding.csharp.md @@ -4,7 +4,7 @@ ### OrganizationIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamBinding to The id of the existing OrganizationIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ public string PrincipalId { get; set; } The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} --- @@ -836,7 +836,7 @@ public string Role { get; set; } The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} --- diff --git a/docs/organizationIamBinding.go.md b/docs/organizationIamBinding.go.md index 19ed44b6c..103a39873 100644 --- a/docs/organizationIamBinding.go.md +++ b/docs/organizationIamBinding.go.md @@ -4,12 +4,12 @@ ### OrganizationIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiambinding" organizationiambinding.NewOrganizationIamBinding(scope Construct, id *string, config OrganizationIamBindingConfig) OrganizationIamBinding ``` @@ -378,7 +378,7 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiambinding" organizationiambinding.OrganizationIamBinding_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiambinding" organizationiambinding.OrganizationIamBinding_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ organizationiambinding.OrganizationIamBinding_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiambinding" organizationiambinding.OrganizationIamBinding_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ organizationiambinding.OrganizationIamBinding_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiambinding" organizationiambinding.OrganizationIamBinding_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamBinding to The id of the existing OrganizationIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -711,7 +711,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiambinding" &organizationiambinding.OrganizationIamBindingConfig { Connection: interface{}, @@ -822,7 +822,7 @@ PrincipalId *string The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} --- @@ -836,7 +836,7 @@ Role *string The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} --- diff --git a/docs/organizationIamBinding.java.md b/docs/organizationIamBinding.java.md index bed47bd53..8b89a40a6 100644 --- a/docs/organizationIamBinding.java.md +++ b/docs/organizationIamBinding.java.md @@ -4,7 +4,7 @@ ### OrganizationIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the OrganizationIamBinding to The id of the existing OrganizationIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ public java.lang.String getPrincipalId(); The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} --- @@ -920,7 +920,7 @@ public java.lang.String getRole(); The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} --- diff --git a/docs/organizationIamBinding.python.md b/docs/organizationIamBinding.python.md index 375506c9d..3c8aa4f28 100644 --- a/docs/organizationIamBinding.python.md +++ b/docs/organizationIamBinding.python.md @@ -4,7 +4,7 @@ ### OrganizationIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} --- @@ -591,7 +591,7 @@ The construct id used in the generated config for the OrganizationIamBinding to The id of the existing OrganizationIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -946,7 +946,7 @@ principal_id: str The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} --- @@ -960,7 +960,7 @@ role: str The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} --- diff --git a/docs/organizationIamBinding.typescript.md b/docs/organizationIamBinding.typescript.md index 26368281d..ef741c145 100644 --- a/docs/organizationIamBinding.typescript.md +++ b/docs/organizationIamBinding.typescript.md @@ -4,7 +4,7 @@ ### OrganizationIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamBinding to The id of the existing OrganizationIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -812,7 +812,7 @@ public readonly principalId: string; The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} --- @@ -826,7 +826,7 @@ public readonly role: string; The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} --- diff --git a/docs/organizationIamPolicy.csharp.md b/docs/organizationIamPolicy.csharp.md index 4ceee171d..74f11a016 100644 --- a/docs/organizationIamPolicy.csharp.md +++ b/docs/organizationIamPolicy.csharp.md @@ -4,7 +4,7 @@ ### OrganizationIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i The id of the existing OrganizationIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -809,7 +809,7 @@ public string PolicyData { get; set; } The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} --- diff --git a/docs/organizationIamPolicy.go.md b/docs/organizationIamPolicy.go.md index 4e66e51e9..4b06936de 100644 --- a/docs/organizationIamPolicy.go.md +++ b/docs/organizationIamPolicy.go.md @@ -4,12 +4,12 @@ ### OrganizationIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiampolicy" organizationiampolicy.NewOrganizationIamPolicy(scope Construct, id *string, config OrganizationIamPolicyConfig) OrganizationIamPolicy ``` @@ -378,7 +378,7 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiampolicy" organizationiampolicy.OrganizationIamPolicy_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiampolicy" organizationiampolicy.OrganizationIamPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ organizationiampolicy.OrganizationIamPolicy_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiampolicy" organizationiampolicy.OrganizationIamPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ organizationiampolicy.OrganizationIamPolicy_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiampolicy" organizationiampolicy.OrganizationIamPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i The id of the existing OrganizationIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/organizationiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/organizationiampolicy" &organizationiampolicy.OrganizationIamPolicyConfig { Connection: interface{}, @@ -809,7 +809,7 @@ PolicyData *string The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} --- diff --git a/docs/organizationIamPolicy.java.md b/docs/organizationIamPolicy.java.md index 09880688a..125d0a7ba 100644 --- a/docs/organizationIamPolicy.java.md +++ b/docs/organizationIamPolicy.java.md @@ -4,7 +4,7 @@ ### OrganizationIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} --- @@ -535,7 +535,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i The id of the existing OrganizationIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ public java.lang.String getPolicyData(); The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} --- diff --git a/docs/organizationIamPolicy.python.md b/docs/organizationIamPolicy.python.md index 2f3a9cd75..12ae2e939 100644 --- a/docs/organizationIamPolicy.python.md +++ b/docs/organizationIamPolicy.python.md @@ -4,7 +4,7 @@ ### OrganizationIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. #### Initializers @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} --- @@ -579,7 +579,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i The id of the existing OrganizationIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,7 @@ policy_data: str The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} --- diff --git a/docs/organizationIamPolicy.typescript.md b/docs/organizationIamPolicy.typescript.md index f14da249b..7c75479f5 100644 --- a/docs/organizationIamPolicy.typescript.md +++ b/docs/organizationIamPolicy.typescript.md @@ -4,7 +4,7 @@ ### OrganizationIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i The id of the existing OrganizationIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ public readonly policyData: string; The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} --- diff --git a/docs/packerChannel.csharp.md b/docs/packerChannel.csharp.md index f6451991f..a52866767 100644 --- a/docs/packerChannel.csharp.md +++ b/docs/packerChannel.csharp.md @@ -4,7 +4,7 @@ ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannel to import. The id of the existing PackerChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ new PackerChannelConfig { | Provisioners | object[] | *No description.* | | BucketName | string | The name of the HCP Packer Registry bucket where the channel should be created. | | Name | string | The name of the channel being managed. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. | | ProjectId | string | The ID of the HCP project where this channel is located. | | Restricted | object | If true, the channel is only visible to users with permission to create and manage it. | | Timeouts | PackerChannelTimeouts | timeouts block. | @@ -1014,7 +1014,7 @@ public string BucketName { get; set; } The name of the HCP Packer Registry bucket where the channel should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -1028,7 +1028,7 @@ public string Name { get; set; } The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -1040,7 +1040,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1060,7 +1060,7 @@ The ID of the HCP project where this channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1076,7 +1076,7 @@ If true, the channel is only visible to users with permission to create and mana If false, the channel is visible to every member of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1090,7 +1090,7 @@ public PackerChannelTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1113,10 +1113,10 @@ new PackerChannelTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1128,7 +1128,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1140,7 +1140,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1152,7 +1152,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1164,7 +1164,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannel.go.md b/docs/packerChannel.go.md index 90b22e614..412f73b74 100644 --- a/docs/packerChannel.go.md +++ b/docs/packerChannel.go.md @@ -4,12 +4,12 @@ ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.NewPackerChannel(scope Construct, id *string, config PackerChannelConfig) PackerChannel ``` @@ -419,7 +419,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ packerchannel.PackerChannel_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannel to import. The id of the existing PackerChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -895,7 +895,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" &packerchannel.PackerChannelConfig { Connection: interface{}, @@ -910,7 +910,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" Id: *string, ProjectId: *string, Restricted: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.packerChannel.PackerChannelTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannel.PackerChannelTimeouts, } ``` @@ -927,7 +927,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" | Provisioners | *[]interface{} | *No description.* | | BucketName | *string | The name of the HCP Packer Registry bucket where the channel should be created. | | Name | *string | The name of the channel being managed. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. | | ProjectId | *string | The ID of the HCP project where this channel is located. | | Restricted | interface{} | If true, the channel is only visible to users with permission to create and manage it. | | Timeouts | PackerChannelTimeouts | timeouts block. | @@ -1014,7 +1014,7 @@ BucketName *string The name of the HCP Packer Registry bucket where the channel should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -1028,7 +1028,7 @@ Name *string The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -1040,7 +1040,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1060,7 +1060,7 @@ The ID of the HCP project where this channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1076,7 +1076,7 @@ If true, the channel is only visible to users with permission to create and mana If false, the channel is visible to every member of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1090,7 +1090,7 @@ Timeouts PackerChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1099,7 +1099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" &packerchannel.PackerChannelTimeouts { Create: *string, @@ -1113,10 +1113,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1128,7 +1128,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1140,7 +1140,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1152,7 +1152,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1164,7 +1164,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. --- @@ -1175,7 +1175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.NewPackerChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelTimeoutsOutputReference ``` diff --git a/docs/packerChannel.java.md b/docs/packerChannel.java.md index 94b99793c..882553960 100644 --- a/docs/packerChannel.java.md +++ b/docs/packerChannel.java.md @@ -4,7 +4,7 @@ ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -46,7 +46,7 @@ PackerChannel.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The name of the HCP Packer Registry bucket where the channel should be created. | | name | java.lang.String | The name of the channel being managed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. | | projectId | java.lang.String | The ID of the HCP project where this channel is located. | | restricted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the channel is only visible to users with permission to create and manage it. | | timeouts | PackerChannelTimeouts | timeouts block. | @@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope The name of the HCP Packer Registry bucket where the channel should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ The ID of the HCP project where this channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -165,7 +165,7 @@ If true, the channel is only visible to users with permission to create and mana If false, the channel is visible to every member of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -643,7 +643,7 @@ The construct id used in the generated config for the PackerChannel to import. The id of the existing PackerChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -1067,7 +1067,7 @@ PackerChannelConfig.builder() | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The name of the HCP Packer Registry bucket where the channel should be created. | | name | java.lang.String | The name of the channel being managed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. | | projectId | java.lang.String | The ID of the HCP project where this channel is located. | | restricted | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the channel is only visible to users with permission to create and manage it. | | timeouts | PackerChannelTimeouts | timeouts block. | @@ -1154,7 +1154,7 @@ public java.lang.String getBucketName(); The name of the HCP Packer Registry bucket where the channel should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -1168,7 +1168,7 @@ public java.lang.String getName(); The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -1180,7 +1180,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1200,7 +1200,7 @@ The ID of the HCP project where this channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1216,7 +1216,7 @@ If true, the channel is only visible to users with permission to create and mana If false, the channel is visible to every member of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1230,7 +1230,7 @@ public PackerChannelTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1253,10 +1253,10 @@ PackerChannelTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1268,7 +1268,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1280,7 +1280,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1292,7 +1292,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1304,7 +1304,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannel.python.md b/docs/packerChannel.python.md index 6df562a73..80ad784fe 100644 --- a/docs/packerChannel.python.md +++ b/docs/packerChannel.python.md @@ -4,7 +4,7 @@ ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -43,7 +43,7 @@ packerChannel.PackerChannel( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The name of the HCP Packer Registry bucket where the channel should be created. | | name | str | The name of the channel being managed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. | | project_id | str | The ID of the HCP project where this channel is located. | | restricted | typing.Union[bool, cdktf.IResolvable] | If true, the channel is only visible to users with permission to create and manage it. | | timeouts | PackerChannelTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The name of the HCP Packer Registry bucket where the channel should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -150,7 +150,7 @@ The ID of the HCP project where this channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -162,7 +162,7 @@ If true, the channel is only visible to users with permission to create and mana If false, the channel is visible to every member of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -551,7 +551,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -567,7 +567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -575,7 +575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. --- @@ -717,7 +717,7 @@ The construct id used in the generated config for the PackerChannel to import. The id of the existing PackerChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -1136,7 +1136,7 @@ packerChannel.PackerChannelConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The name of the HCP Packer Registry bucket where the channel should be created. | | name | str | The name of the channel being managed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. | | project_id | str | The ID of the HCP project where this channel is located. | | restricted | typing.Union[bool, cdktf.IResolvable] | If true, the channel is only visible to users with permission to create and manage it. | | timeouts | PackerChannelTimeouts | timeouts block. | @@ -1223,7 +1223,7 @@ bucket_name: str The name of the HCP Packer Registry bucket where the channel should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -1237,7 +1237,7 @@ name: str The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -1249,7 +1249,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1269,7 +1269,7 @@ The ID of the HCP project where this channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1285,7 +1285,7 @@ If true, the channel is only visible to users with permission to create and mana If false, the channel is visible to every member of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1299,7 +1299,7 @@ timeouts: PackerChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1322,10 +1322,10 @@ packerChannel.PackerChannelTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1337,7 +1337,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1349,7 +1349,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1361,7 +1361,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1373,7 +1373,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannel.typescript.md b/docs/packerChannel.typescript.md index 835d0ada5..7cfc37aee 100644 --- a/docs/packerChannel.typescript.md +++ b/docs/packerChannel.typescript.md @@ -4,7 +4,7 @@ ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannel to import. The id of the existing PackerChannel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -913,7 +913,7 @@ const packerChannelConfig: packerChannel.PackerChannelConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | bucketName | string | The name of the HCP Packer Registry bucket where the channel should be created. | | name | string | The name of the channel being managed. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. | | projectId | string | The ID of the HCP project where this channel is located. | | restricted | boolean \| cdktf.IResolvable | If true, the channel is only visible to users with permission to create and manage it. | | timeouts | PackerChannelTimeouts | timeouts block. | @@ -1000,7 +1000,7 @@ public readonly bucketName: string; The name of the HCP Packer Registry bucket where the channel should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -1014,7 +1014,7 @@ public readonly name: string; The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -1026,7 +1026,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1046,7 +1046,7 @@ The ID of the HCP project where this channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1062,7 +1062,7 @@ If true, the channel is only visible to users with permission to create and mana If false, the channel is visible to every member of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1076,7 +1076,7 @@ public readonly timeouts: PackerChannelTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1094,10 +1094,10 @@ const packerChannelTimeouts: packerChannel.PackerChannelTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1109,7 +1109,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1121,7 +1121,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1133,7 +1133,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1145,7 +1145,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannelAssignment.csharp.md b/docs/packerChannelAssignment.csharp.md index 1f0fa1984..ab6b2087c 100644 --- a/docs/packerChannelAssignment.csharp.md +++ b/docs/packerChannelAssignment.csharp.md @@ -4,7 +4,7 @@ ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannelAssignment to The id of the existing PackerChannelAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -883,7 +883,7 @@ new PackerChannelAssignmentConfig { | Provisioners | object[] | *No description.* | | BucketName | string | The slug of the HCP Packer bucket where the channel is located. | | ChannelName | string | The name of the HCP Packer channel being managed. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | ProjectId | string | The ID of the HCP project where the channel is located. | | Timeouts | PackerChannelAssignmentTimeouts | timeouts block. | | VersionFingerprint | string | The fingerprint of the version assigned to the channel. | @@ -970,7 +970,7 @@ public string BucketName { get; set; } The slug of the HCP Packer bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -984,7 +984,7 @@ public string ChannelName { get; set; } The name of the HCP Packer channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -996,7 +996,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1016,7 +1016,7 @@ The ID of the HCP project where the channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1030,7 +1030,7 @@ public PackerChannelAssignmentTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1044,7 +1044,7 @@ public string VersionFingerprint { get; set; } The fingerprint of the version assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} --- @@ -1067,10 +1067,10 @@ new PackerChannelAssignmentTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1082,7 +1082,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1094,7 +1094,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1106,7 +1106,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1118,7 +1118,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerChannelAssignment.go.md b/docs/packerChannelAssignment.go.md index 97e64aec7..55c74111b 100644 --- a/docs/packerChannelAssignment.go.md +++ b/docs/packerChannelAssignment.go.md @@ -4,12 +4,12 @@ ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.NewPackerChannelAssignment(scope Construct, id *string, config PackerChannelAssignmentConfig) PackerChannelAssignment ``` @@ -419,7 +419,7 @@ func ResetVersionFingerprint() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ packerchannelassignment.PackerChannelAssignment_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ packerchannelassignment.PackerChannelAssignment_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannelAssignment to The id of the existing PackerChannelAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -851,7 +851,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" &packerchannelassignment.PackerChannelAssignmentConfig { Connection: interface{}, @@ -865,7 +865,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" ChannelName: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.packerChannelAssignment.PackerChannelAssignmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannelAssignment.PackerChannelAssignmentTimeouts, VersionFingerprint: *string, } ``` @@ -883,7 +883,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" | Provisioners | *[]interface{} | *No description.* | | BucketName | *string | The slug of the HCP Packer bucket where the channel is located. | | ChannelName | *string | The name of the HCP Packer channel being managed. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | ProjectId | *string | The ID of the HCP project where the channel is located. | | Timeouts | PackerChannelAssignmentTimeouts | timeouts block. | | VersionFingerprint | *string | The fingerprint of the version assigned to the channel. | @@ -970,7 +970,7 @@ BucketName *string The slug of the HCP Packer bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -984,7 +984,7 @@ ChannelName *string The name of the HCP Packer channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -996,7 +996,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1016,7 +1016,7 @@ The ID of the HCP project where the channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1030,7 +1030,7 @@ Timeouts PackerChannelAssignmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1044,7 +1044,7 @@ VersionFingerprint *string The fingerprint of the version assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} --- @@ -1053,7 +1053,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" &packerchannelassignment.PackerChannelAssignmentTimeouts { Create: *string, @@ -1067,10 +1067,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1082,7 +1082,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1094,7 +1094,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1106,7 +1106,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1118,7 +1118,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- @@ -1129,7 +1129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.NewPackerChannelAssignmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelAssignmentTimeoutsOutputReference ``` diff --git a/docs/packerChannelAssignment.java.md b/docs/packerChannelAssignment.java.md index d80206a20..5decb8a1b 100644 --- a/docs/packerChannelAssignment.java.md +++ b/docs/packerChannelAssignment.java.md @@ -4,7 +4,7 @@ ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -45,7 +45,7 @@ PackerChannelAssignment.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The slug of the HCP Packer bucket where the channel is located. | | channelName | java.lang.String | The name of the HCP Packer channel being managed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | projectId | java.lang.String | The ID of the HCP project where the channel is located. | | timeouts | PackerChannelAssignmentTimeouts | timeouts block. | | versionFingerprint | java.lang.String | The fingerprint of the version assigned to the channel. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the HCP Packer channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -152,7 +152,7 @@ The ID of the HCP project where the channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The fingerprint of the version assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} --- @@ -640,7 +640,7 @@ The construct id used in the generated config for the PackerChannelAssignment to The id of the existing PackerChannelAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1019,7 +1019,7 @@ PackerChannelAssignmentConfig.builder() | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The slug of the HCP Packer bucket where the channel is located. | | channelName | java.lang.String | The name of the HCP Packer channel being managed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | projectId | java.lang.String | The ID of the HCP project where the channel is located. | | timeouts | PackerChannelAssignmentTimeouts | timeouts block. | | versionFingerprint | java.lang.String | The fingerprint of the version assigned to the channel. | @@ -1106,7 +1106,7 @@ public java.lang.String getBucketName(); The slug of the HCP Packer bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -1120,7 +1120,7 @@ public java.lang.String getChannelName(); The name of the HCP Packer channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -1132,7 +1132,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1152,7 +1152,7 @@ The ID of the HCP project where the channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1166,7 +1166,7 @@ public PackerChannelAssignmentTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1180,7 +1180,7 @@ public java.lang.String getVersionFingerprint(); The fingerprint of the version assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} --- @@ -1203,10 +1203,10 @@ PackerChannelAssignmentTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1218,7 +1218,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1230,7 +1230,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1242,7 +1242,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1254,7 +1254,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerChannelAssignment.python.md b/docs/packerChannelAssignment.python.md index df0b6673b..0b7b35014 100644 --- a/docs/packerChannelAssignment.python.md +++ b/docs/packerChannelAssignment.python.md @@ -4,7 +4,7 @@ ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -43,7 +43,7 @@ packerChannelAssignment.PackerChannelAssignment( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The slug of the HCP Packer bucket where the channel is located. | | channel_name | str | The name of the HCP Packer channel being managed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | project_id | str | The ID of the HCP project where the channel is located. | | timeouts | PackerChannelAssignmentTimeouts | timeouts block. | | version_fingerprint | str | The fingerprint of the version assigned to the channel. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the HCP Packer channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -150,7 +150,7 @@ The ID of the HCP project where the channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The fingerprint of the version assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} --- @@ -549,7 +549,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -557,7 +557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -573,7 +573,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- @@ -715,7 +715,7 @@ The construct id used in the generated config for the PackerChannelAssignment to The id of the existing PackerChannelAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1090,7 +1090,7 @@ packerChannelAssignment.PackerChannelAssignmentConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The slug of the HCP Packer bucket where the channel is located. | | channel_name | str | The name of the HCP Packer channel being managed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | project_id | str | The ID of the HCP project where the channel is located. | | timeouts | PackerChannelAssignmentTimeouts | timeouts block. | | version_fingerprint | str | The fingerprint of the version assigned to the channel. | @@ -1177,7 +1177,7 @@ bucket_name: str The slug of the HCP Packer bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -1191,7 +1191,7 @@ channel_name: str The name of the HCP Packer channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -1203,7 +1203,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1223,7 +1223,7 @@ The ID of the HCP project where the channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1237,7 +1237,7 @@ timeouts: PackerChannelAssignmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1251,7 +1251,7 @@ version_fingerprint: str The fingerprint of the version assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} --- @@ -1274,10 +1274,10 @@ packerChannelAssignment.PackerChannelAssignmentTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1289,7 +1289,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1301,7 +1301,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1313,7 +1313,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1325,7 +1325,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerChannelAssignment.typescript.md b/docs/packerChannelAssignment.typescript.md index b5e1971d8..b5ab45a71 100644 --- a/docs/packerChannelAssignment.typescript.md +++ b/docs/packerChannelAssignment.typescript.md @@ -4,7 +4,7 @@ ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannelAssignment to The id of the existing PackerChannelAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -869,7 +869,7 @@ const packerChannelAssignmentConfig: packerChannelAssignment.PackerChannelAssign | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | bucketName | string | The slug of the HCP Packer bucket where the channel is located. | | channelName | string | The name of the HCP Packer channel being managed. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | projectId | string | The ID of the HCP project where the channel is located. | | timeouts | PackerChannelAssignmentTimeouts | timeouts block. | | versionFingerprint | string | The fingerprint of the version assigned to the channel. | @@ -956,7 +956,7 @@ public readonly bucketName: string; The slug of the HCP Packer bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -970,7 +970,7 @@ public readonly channelName: string; The name of the HCP Packer channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -982,7 +982,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1002,7 +1002,7 @@ The ID of the HCP project where the channel is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1016,7 +1016,7 @@ public readonly timeouts: PackerChannelAssignmentTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1030,7 +1030,7 @@ public readonly versionFingerprint: string; The fingerprint of the version assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} --- @@ -1048,10 +1048,10 @@ const packerChannelAssignmentTimeouts: packerChannelAssignment.PackerChannelAssi | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1063,7 +1063,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1075,7 +1075,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1087,7 +1087,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1099,7 +1099,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerRunTask.csharp.md b/docs/packerRunTask.csharp.md index b705c90e0..92f9db1bb 100644 --- a/docs/packerRunTask.csharp.md +++ b/docs/packerRunTask.csharp.md @@ -4,7 +4,7 @@ ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerRunTask to import. The id of the existing PackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -857,7 +857,7 @@ new PackerRunTaskConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. | | ProjectId | string | The ID of the HCP project where the HCP Packer Registry is located. | | RegenerateHmac | object | If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. | | Timeouts | PackerRunTaskTimeouts | timeouts block. | @@ -942,7 +942,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -962,7 +962,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -978,7 +978,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -992,7 +992,7 @@ public PackerRunTaskTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -1015,10 +1015,10 @@ new PackerRunTaskTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -1030,7 +1030,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -1042,7 +1042,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1054,7 +1054,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1066,7 +1066,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/packerRunTask.go.md b/docs/packerRunTask.go.md index 03cc70f92..31d635c5c 100644 --- a/docs/packerRunTask.go.md +++ b/docs/packerRunTask.go.md @@ -4,12 +4,12 @@ ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.NewPackerRunTask(scope Construct, id *string, config PackerRunTaskConfig) PackerRunTask ``` @@ -419,7 +419,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ packerruntask.PackerRunTask_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ packerruntask.PackerRunTask_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerRunTask to import. The id of the existing PackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" &packerruntask.PackerRunTaskConfig { Connection: interface{}, @@ -842,7 +842,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" Id: *string, ProjectId: *string, RegenerateHmac: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.packerRunTask.PackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerRunTask.PackerRunTaskTimeouts, } ``` @@ -857,7 +857,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Packer Registry is located. | | RegenerateHmac | interface{} | If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. | | Timeouts | PackerRunTaskTimeouts | timeouts block. | @@ -942,7 +942,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -962,7 +962,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -978,7 +978,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -992,7 +992,7 @@ Timeouts PackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -1001,7 +1001,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" &packerruntask.PackerRunTaskTimeouts { Create: *string, @@ -1015,10 +1015,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -1030,7 +1030,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -1042,7 +1042,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1054,7 +1054,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1066,7 +1066,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- @@ -1077,7 +1077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.NewPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerRunTaskTimeoutsOutputReference ``` diff --git a/docs/packerRunTask.java.md b/docs/packerRunTask.java.md index 8e28e4756..834bf9966 100644 --- a/docs/packerRunTask.java.md +++ b/docs/packerRunTask.java.md @@ -4,7 +4,7 @@ ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -42,7 +42,7 @@ PackerRunTask.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry is located. | | regenerateHmac | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. | | timeouts | PackerRunTaskTimeouts | timeouts block. | @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -129,7 +129,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -141,7 +141,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -619,7 +619,7 @@ The construct id used in the generated config for the PackerRunTask to import. The id of the existing PackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -973,7 +973,7 @@ PackerRunTaskConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry is located. | | regenerateHmac | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. | | timeouts | PackerRunTaskTimeouts | timeouts block. | @@ -1058,7 +1058,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -1094,7 +1094,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -1108,7 +1108,7 @@ public PackerRunTaskTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -1131,10 +1131,10 @@ PackerRunTaskTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -1146,7 +1146,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -1158,7 +1158,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1170,7 +1170,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1182,7 +1182,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/packerRunTask.python.md b/docs/packerRunTask.python.md index 4a4705408..e08e74fe7 100644 --- a/docs/packerRunTask.python.md +++ b/docs/packerRunTask.python.md @@ -4,7 +4,7 @@ ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -39,7 +39,7 @@ packerRunTask.PackerRunTask( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. | | project_id | str | The ID of the HCP project where the HCP Packer Registry is located. | | regenerate_hmac | typing.Union[bool, cdktf.IResolvable] | If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. | | timeouts | PackerRunTaskTimeouts | timeouts block. | @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -126,7 +126,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -138,7 +138,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -527,7 +527,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -535,7 +535,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -543,7 +543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -551,7 +551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- @@ -693,7 +693,7 @@ The construct id used in the generated config for the PackerRunTask to import. The id of the existing PackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ packerRunTask.PackerRunTaskConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. | | project_id | str | The ID of the HCP project where the HCP Packer Registry is located. | | regenerate_hmac | typing.Union[bool, cdktf.IResolvable] | If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. | | timeouts | PackerRunTaskTimeouts | timeouts block. | @@ -1127,7 +1127,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1147,7 +1147,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -1163,7 +1163,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -1177,7 +1177,7 @@ timeouts: PackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -1200,10 +1200,10 @@ packerRunTask.PackerRunTaskTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -1215,7 +1215,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -1227,7 +1227,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1239,7 +1239,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1251,7 +1251,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/packerRunTask.typescript.md b/docs/packerRunTask.typescript.md index f0ff05b38..fbaa58ec4 100644 --- a/docs/packerRunTask.typescript.md +++ b/docs/packerRunTask.typescript.md @@ -4,7 +4,7 @@ ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerRunTask to import. The id of the existing PackerRunTask that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -845,7 +845,7 @@ const packerRunTaskConfig: packerRunTask.PackerRunTaskConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. | | projectId | string | The ID of the HCP project where the HCP Packer Registry is located. | | regenerateHmac | boolean \| cdktf.IResolvable | If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. | | timeouts | PackerRunTaskTimeouts | timeouts block. | @@ -930,7 +930,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ The ID of the HCP project where the HCP Packer Registry is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -966,7 +966,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -980,7 +980,7 @@ public readonly timeouts: PackerRunTaskTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -998,10 +998,10 @@ const packerRunTaskTimeouts: packerRunTask.PackerRunTaskTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -1013,7 +1013,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -1025,7 +1025,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1037,7 +1037,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1049,7 +1049,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/project.csharp.md b/docs/project.csharp.md index 4ed028c75..1ebf6fa40 100644 --- a/docs/project.csharp.md +++ b/docs/project.csharp.md @@ -4,7 +4,7 @@ ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project hcp_project}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Project to import. The id of the existing Project that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -851,7 +851,7 @@ public string Name { get; set; } The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} --- @@ -865,7 +865,7 @@ public string Description { get; set; } The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.go.md b/docs/project.go.md index daa4e652c..64a19fb7e 100644 --- a/docs/project.go.md +++ b/docs/project.go.md @@ -4,12 +4,12 @@ ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project hcp_project}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.NewProject(scope Construct, id *string, config ProjectConfig) Project ``` @@ -385,7 +385,7 @@ func ResetDescription() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ project.Project_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ project.Project_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the Project to import. The id of the existing Project that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" &project.ProjectConfig { Connection: interface{}, @@ -851,7 +851,7 @@ Name *string The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} --- @@ -865,7 +865,7 @@ Description *string The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.java.md b/docs/project.java.md index 6ed64abb2..e876537d7 100644 --- a/docs/project.java.md +++ b/docs/project.java.md @@ -4,7 +4,7 @@ ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project hcp_project}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} --- @@ -554,7 +554,7 @@ The construct id used in the generated config for the Project to import. The id of the existing Project that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,7 @@ public java.lang.String getName(); The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} --- @@ -949,7 +949,7 @@ public java.lang.String getDescription(); The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.python.md b/docs/project.python.md index 9cbd04b0b..03e7d8c32 100644 --- a/docs/project.python.md +++ b/docs/project.python.md @@ -4,7 +4,7 @@ ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project hcp_project}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} --- @@ -598,7 +598,7 @@ The construct id used in the generated config for the Project to import. The id of the existing Project that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ name: str The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} --- @@ -989,7 +989,7 @@ description: str The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.typescript.md b/docs/project.typescript.md index 458524f3b..2d52ca5b2 100644 --- a/docs/project.typescript.md +++ b/docs/project.typescript.md @@ -4,7 +4,7 @@ ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project hcp_project}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Project to import. The id of the existing Project that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -841,7 +841,7 @@ public readonly name: string; The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} --- @@ -855,7 +855,7 @@ public readonly description: string; The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} --- diff --git a/docs/projectIamBinding.csharp.md b/docs/projectIamBinding.csharp.md index 809d7eedb..40e0af2f0 100644 --- a/docs/projectIamBinding.csharp.md +++ b/docs/projectIamBinding.csharp.md @@ -4,7 +4,7 @@ ### ProjectIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding hcp_project_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding hcp_project_iam_binding}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor The id of the existing ProjectIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -853,7 +853,7 @@ public string PrincipalId { get; set; } The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} --- @@ -867,7 +867,7 @@ public string Role { get; set; } The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} --- @@ -883,7 +883,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} --- diff --git a/docs/projectIamBinding.go.md b/docs/projectIamBinding.go.md index 493efe7e9..2db72b62d 100644 --- a/docs/projectIamBinding.go.md +++ b/docs/projectIamBinding.go.md @@ -4,12 +4,12 @@ ### ProjectIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding hcp_project_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding hcp_project_iam_binding}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiambinding" projectiambinding.NewProjectIamBinding(scope Construct, id *string, config ProjectIamBindingConfig) ProjectIamBinding ``` @@ -385,7 +385,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiambinding" projectiambinding.ProjectIamBinding_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiambinding" projectiambinding.ProjectIamBinding_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ projectiambinding.ProjectIamBinding_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiambinding" projectiambinding.ProjectIamBinding_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ projectiambinding.ProjectIamBinding_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiambinding" projectiambinding.ProjectIamBinding_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor The id of the existing ProjectIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiambinding" &projectiambinding.ProjectIamBindingConfig { Connection: interface{}, @@ -853,7 +853,7 @@ PrincipalId *string The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} --- @@ -867,7 +867,7 @@ Role *string The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} --- @@ -883,7 +883,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} --- diff --git a/docs/projectIamBinding.java.md b/docs/projectIamBinding.java.md index d9cd4a434..249d44fc5 100644 --- a/docs/projectIamBinding.java.md +++ b/docs/projectIamBinding.java.md @@ -4,7 +4,7 @@ ### ProjectIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding hcp_project_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding hcp_project_iam_binding}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} --- @@ -134,7 +134,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} --- @@ -568,7 +568,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor The id of the existing ProjectIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -951,7 +951,7 @@ public java.lang.String getPrincipalId(); The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} --- @@ -965,7 +965,7 @@ public java.lang.String getRole(); The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} --- @@ -981,7 +981,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} --- diff --git a/docs/projectIamBinding.python.md b/docs/projectIamBinding.python.md index e4d916a9a..913150c51 100644 --- a/docs/projectIamBinding.python.md +++ b/docs/projectIamBinding.python.md @@ -4,7 +4,7 @@ ### ProjectIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding hcp_project_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding hcp_project_iam_binding}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} --- @@ -132,7 +132,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} --- @@ -612,7 +612,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor The id of the existing ProjectIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ principal_id: str The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} --- @@ -1005,7 +1005,7 @@ role: str The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} --- @@ -1021,7 +1021,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} --- diff --git a/docs/projectIamBinding.typescript.md b/docs/projectIamBinding.typescript.md index ae0d8e59b..eeffbef15 100644 --- a/docs/projectIamBinding.typescript.md +++ b/docs/projectIamBinding.typescript.md @@ -4,7 +4,7 @@ ### ProjectIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding hcp_project_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding hcp_project_iam_binding}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor The id of the existing ProjectIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ public readonly principalId: string; The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} --- @@ -856,7 +856,7 @@ public readonly role: string; The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} --- @@ -872,7 +872,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} --- diff --git a/docs/projectIamPolicy.csharp.md b/docs/projectIamPolicy.csharp.md index 5268b7177..7e31b13db 100644 --- a/docs/projectIamPolicy.csharp.md +++ b/docs/projectIamPolicy.csharp.md @@ -4,7 +4,7 @@ ### ProjectIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy hcp_project_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy hcp_project_iam_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import The id of the existing ProjectIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -840,7 +840,7 @@ public string PolicyData { get; set; } The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} --- @@ -856,7 +856,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} --- diff --git a/docs/projectIamPolicy.go.md b/docs/projectIamPolicy.go.md index b7263515f..ecab841c5 100644 --- a/docs/projectIamPolicy.go.md +++ b/docs/projectIamPolicy.go.md @@ -4,12 +4,12 @@ ### ProjectIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy hcp_project_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy hcp_project_iam_policy}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiampolicy" projectiampolicy.NewProjectIamPolicy(scope Construct, id *string, config ProjectIamPolicyConfig) ProjectIamPolicy ``` @@ -385,7 +385,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiampolicy" projectiampolicy.ProjectIamPolicy_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiampolicy" projectiampolicy.ProjectIamPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ projectiampolicy.ProjectIamPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiampolicy" projectiampolicy.ProjectIamPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ projectiampolicy.ProjectIamPolicy_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiampolicy" projectiampolicy.ProjectIamPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import The id of the existing ProjectIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -729,7 +729,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/projectiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/projectiampolicy" &projectiampolicy.ProjectIamPolicyConfig { Connection: interface{}, @@ -840,7 +840,7 @@ PolicyData *string The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} --- @@ -856,7 +856,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} --- diff --git a/docs/projectIamPolicy.java.md b/docs/projectIamPolicy.java.md index 6ba35e2b8..97fcae425 100644 --- a/docs/projectIamPolicy.java.md +++ b/docs/projectIamPolicy.java.md @@ -4,7 +4,7 @@ ### ProjectIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy hcp_project_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy hcp_project_iam_policy}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} --- @@ -122,7 +122,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} --- @@ -556,7 +556,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import The id of the existing ProjectIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -926,7 +926,7 @@ public java.lang.String getPolicyData(); The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} --- @@ -942,7 +942,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} --- diff --git a/docs/projectIamPolicy.python.md b/docs/projectIamPolicy.python.md index f8ad8dd80..cac93f1dd 100644 --- a/docs/projectIamPolicy.python.md +++ b/docs/projectIamPolicy.python.md @@ -4,7 +4,7 @@ ### ProjectIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy hcp_project_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy hcp_project_iam_policy}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} --- @@ -120,7 +120,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} --- @@ -600,7 +600,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import The id of the existing ProjectIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -966,7 +966,7 @@ policy_data: str The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} --- @@ -982,7 +982,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} --- diff --git a/docs/projectIamPolicy.typescript.md b/docs/projectIamPolicy.typescript.md index 4cee92e92..163fb6611 100644 --- a/docs/projectIamPolicy.typescript.md +++ b/docs/projectIamPolicy.typescript.md @@ -4,7 +4,7 @@ ### ProjectIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy hcp_project_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy hcp_project_iam_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import The id of the existing ProjectIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ public readonly policyData: string; The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} --- @@ -846,7 +846,7 @@ The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index c2753a9cf..9445fe31c 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs hcp}. #### Initializers @@ -275,7 +275,7 @@ The construct id used in the generated config for the HcpProvider to import. The id of the existing HcpProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -576,7 +576,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} --- @@ -590,7 +590,7 @@ public string ClientId { get; set; } The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} --- @@ -604,7 +604,7 @@ public string ClientSecret { get; set; } The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} --- @@ -620,7 +620,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} --- @@ -634,7 +634,7 @@ public string ProjectId { get; set; } The default project in which resources should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} --- @@ -648,7 +648,7 @@ public object WorkloadIdentity { get; set; } workload_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} --- @@ -684,7 +684,7 @@ public string ResourceName { get; set; } The resource_name of the Workload Identity Provider to exchange the token with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#resource_name HcpProvider#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#resource_name HcpProvider#resource_name} --- @@ -698,7 +698,7 @@ public string TokenFile { get; set; } The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#token_file HcpProvider#token_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#token_file HcpProvider#token_file} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 50b363c0d..7ece8e1b8 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,12 +4,12 @@ ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs hcp}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.NewHcpProvider(scope Construct, id *string, config HcpProviderConfig) HcpProvider ``` @@ -186,7 +186,7 @@ func ResetWorkloadIdentity() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_IsConstruct(x interface{}) *bool ``` @@ -218,7 +218,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_IsTerraformElement(x interface{}) *bool ``` @@ -232,7 +232,7 @@ provider.HcpProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -246,7 +246,7 @@ provider.HcpProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -275,7 +275,7 @@ The construct id used in the generated config for the HcpProvider to import. The id of the existing HcpProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -541,7 +541,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" &provider.HcpProviderConfig { Alias: *string, @@ -576,7 +576,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} --- @@ -590,7 +590,7 @@ ClientId *string The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} --- @@ -604,7 +604,7 @@ ClientSecret *string The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} --- @@ -620,7 +620,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} --- @@ -634,7 +634,7 @@ ProjectId *string The default project in which resources should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} --- @@ -648,7 +648,7 @@ WorkloadIdentity interface{} workload_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} --- @@ -657,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" &provider.HcpProviderWorkloadIdentity { ResourceName: *string, @@ -684,7 +684,7 @@ ResourceName *string The resource_name of the Workload Identity Provider to exchange the token with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#resource_name HcpProvider#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#resource_name HcpProvider#resource_name} --- @@ -698,7 +698,7 @@ TokenFile *string The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#token_file HcpProvider#token_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#token_file HcpProvider#token_file} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 81940a9ee..29d50b443 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs hcp}. #### Initializers @@ -59,7 +59,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} --- @@ -69,7 +69,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} --- @@ -79,7 +79,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} --- @@ -91,7 +91,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} --- @@ -101,7 +101,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The default project in which resources should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} --- @@ -111,7 +111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi workload_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} --- @@ -344,7 +344,7 @@ The construct id used in the generated config for the HcpProvider to import. The id of the existing HcpProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -646,7 +646,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} --- @@ -660,7 +660,7 @@ public java.lang.String getClientId(); The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} --- @@ -674,7 +674,7 @@ public java.lang.String getClientSecret(); The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} --- @@ -690,7 +690,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} --- @@ -704,7 +704,7 @@ public java.lang.String getProjectId(); The default project in which resources should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} --- @@ -718,7 +718,7 @@ public java.lang.Object getWorkloadIdentity(); workload_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} --- @@ -754,7 +754,7 @@ public java.lang.String getResourceName(); The resource_name of the Workload Identity Provider to exchange the token with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#resource_name HcpProvider#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#resource_name HcpProvider#resource_name} --- @@ -768,7 +768,7 @@ public java.lang.String getTokenFile(); The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#token_file HcpProvider#token_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#token_file HcpProvider#token_file} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index d80d981ab..68dcd502b 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs hcp}. #### Initializers @@ -60,7 +60,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} --- @@ -70,7 +70,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} --- @@ -80,7 +80,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} --- @@ -92,7 +92,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} --- @@ -102,7 +102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The default project in which resources should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} --- @@ -112,7 +112,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi workload_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} --- @@ -361,7 +361,7 @@ The construct id used in the generated config for the HcpProvider to import. The id of the existing HcpProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -662,7 +662,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} --- @@ -676,7 +676,7 @@ client_id: str The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} --- @@ -690,7 +690,7 @@ client_secret: str The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} --- @@ -706,7 +706,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} --- @@ -720,7 +720,7 @@ project_id: str The default project in which resources should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} --- @@ -734,7 +734,7 @@ workload_identity: typing.Union[IResolvable, typing.List[HcpProviderWorkloadIden workload_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} --- @@ -770,7 +770,7 @@ resource_name: str The resource_name of the Workload Identity Provider to exchange the token with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#resource_name HcpProvider#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#resource_name HcpProvider#resource_name} --- @@ -784,7 +784,7 @@ token_file: str The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#token_file HcpProvider#token_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#token_file HcpProvider#token_file} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index f55b40c68..793f247e4 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs hcp}. #### Initializers @@ -275,7 +275,7 @@ The construct id used in the generated config for the HcpProvider to import. The id of the existing HcpProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -569,7 +569,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} --- @@ -583,7 +583,7 @@ public readonly clientId: string; The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} --- @@ -597,7 +597,7 @@ public readonly clientSecret: string; The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} --- @@ -613,7 +613,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} --- @@ -627,7 +627,7 @@ public readonly projectId: string; The default project in which resources should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} --- @@ -641,7 +641,7 @@ public readonly workloadIdentity: IResolvable | HcpProviderWorkloadIdentity[]; workload_identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} --- @@ -674,7 +674,7 @@ public readonly resourceName: string; The resource_name of the Workload Identity Provider to exchange the token with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#resource_name HcpProvider#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#resource_name HcpProvider#resource_name} --- @@ -688,7 +688,7 @@ public readonly tokenFile: string; The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#token_file HcpProvider#token_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#token_file HcpProvider#token_file} --- diff --git a/docs/servicePrincipal.csharp.md b/docs/servicePrincipal.csharp.md index d42a2bdd2..726e73864 100644 --- a/docs/servicePrincipal.csharp.md +++ b/docs/servicePrincipal.csharp.md @@ -4,7 +4,7 @@ ### ServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal hcp_service_principal}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipal to import The id of the existing ServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -851,7 +851,7 @@ public string Name { get; set; } The service principal's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} --- @@ -867,7 +867,7 @@ The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} --- diff --git a/docs/servicePrincipal.go.md b/docs/servicePrincipal.go.md index d339e131a..f4ce38a35 100644 --- a/docs/servicePrincipal.go.md +++ b/docs/servicePrincipal.go.md @@ -4,12 +4,12 @@ ### ServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal hcp_service_principal}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" serviceprincipal.NewServicePrincipal(scope Construct, id *string, config ServicePrincipalConfig) ServicePrincipal ``` @@ -385,7 +385,7 @@ func ResetParent() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" serviceprincipal.ServicePrincipal_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" serviceprincipal.ServicePrincipal_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ serviceprincipal.ServicePrincipal_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" serviceprincipal.ServicePrincipal_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ serviceprincipal.ServicePrincipal_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" serviceprincipal.ServicePrincipal_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipal to import The id of the existing ServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipal" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" &serviceprincipal.ServicePrincipalConfig { Connection: interface{}, @@ -851,7 +851,7 @@ Name *string The service principal's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} --- @@ -867,7 +867,7 @@ The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} --- diff --git a/docs/servicePrincipal.java.md b/docs/servicePrincipal.java.md index 8de5dc56d..fa4b57e60 100644 --- a/docs/servicePrincipal.java.md +++ b/docs/servicePrincipal.java.md @@ -4,7 +4,7 @@ ### ServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal hcp_service_principal}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The service principal's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} --- @@ -122,7 +122,7 @@ The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} --- @@ -556,7 +556,7 @@ The construct id used in the generated config for the ServicePrincipal to import The id of the existing ServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -937,7 +937,7 @@ public java.lang.String getName(); The service principal's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} --- @@ -953,7 +953,7 @@ The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} --- diff --git a/docs/servicePrincipal.python.md b/docs/servicePrincipal.python.md index 5c3604716..cebdc0d4d 100644 --- a/docs/servicePrincipal.python.md +++ b/docs/servicePrincipal.python.md @@ -4,7 +4,7 @@ ### ServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal hcp_service_principal}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The service principal's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} --- @@ -120,7 +120,7 @@ The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} --- @@ -600,7 +600,7 @@ The construct id used in the generated config for the ServicePrincipal to import The id of the existing ServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -977,7 +977,7 @@ name: str The service principal's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} --- @@ -993,7 +993,7 @@ The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} --- diff --git a/docs/servicePrincipal.typescript.md b/docs/servicePrincipal.typescript.md index 354682061..1782d94f9 100644 --- a/docs/servicePrincipal.typescript.md +++ b/docs/servicePrincipal.typescript.md @@ -4,7 +4,7 @@ ### ServicePrincipal -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal hcp_service_principal}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal hcp_service_principal}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipal to import The id of the existing ServicePrincipal that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use --- @@ -841,7 +841,7 @@ public readonly name: string; The service principal's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} --- @@ -857,7 +857,7 @@ The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} --- diff --git a/docs/servicePrincipalKey.csharp.md b/docs/servicePrincipalKey.csharp.md index 3ca1392fc..34851cf9e 100644 --- a/docs/servicePrincipalKey.csharp.md +++ b/docs/servicePrincipalKey.csharp.md @@ -4,7 +4,7 @@ ### ServicePrincipalKey -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key hcp_service_principal_key}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key hcp_service_principal_key}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp The id of the existing ServicePrincipalKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use --- @@ -862,7 +862,7 @@ public string ServicePrincipal { get; set; } The service principal's resource name for which a key should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} --- @@ -878,7 +878,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key Changing this forces a new resource to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} --- diff --git a/docs/servicePrincipalKey.go.md b/docs/servicePrincipalKey.go.md index aced52fcb..d2bf41b1b 100644 --- a/docs/servicePrincipalKey.go.md +++ b/docs/servicePrincipalKey.go.md @@ -4,12 +4,12 @@ ### ServicePrincipalKey -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key hcp_service_principal_key}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key hcp_service_principal_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipalkey" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" serviceprincipalkey.NewServicePrincipalKey(scope Construct, id *string, config ServicePrincipalKeyConfig) ServicePrincipalKey ``` @@ -385,7 +385,7 @@ func ResetRotateTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipalkey" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" serviceprincipalkey.ServicePrincipalKey_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipalkey" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" serviceprincipalkey.ServicePrincipalKey_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ serviceprincipalkey.ServicePrincipalKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipalkey" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" serviceprincipalkey.ServicePrincipalKey_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ serviceprincipalkey.ServicePrincipalKey_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipalkey" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" serviceprincipalkey.ServicePrincipalKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp The id of the existing ServicePrincipalKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/serviceprincipalkey" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" &serviceprincipalkey.ServicePrincipalKeyConfig { Connection: interface{}, @@ -862,7 +862,7 @@ ServicePrincipal *string The service principal's resource name for which a key should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} --- @@ -878,7 +878,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key Changing this forces a new resource to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} --- diff --git a/docs/servicePrincipalKey.java.md b/docs/servicePrincipalKey.java.md index a6ea76937..7a8d285af 100644 --- a/docs/servicePrincipalKey.java.md +++ b/docs/servicePrincipalKey.java.md @@ -4,7 +4,7 @@ ### ServicePrincipalKey -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key hcp_service_principal_key}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key hcp_service_principal_key}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The service principal's resource name for which a key should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} --- @@ -122,7 +122,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key Changing this forces a new resource to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} --- @@ -556,7 +556,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp The id of the existing ServicePrincipalKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ public java.lang.String getServicePrincipal(); The service principal's resource name for which a key should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} --- @@ -964,7 +964,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key Changing this forces a new resource to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} --- diff --git a/docs/servicePrincipalKey.python.md b/docs/servicePrincipalKey.python.md index f96585698..68dfe312e 100644 --- a/docs/servicePrincipalKey.python.md +++ b/docs/servicePrincipalKey.python.md @@ -4,7 +4,7 @@ ### ServicePrincipalKey -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key hcp_service_principal_key}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key hcp_service_principal_key}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The service principal's resource name for which a key should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} --- @@ -120,7 +120,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key Changing this forces a new resource to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} --- @@ -600,7 +600,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp The id of the existing ServicePrincipalKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use --- @@ -988,7 +988,7 @@ service_principal: str The service principal's resource name for which a key should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} --- @@ -1004,7 +1004,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key Changing this forces a new resource to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} --- diff --git a/docs/servicePrincipalKey.typescript.md b/docs/servicePrincipalKey.typescript.md index 5eb70b3d8..e5eb8f586 100644 --- a/docs/servicePrincipalKey.typescript.md +++ b/docs/servicePrincipalKey.typescript.md @@ -4,7 +4,7 @@ ### ServicePrincipalKey -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key hcp_service_principal_key}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key hcp_service_principal_key}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp The id of the existing ServicePrincipalKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ public readonly servicePrincipal: string; The service principal's resource name for which a key should be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} --- @@ -868,7 +868,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key Changing this forces a new resource to be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} --- diff --git a/docs/vaultCluster.csharp.md b/docs/vaultCluster.csharp.md index eaba03c0c..441ce4620 100644 --- a/docs/vaultCluster.csharp.md +++ b/docs/vaultCluster.csharp.md @@ -4,7 +4,7 @@ ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -623,7 +623,7 @@ The construct id used in the generated config for the VaultCluster to import. The id of the existing VaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1349,7 +1349,7 @@ public string CloudwatchAccessKeyId { get; set; } CloudWatch access key ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1363,7 +1363,7 @@ public string CloudwatchRegion { get; set; } CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1377,7 +1377,7 @@ public string CloudwatchSecretAccessKey { get; set; } CloudWatch secret access key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1391,7 +1391,7 @@ public string DatadogApiKey { get; set; } Datadog api key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1405,7 +1405,7 @@ public string DatadogRegion { get; set; } Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1419,7 +1419,7 @@ public string ElasticsearchEndpoint { get; set; } ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1433,7 +1433,7 @@ public string ElasticsearchPassword { get; set; } ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1447,7 +1447,7 @@ public string ElasticsearchUser { get; set; } ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1461,7 +1461,7 @@ public string GrafanaEndpoint { get; set; } Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1475,7 +1475,7 @@ public string GrafanaPassword { get; set; } Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1489,7 +1489,7 @@ public string GrafanaUser { get; set; } Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1503,7 +1503,7 @@ public string HttpBasicPassword { get; set; } HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -1517,7 +1517,7 @@ public string HttpBasicUser { get; set; } HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -1531,7 +1531,7 @@ public string HttpBearerToken { get; set; } HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -1545,7 +1545,7 @@ public string HttpCodec { get; set; } HTTP codec for streaming audit logs, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -1559,7 +1559,7 @@ public object HttpCompression { get; set; } HTTP compression flag for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -1573,7 +1573,7 @@ public System.Collections.Generic.IDictionary HttpHeaders { get; HTTP headers for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -1587,7 +1587,7 @@ public string HttpMethod { get; set; } HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -1601,7 +1601,7 @@ public string HttpPayloadPrefix { get; set; } HTTP payload prefix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -1615,7 +1615,7 @@ public string HttpPayloadSuffix { get; set; } HTTP payload suffix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -1629,7 +1629,7 @@ public string HttpUri { get; set; } HTTP URI for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -1643,7 +1643,7 @@ public string NewrelicAccountId { get; set; } NewRelic Account ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -1657,7 +1657,7 @@ public string NewrelicLicenseKey { get; set; } NewRelic license key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -1671,7 +1671,7 @@ public string NewrelicRegion { get; set; } NewRelic region for streaming audit logs, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -1685,7 +1685,7 @@ public string SplunkHecendpoint { get; set; } Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1699,7 +1699,7 @@ public string SplunkToken { get; set; } Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1750,7 +1750,7 @@ new VaultClusterConfig { | ClusterId | string | The ID of the HCP Vault cluster. | | HvnId | string | The ID of the HVN this HCP Vault cluster is associated to. | | AuditLogConfig | VaultClusterAuditLogConfig | audit_log_config block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. | | IpAllowlist | object | ip_allowlist block. | | MajorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | MetricsConfig | VaultClusterMetricsConfig | metrics_config block. | @@ -1845,7 +1845,7 @@ public string ClusterId { get; set; } The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -1859,7 +1859,7 @@ public string HvnId { get; set; } The ID of the HVN this HCP Vault cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -1873,7 +1873,7 @@ public VaultClusterAuditLogConfig AuditLogConfig { get; set; } audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -1885,7 +1885,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1902,7 +1902,7 @@ public object IpAllowlist { get; set; } ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} --- @@ -1916,7 +1916,7 @@ public VaultClusterMajorVersionUpgradeConfig MajorVersionUpgradeConfig { get; se major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -1930,7 +1930,7 @@ public VaultClusterMetricsConfig MetricsConfig { get; set; } metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -1946,7 +1946,7 @@ The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -1960,7 +1960,7 @@ public string[] PathsFilter { get; set; } The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -1976,7 +1976,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p If not specified, it is a standalone Plus tier HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -1993,7 +1993,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -2007,7 +2007,7 @@ public string ProxyEndpoint { get; set; } Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -2021,7 +2021,7 @@ public object PublicEndpoint { get; set; } Denotes that the cluster has a public endpoint. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -2037,7 +2037,7 @@ Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -2051,7 +2051,7 @@ public VaultClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -2087,7 +2087,7 @@ public string Address { get; set; } IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#address VaultCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#address VaultCluster#address} --- @@ -2101,7 +2101,7 @@ public string Description { get; set; } Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#description VaultCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#description VaultCluster#description} --- @@ -2139,7 +2139,7 @@ public string UpgradeType { get; set; } The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -2155,7 +2155,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -2169,7 +2169,7 @@ public string MaintenanceWindowTime { get; set; } The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -2253,7 +2253,7 @@ public string CloudwatchAccessKeyId { get; set; } CloudWatch access key ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -2267,7 +2267,7 @@ public string CloudwatchRegion { get; set; } CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -2281,7 +2281,7 @@ public string CloudwatchSecretAccessKey { get; set; } CloudWatch secret access key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -2295,7 +2295,7 @@ public string DatadogApiKey { get; set; } Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -2309,7 +2309,7 @@ public string DatadogRegion { get; set; } Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -2323,7 +2323,7 @@ public string ElasticsearchEndpoint { get; set; } ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -2337,7 +2337,7 @@ public string ElasticsearchPassword { get; set; } ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -2351,7 +2351,7 @@ public string ElasticsearchUser { get; set; } ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -2365,7 +2365,7 @@ public string GrafanaEndpoint { get; set; } Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -2379,7 +2379,7 @@ public string GrafanaPassword { get; set; } Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2393,7 +2393,7 @@ public string GrafanaUser { get; set; } Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2407,7 +2407,7 @@ public string HttpBasicPassword { get; set; } HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -2421,7 +2421,7 @@ public string HttpBasicUser { get; set; } HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -2435,7 +2435,7 @@ public string HttpBearerToken { get; set; } HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -2449,7 +2449,7 @@ public string HttpCodec { get; set; } HTTP codec for streaming metrics, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -2463,7 +2463,7 @@ public object HttpCompression { get; set; } HTTP compression flag for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -2477,7 +2477,7 @@ public System.Collections.Generic.IDictionary HttpHeaders { get; HTTP headers for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -2491,7 +2491,7 @@ public string HttpMethod { get; set; } HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -2505,7 +2505,7 @@ public string HttpPayloadPrefix { get; set; } HTTP payload prefix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -2519,7 +2519,7 @@ public string HttpPayloadSuffix { get; set; } HTTP payload suffix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -2533,7 +2533,7 @@ public string HttpUri { get; set; } HTTP URI for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -2547,7 +2547,7 @@ public string NewrelicAccountId { get; set; } NewRelic Account ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -2561,7 +2561,7 @@ public string NewrelicLicenseKey { get; set; } NewRelic license key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -2575,7 +2575,7 @@ public string NewrelicRegion { get; set; } NewRelic region for streaming metrics, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -2589,7 +2589,7 @@ public string SplunkHecendpoint { get; set; } Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2603,7 +2603,7 @@ public string SplunkToken { get; set; } Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2626,10 +2626,10 @@ new VaultClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2641,7 +2641,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2653,7 +2653,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2665,7 +2665,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2677,7 +2677,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultCluster.go.md b/docs/vaultCluster.go.md index b3717afe5..7e45086d2 100644 --- a/docs/vaultCluster.go.md +++ b/docs/vaultCluster.go.md @@ -4,12 +4,12 @@ ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultCluster(scope Construct, id *string, config VaultClusterConfig) VaultCluster ``` @@ -534,7 +534,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsConstruct(x interface{}) *bool ``` @@ -566,7 +566,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool ``` @@ -580,7 +580,7 @@ vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool ``` @@ -594,7 +594,7 @@ vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -623,7 +623,7 @@ The construct id used in the generated config for the VaultCluster to import. The id of the existing VaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1274,7 +1274,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterAuditLogConfig { CloudwatchAccessKeyId: *string, @@ -1349,7 +1349,7 @@ CloudwatchAccessKeyId *string CloudWatch access key ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1363,7 +1363,7 @@ CloudwatchRegion *string CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1377,7 +1377,7 @@ CloudwatchSecretAccessKey *string CloudWatch secret access key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1391,7 +1391,7 @@ DatadogApiKey *string Datadog api key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1405,7 +1405,7 @@ DatadogRegion *string Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1419,7 +1419,7 @@ ElasticsearchEndpoint *string ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1433,7 +1433,7 @@ ElasticsearchPassword *string ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1447,7 +1447,7 @@ ElasticsearchUser *string ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1461,7 +1461,7 @@ GrafanaEndpoint *string Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1475,7 +1475,7 @@ GrafanaPassword *string Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1489,7 +1489,7 @@ GrafanaUser *string Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1503,7 +1503,7 @@ HttpBasicPassword *string HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -1517,7 +1517,7 @@ HttpBasicUser *string HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -1531,7 +1531,7 @@ HttpBearerToken *string HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -1545,7 +1545,7 @@ HttpCodec *string HTTP codec for streaming audit logs, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -1559,7 +1559,7 @@ HttpCompression interface{} HTTP compression flag for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -1573,7 +1573,7 @@ HttpHeaders *map[string]*string HTTP headers for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -1587,7 +1587,7 @@ HttpMethod *string HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -1601,7 +1601,7 @@ HttpPayloadPrefix *string HTTP payload prefix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -1615,7 +1615,7 @@ HttpPayloadSuffix *string HTTP payload suffix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -1629,7 +1629,7 @@ HttpUri *string HTTP URI for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -1643,7 +1643,7 @@ NewrelicAccountId *string NewRelic Account ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -1657,7 +1657,7 @@ NewrelicLicenseKey *string NewRelic license key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -1671,7 +1671,7 @@ NewrelicRegion *string NewRelic region for streaming audit logs, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -1685,7 +1685,7 @@ SplunkHecendpoint *string Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1699,7 +1699,7 @@ SplunkToken *string Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1708,7 +1708,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterConfig { Connection: interface{}, @@ -1720,11 +1720,11 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" Provisioners: *[]interface{}, ClusterId: *string, HvnId: *string, - AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultCluster.VaultClusterAuditLogConfig, + AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterAuditLogConfig, Id: *string, IpAllowlist: interface{}, - MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultCluster.VaultClusterMajorVersionUpgradeConfig, - MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultCluster.VaultClusterMetricsConfig, + MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterMajorVersionUpgradeConfig, + MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterMetricsConfig, MinVaultVersion: *string, PathsFilter: *[]*string, PrimaryLink: *string, @@ -1732,7 +1732,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" ProxyEndpoint: *string, PublicEndpoint: interface{}, Tier: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultCluster.VaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterTimeouts, } ``` @@ -1750,7 +1750,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" | ClusterId | *string | The ID of the HCP Vault cluster. | | HvnId | *string | The ID of the HVN this HCP Vault cluster is associated to. | | AuditLogConfig | VaultClusterAuditLogConfig | audit_log_config block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. | | IpAllowlist | interface{} | ip_allowlist block. | | MajorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | MetricsConfig | VaultClusterMetricsConfig | metrics_config block. | @@ -1845,7 +1845,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -1859,7 +1859,7 @@ HvnId *string The ID of the HVN this HCP Vault cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -1873,7 +1873,7 @@ AuditLogConfig VaultClusterAuditLogConfig audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -1885,7 +1885,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1902,7 +1902,7 @@ IpAllowlist interface{} ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} --- @@ -1916,7 +1916,7 @@ MajorVersionUpgradeConfig VaultClusterMajorVersionUpgradeConfig major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -1930,7 +1930,7 @@ MetricsConfig VaultClusterMetricsConfig metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -1946,7 +1946,7 @@ The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -1960,7 +1960,7 @@ PathsFilter *[]*string The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -1976,7 +1976,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p If not specified, it is a standalone Plus tier HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -1993,7 +1993,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -2007,7 +2007,7 @@ ProxyEndpoint *string Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -2021,7 +2021,7 @@ PublicEndpoint interface{} Denotes that the cluster has a public endpoint. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -2037,7 +2037,7 @@ Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -2051,7 +2051,7 @@ Timeouts VaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -2060,7 +2060,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterIpAllowlistStruct { Address: *string, @@ -2087,7 +2087,7 @@ Address *string IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#address VaultCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#address VaultCluster#address} --- @@ -2101,7 +2101,7 @@ Description *string Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#description VaultCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#description VaultCluster#description} --- @@ -2110,7 +2110,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterMajorVersionUpgradeConfig { UpgradeType: *string, @@ -2139,7 +2139,7 @@ UpgradeType *string The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -2155,7 +2155,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -2169,7 +2169,7 @@ MaintenanceWindowTime *string The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -2178,7 +2178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterMetricsConfig { CloudwatchAccessKeyId: *string, @@ -2253,7 +2253,7 @@ CloudwatchAccessKeyId *string CloudWatch access key ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -2267,7 +2267,7 @@ CloudwatchRegion *string CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -2281,7 +2281,7 @@ CloudwatchSecretAccessKey *string CloudWatch secret access key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -2295,7 +2295,7 @@ DatadogApiKey *string Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -2309,7 +2309,7 @@ DatadogRegion *string Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -2323,7 +2323,7 @@ ElasticsearchEndpoint *string ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -2337,7 +2337,7 @@ ElasticsearchPassword *string ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -2351,7 +2351,7 @@ ElasticsearchUser *string ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -2365,7 +2365,7 @@ GrafanaEndpoint *string Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -2379,7 +2379,7 @@ GrafanaPassword *string Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2393,7 +2393,7 @@ GrafanaUser *string Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2407,7 +2407,7 @@ HttpBasicPassword *string HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -2421,7 +2421,7 @@ HttpBasicUser *string HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -2435,7 +2435,7 @@ HttpBearerToken *string HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -2449,7 +2449,7 @@ HttpCodec *string HTTP codec for streaming metrics, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -2463,7 +2463,7 @@ HttpCompression interface{} HTTP compression flag for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -2477,7 +2477,7 @@ HttpHeaders *map[string]*string HTTP headers for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -2491,7 +2491,7 @@ HttpMethod *string HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -2505,7 +2505,7 @@ HttpPayloadPrefix *string HTTP payload prefix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -2519,7 +2519,7 @@ HttpPayloadSuffix *string HTTP payload suffix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -2533,7 +2533,7 @@ HttpUri *string HTTP URI for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -2547,7 +2547,7 @@ NewrelicAccountId *string NewRelic Account ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -2561,7 +2561,7 @@ NewrelicLicenseKey *string NewRelic license key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -2575,7 +2575,7 @@ NewrelicRegion *string NewRelic region for streaming metrics, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -2589,7 +2589,7 @@ SplunkHecendpoint *string Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2603,7 +2603,7 @@ SplunkToken *string Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2612,7 +2612,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterTimeouts { Create: *string, @@ -2626,10 +2626,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2641,7 +2641,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2653,7 +2653,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2665,7 +2665,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2677,7 +2677,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. --- @@ -2688,7 +2688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAuditLogConfigOutputReference ``` @@ -3724,7 +3724,7 @@ func InternalValue() VaultClusterAuditLogConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VaultClusterIpAllowlistStructList ``` @@ -3884,7 +3884,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) VaultClusterIpAllowlistStructOutputReference ``` @@ -4202,7 +4202,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMajorVersionUpgradeConfigOutputReference ``` @@ -4531,7 +4531,7 @@ func InternalValue() VaultClusterMajorVersionUpgradeConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMetricsConfigOutputReference ``` @@ -5556,7 +5556,7 @@ func InternalValue() VaultClusterMetricsConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterTimeoutsOutputReference ``` diff --git a/docs/vaultCluster.java.md b/docs/vaultCluster.java.md index bab8d181b..71fcd2642 100644 --- a/docs/vaultCluster.java.md +++ b/docs/vaultCluster.java.md @@ -4,7 +4,7 @@ ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -57,7 +57,7 @@ VaultCluster.Builder.create(Construct scope, java.lang.String id) | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | hvnId | java.lang.String | The ID of the HVN this HCP Vault cluster is associated to. | | auditLogConfig | VaultClusterAuditLogConfig | audit_log_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. | | ipAllowlist | com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct> | ip_allowlist block. | | majorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metricsConfig | VaultClusterMetricsConfig | metrics_config block. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN this HCP Vault cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -211,7 +211,7 @@ The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -233,7 +233,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p If not specified, it is a standalone Plus tier HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -246,7 +246,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the cluster has a public endpoint. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -278,7 +278,7 @@ Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -871,7 +871,7 @@ The construct id used in the generated config for the VaultCluster to import. The id of the existing VaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1598,7 +1598,7 @@ public java.lang.String getCloudwatchAccessKeyId(); CloudWatch access key ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1612,7 +1612,7 @@ public java.lang.String getCloudwatchRegion(); CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1626,7 +1626,7 @@ public java.lang.String getCloudwatchSecretAccessKey(); CloudWatch secret access key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1640,7 +1640,7 @@ public java.lang.String getDatadogApiKey(); Datadog api key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1654,7 +1654,7 @@ public java.lang.String getDatadogRegion(); Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1668,7 +1668,7 @@ public java.lang.String getElasticsearchEndpoint(); ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1682,7 +1682,7 @@ public java.lang.String getElasticsearchPassword(); ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1696,7 +1696,7 @@ public java.lang.String getElasticsearchUser(); ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1710,7 +1710,7 @@ public java.lang.String getGrafanaEndpoint(); Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1724,7 +1724,7 @@ public java.lang.String getGrafanaPassword(); Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1738,7 +1738,7 @@ public java.lang.String getGrafanaUser(); Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1752,7 +1752,7 @@ public java.lang.String getHttpBasicPassword(); HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -1766,7 +1766,7 @@ public java.lang.String getHttpBasicUser(); HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -1780,7 +1780,7 @@ public java.lang.String getHttpBearerToken(); HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -1794,7 +1794,7 @@ public java.lang.String getHttpCodec(); HTTP codec for streaming audit logs, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -1808,7 +1808,7 @@ public java.lang.Object getHttpCompression(); HTTP compression flag for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -1822,7 +1822,7 @@ public java.util.Map getHttpHeaders(); HTTP headers for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -1836,7 +1836,7 @@ public java.lang.String getHttpMethod(); HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -1850,7 +1850,7 @@ public java.lang.String getHttpPayloadPrefix(); HTTP payload prefix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -1864,7 +1864,7 @@ public java.lang.String getHttpPayloadSuffix(); HTTP payload suffix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -1878,7 +1878,7 @@ public java.lang.String getHttpUri(); HTTP URI for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -1892,7 +1892,7 @@ public java.lang.String getNewrelicAccountId(); NewRelic Account ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -1906,7 +1906,7 @@ public java.lang.String getNewrelicLicenseKey(); NewRelic license key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -1920,7 +1920,7 @@ public java.lang.String getNewrelicRegion(); NewRelic region for streaming audit logs, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -1934,7 +1934,7 @@ public java.lang.String getSplunkHecendpoint(); Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1948,7 +1948,7 @@ public java.lang.String getSplunkToken(); Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2005,7 +2005,7 @@ VaultClusterConfig.builder() | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | hvnId | java.lang.String | The ID of the HVN this HCP Vault cluster is associated to. | | auditLogConfig | VaultClusterAuditLogConfig | audit_log_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. | | ipAllowlist | com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct> | ip_allowlist block. | | majorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metricsConfig | VaultClusterMetricsConfig | metrics_config block. | @@ -2100,7 +2100,7 @@ public java.lang.String getClusterId(); The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -2114,7 +2114,7 @@ public java.lang.String getHvnId(); The ID of the HVN this HCP Vault cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -2128,7 +2128,7 @@ public VaultClusterAuditLogConfig getAuditLogConfig(); audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -2140,7 +2140,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2157,7 +2157,7 @@ public java.lang.Object getIpAllowlist(); ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} --- @@ -2171,7 +2171,7 @@ public VaultClusterMajorVersionUpgradeConfig getMajorVersionUpgradeConfig(); major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -2185,7 +2185,7 @@ public VaultClusterMetricsConfig getMetricsConfig(); metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -2201,7 +2201,7 @@ The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -2215,7 +2215,7 @@ public java.util.List getPathsFilter(); The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -2231,7 +2231,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p If not specified, it is a standalone Plus tier HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -2248,7 +2248,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -2262,7 +2262,7 @@ public java.lang.String getProxyEndpoint(); Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -2276,7 +2276,7 @@ public java.lang.Object getPublicEndpoint(); Denotes that the cluster has a public endpoint. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -2292,7 +2292,7 @@ Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -2306,7 +2306,7 @@ public VaultClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -2342,7 +2342,7 @@ public java.lang.String getAddress(); IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#address VaultCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#address VaultCluster#address} --- @@ -2356,7 +2356,7 @@ public java.lang.String getDescription(); Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#description VaultCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#description VaultCluster#description} --- @@ -2394,7 +2394,7 @@ public java.lang.String getUpgradeType(); The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -2410,7 +2410,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -2424,7 +2424,7 @@ public java.lang.String getMaintenanceWindowTime(); The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -2509,7 +2509,7 @@ public java.lang.String getCloudwatchAccessKeyId(); CloudWatch access key ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -2523,7 +2523,7 @@ public java.lang.String getCloudwatchRegion(); CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -2537,7 +2537,7 @@ public java.lang.String getCloudwatchSecretAccessKey(); CloudWatch secret access key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -2551,7 +2551,7 @@ public java.lang.String getDatadogApiKey(); Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -2565,7 +2565,7 @@ public java.lang.String getDatadogRegion(); Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -2579,7 +2579,7 @@ public java.lang.String getElasticsearchEndpoint(); ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -2593,7 +2593,7 @@ public java.lang.String getElasticsearchPassword(); ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -2607,7 +2607,7 @@ public java.lang.String getElasticsearchUser(); ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -2621,7 +2621,7 @@ public java.lang.String getGrafanaEndpoint(); Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -2635,7 +2635,7 @@ public java.lang.String getGrafanaPassword(); Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2649,7 +2649,7 @@ public java.lang.String getGrafanaUser(); Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2663,7 +2663,7 @@ public java.lang.String getHttpBasicPassword(); HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -2677,7 +2677,7 @@ public java.lang.String getHttpBasicUser(); HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -2691,7 +2691,7 @@ public java.lang.String getHttpBearerToken(); HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -2705,7 +2705,7 @@ public java.lang.String getHttpCodec(); HTTP codec for streaming metrics, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -2719,7 +2719,7 @@ public java.lang.Object getHttpCompression(); HTTP compression flag for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -2733,7 +2733,7 @@ public java.util.Map getHttpHeaders(); HTTP headers for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -2747,7 +2747,7 @@ public java.lang.String getHttpMethod(); HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -2761,7 +2761,7 @@ public java.lang.String getHttpPayloadPrefix(); HTTP payload prefix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -2775,7 +2775,7 @@ public java.lang.String getHttpPayloadSuffix(); HTTP payload suffix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -2789,7 +2789,7 @@ public java.lang.String getHttpUri(); HTTP URI for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -2803,7 +2803,7 @@ public java.lang.String getNewrelicAccountId(); NewRelic Account ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -2817,7 +2817,7 @@ public java.lang.String getNewrelicLicenseKey(); NewRelic license key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -2831,7 +2831,7 @@ public java.lang.String getNewrelicRegion(); NewRelic region for streaming metrics, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -2845,7 +2845,7 @@ public java.lang.String getSplunkHecendpoint(); Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2859,7 +2859,7 @@ public java.lang.String getSplunkToken(); Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2882,10 +2882,10 @@ VaultClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2897,7 +2897,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2909,7 +2909,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2921,7 +2921,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2933,7 +2933,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultCluster.python.md b/docs/vaultCluster.python.md index 779156e16..86fed85f4 100644 --- a/docs/vaultCluster.python.md +++ b/docs/vaultCluster.python.md @@ -4,7 +4,7 @@ ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -53,7 +53,7 @@ vaultCluster.VaultCluster( | cluster_id | str | The ID of the HCP Vault cluster. | | hvn_id | str | The ID of the HVN this HCP Vault cluster is associated to. | | audit_log_config | VaultClusterAuditLogConfig | audit_log_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. | | ip_allowlist | typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]] | ip_allowlist block. | | major_version_upgrade_config | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metrics_config | VaultClusterMetricsConfig | metrics_config block. | @@ -134,7 +134,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HVN this HCP Vault cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -207,7 +207,7 @@ The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -229,7 +229,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p If not specified, it is a standalone Plus tier HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -242,7 +242,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Denotes that the cluster has a public endpoint. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -274,7 +274,7 @@ Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -700,7 +700,7 @@ def put_audit_log_config( CloudWatch access key ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -710,7 +710,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -720,7 +720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi CloudWatch secret access key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -730,7 +730,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Datadog api key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -740,7 +740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -750,7 +750,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -760,7 +760,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -770,7 +770,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -780,7 +780,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -790,7 +790,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -800,7 +800,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -810,7 +810,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -820,7 +820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -830,7 +830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -840,7 +840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP codec for streaming audit logs, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -850,7 +850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP compression flag for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -860,7 +860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP headers for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -870,7 +870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -880,7 +880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP payload prefix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -890,7 +890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP payload suffix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -900,7 +900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP URI for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -910,7 +910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi NewRelic Account ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -920,7 +920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi NewRelic license key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -930,7 +930,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi NewRelic region for streaming audit logs, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -940,7 +940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -950,7 +950,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -984,7 +984,7 @@ def put_major_version_upgrade_config( The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -996,7 +996,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -1006,7 +1006,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -1049,7 +1049,7 @@ def put_metrics_config( CloudWatch access key ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1059,7 +1059,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1069,7 +1069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi CloudWatch secret access key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1079,7 +1079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1089,7 +1089,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1099,7 +1099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1109,7 +1109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1119,7 +1119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1129,7 +1129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1139,7 +1139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1149,7 +1149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1159,7 +1159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -1169,7 +1169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -1179,7 +1179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -1189,7 +1189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP codec for streaming metrics, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -1199,7 +1199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP compression flag for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -1209,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP headers for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -1219,7 +1219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -1229,7 +1229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP payload prefix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -1239,7 +1239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP payload suffix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -1249,7 +1249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi HTTP URI for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -1259,7 +1259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi NewRelic Account ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -1269,7 +1269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi NewRelic license key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -1279,7 +1279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi NewRelic region for streaming metrics, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -1289,7 +1289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1299,7 +1299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1318,7 +1318,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -1326,7 +1326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -1334,7 +1334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -1342,7 +1342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. --- @@ -1538,7 +1538,7 @@ The construct id used in the generated config for the VaultCluster to import. The id of the existing VaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -2264,7 +2264,7 @@ cloudwatch_access_key_id: str CloudWatch access key ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -2278,7 +2278,7 @@ cloudwatch_region: str CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -2292,7 +2292,7 @@ cloudwatch_secret_access_key: str CloudWatch secret access key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -2306,7 +2306,7 @@ datadog_api_key: str Datadog api key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -2320,7 +2320,7 @@ datadog_region: str Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -2334,7 +2334,7 @@ elasticsearch_endpoint: str ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -2348,7 +2348,7 @@ elasticsearch_password: str ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -2362,7 +2362,7 @@ elasticsearch_user: str ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -2376,7 +2376,7 @@ grafana_endpoint: str Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -2390,7 +2390,7 @@ grafana_password: str Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2404,7 +2404,7 @@ grafana_user: str Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2418,7 +2418,7 @@ http_basic_password: str HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -2432,7 +2432,7 @@ http_basic_user: str HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -2446,7 +2446,7 @@ http_bearer_token: str HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -2460,7 +2460,7 @@ http_codec: str HTTP codec for streaming audit logs, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -2474,7 +2474,7 @@ http_compression: typing.Union[bool, IResolvable] HTTP compression flag for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -2488,7 +2488,7 @@ http_headers: typing.Mapping[str] HTTP headers for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -2502,7 +2502,7 @@ http_method: str HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -2516,7 +2516,7 @@ http_payload_prefix: str HTTP payload prefix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -2530,7 +2530,7 @@ http_payload_suffix: str HTTP payload suffix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -2544,7 +2544,7 @@ http_uri: str HTTP URI for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -2558,7 +2558,7 @@ newrelic_account_id: str NewRelic Account ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -2572,7 +2572,7 @@ newrelic_license_key: str NewRelic license key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -2586,7 +2586,7 @@ newrelic_region: str NewRelic region for streaming audit logs, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -2600,7 +2600,7 @@ splunk_hecendpoint: str Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2614,7 +2614,7 @@ splunk_token: str Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2665,7 +2665,7 @@ vaultCluster.VaultClusterConfig( | cluster_id | str | The ID of the HCP Vault cluster. | | hvn_id | str | The ID of the HVN this HCP Vault cluster is associated to. | | audit_log_config | VaultClusterAuditLogConfig | audit_log_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. | | ip_allowlist | typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]] | ip_allowlist block. | | major_version_upgrade_config | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metrics_config | VaultClusterMetricsConfig | metrics_config block. | @@ -2760,7 +2760,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -2774,7 +2774,7 @@ hvn_id: str The ID of the HVN this HCP Vault cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -2788,7 +2788,7 @@ audit_log_config: VaultClusterAuditLogConfig audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -2800,7 +2800,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2817,7 +2817,7 @@ ip_allowlist: typing.Union[IResolvable, typing.List[VaultClusterIpAllowlistStruc ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} --- @@ -2831,7 +2831,7 @@ major_version_upgrade_config: VaultClusterMajorVersionUpgradeConfig major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -2845,7 +2845,7 @@ metrics_config: VaultClusterMetricsConfig metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -2861,7 +2861,7 @@ The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -2875,7 +2875,7 @@ paths_filter: typing.List[str] The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -2891,7 +2891,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p If not specified, it is a standalone Plus tier HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -2908,7 +2908,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -2922,7 +2922,7 @@ proxy_endpoint: str Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -2936,7 +2936,7 @@ public_endpoint: typing.Union[bool, IResolvable] Denotes that the cluster has a public endpoint. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -2952,7 +2952,7 @@ Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -2966,7 +2966,7 @@ timeouts: VaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -3002,7 +3002,7 @@ address: str IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#address VaultCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#address VaultCluster#address} --- @@ -3016,7 +3016,7 @@ description: str Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#description VaultCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#description VaultCluster#description} --- @@ -3054,7 +3054,7 @@ upgrade_type: str The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -3070,7 +3070,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -3084,7 +3084,7 @@ maintenance_window_time: str The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -3168,7 +3168,7 @@ cloudwatch_access_key_id: str CloudWatch access key ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -3182,7 +3182,7 @@ cloudwatch_region: str CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -3196,7 +3196,7 @@ cloudwatch_secret_access_key: str CloudWatch secret access key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -3210,7 +3210,7 @@ datadog_api_key: str Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -3224,7 +3224,7 @@ datadog_region: str Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -3238,7 +3238,7 @@ elasticsearch_endpoint: str ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -3252,7 +3252,7 @@ elasticsearch_password: str ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -3266,7 +3266,7 @@ elasticsearch_user: str ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -3280,7 +3280,7 @@ grafana_endpoint: str Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -3294,7 +3294,7 @@ grafana_password: str Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -3308,7 +3308,7 @@ grafana_user: str Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -3322,7 +3322,7 @@ http_basic_password: str HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -3336,7 +3336,7 @@ http_basic_user: str HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -3350,7 +3350,7 @@ http_bearer_token: str HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -3364,7 +3364,7 @@ http_codec: str HTTP codec for streaming metrics, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -3378,7 +3378,7 @@ http_compression: typing.Union[bool, IResolvable] HTTP compression flag for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -3392,7 +3392,7 @@ http_headers: typing.Mapping[str] HTTP headers for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -3406,7 +3406,7 @@ http_method: str HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -3420,7 +3420,7 @@ http_payload_prefix: str HTTP payload prefix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -3434,7 +3434,7 @@ http_payload_suffix: str HTTP payload suffix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -3448,7 +3448,7 @@ http_uri: str HTTP URI for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -3462,7 +3462,7 @@ newrelic_account_id: str NewRelic Account ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -3476,7 +3476,7 @@ newrelic_license_key: str NewRelic license key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -3490,7 +3490,7 @@ newrelic_region: str NewRelic region for streaming metrics, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -3504,7 +3504,7 @@ splunk_hecendpoint: str Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -3518,7 +3518,7 @@ splunk_token: str Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -3541,10 +3541,10 @@ vaultCluster.VaultClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -3556,7 +3556,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -3568,7 +3568,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -3580,7 +3580,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -3592,7 +3592,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultCluster.typescript.md b/docs/vaultCluster.typescript.md index 1b13b49f8..eddc95c74 100644 --- a/docs/vaultCluster.typescript.md +++ b/docs/vaultCluster.typescript.md @@ -4,7 +4,7 @@ ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -623,7 +623,7 @@ The construct id used in the generated config for the VaultCluster to import. The id of the existing VaultCluster that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1322,7 +1322,7 @@ public readonly cloudwatchAccessKeyId: string; CloudWatch access key ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1336,7 +1336,7 @@ public readonly cloudwatchRegion: string; CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1350,7 +1350,7 @@ public readonly cloudwatchSecretAccessKey: string; CloudWatch secret access key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1364,7 +1364,7 @@ public readonly datadogApiKey: string; Datadog api key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1378,7 +1378,7 @@ public readonly datadogRegion: string; Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1392,7 +1392,7 @@ public readonly elasticsearchEndpoint: string; ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1406,7 +1406,7 @@ public readonly elasticsearchPassword: string; ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1420,7 +1420,7 @@ public readonly elasticsearchUser: string; ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1434,7 +1434,7 @@ public readonly grafanaEndpoint: string; Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1448,7 +1448,7 @@ public readonly grafanaPassword: string; Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1462,7 +1462,7 @@ public readonly grafanaUser: string; Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1476,7 +1476,7 @@ public readonly httpBasicPassword: string; HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -1490,7 +1490,7 @@ public readonly httpBasicUser: string; HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -1504,7 +1504,7 @@ public readonly httpBearerToken: string; HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -1518,7 +1518,7 @@ public readonly httpCodec: string; HTTP codec for streaming audit logs, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -1532,7 +1532,7 @@ public readonly httpCompression: boolean | IResolvable; HTTP compression flag for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -1546,7 +1546,7 @@ public readonly httpHeaders: {[ key: string ]: string}; HTTP headers for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -1560,7 +1560,7 @@ public readonly httpMethod: string; HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -1574,7 +1574,7 @@ public readonly httpPayloadPrefix: string; HTTP payload prefix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -1588,7 +1588,7 @@ public readonly httpPayloadSuffix: string; HTTP payload suffix for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -1602,7 +1602,7 @@ public readonly httpUri: string; HTTP URI for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -1616,7 +1616,7 @@ public readonly newrelicAccountId: string; NewRelic Account ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -1630,7 +1630,7 @@ public readonly newrelicLicenseKey: string; NewRelic license key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -1644,7 +1644,7 @@ public readonly newrelicRegion: string; NewRelic region for streaming audit logs, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -1658,7 +1658,7 @@ public readonly splunkHecendpoint: string; Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1672,7 +1672,7 @@ public readonly splunkToken: string; Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1700,7 +1700,7 @@ const vaultClusterConfig: vaultCluster.VaultClusterConfig = { ... } | clusterId | string | The ID of the HCP Vault cluster. | | hvnId | string | The ID of the HVN this HCP Vault cluster is associated to. | | auditLogConfig | VaultClusterAuditLogConfig | audit_log_config block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. | | ipAllowlist | cdktf.IResolvable \| VaultClusterIpAllowlistStruct[] | ip_allowlist block. | | majorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metricsConfig | VaultClusterMetricsConfig | metrics_config block. | @@ -1795,7 +1795,7 @@ public readonly clusterId: string; The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -1809,7 +1809,7 @@ public readonly hvnId: string; The ID of the HVN this HCP Vault cluster is associated to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -1823,7 +1823,7 @@ public readonly auditLogConfig: VaultClusterAuditLogConfig; audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -1835,7 +1835,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1852,7 +1852,7 @@ public readonly ipAllowlist: IResolvable | VaultClusterIpAllowlistStruct[]; ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} --- @@ -1866,7 +1866,7 @@ public readonly majorVersionUpgradeConfig: VaultClusterMajorVersionUpgradeConfig major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -1880,7 +1880,7 @@ public readonly metricsConfig: VaultClusterMetricsConfig; metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -1896,7 +1896,7 @@ The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -1910,7 +1910,7 @@ public readonly pathsFilter: string[]; The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -1926,7 +1926,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p If not specified, it is a standalone Plus tier HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -1943,7 +1943,7 @@ The ID of the HCP project where the Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -1957,7 +1957,7 @@ public readonly proxyEndpoint: string; Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -1971,7 +1971,7 @@ public readonly publicEndpoint: boolean | IResolvable; Denotes that the cluster has a public endpoint. Defaults to false. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -1987,7 +1987,7 @@ Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -2001,7 +2001,7 @@ public readonly timeouts: VaultClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -2034,7 +2034,7 @@ public readonly address: string; IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#address VaultCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#address VaultCluster#address} --- @@ -2048,7 +2048,7 @@ public readonly description: string; Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#description VaultCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#description VaultCluster#description} --- @@ -2082,7 +2082,7 @@ public readonly upgradeType: string; The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -2098,7 +2098,7 @@ The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -2112,7 +2112,7 @@ public readonly maintenanceWindowTime: string; The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -2169,7 +2169,7 @@ public readonly cloudwatchAccessKeyId: string; CloudWatch access key ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -2183,7 +2183,7 @@ public readonly cloudwatchRegion: string; CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -2197,7 +2197,7 @@ public readonly cloudwatchSecretAccessKey: string; CloudWatch secret access key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -2211,7 +2211,7 @@ public readonly datadogApiKey: string; Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -2225,7 +2225,7 @@ public readonly datadogRegion: string; Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -2239,7 +2239,7 @@ public readonly elasticsearchEndpoint: string; ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -2253,7 +2253,7 @@ public readonly elasticsearchPassword: string; ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -2267,7 +2267,7 @@ public readonly elasticsearchUser: string; ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -2281,7 +2281,7 @@ public readonly grafanaEndpoint: string; Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -2295,7 +2295,7 @@ public readonly grafanaPassword: string; Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2309,7 +2309,7 @@ public readonly grafanaUser: string; Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2323,7 +2323,7 @@ public readonly httpBasicPassword: string; HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} --- @@ -2337,7 +2337,7 @@ public readonly httpBasicUser: string; HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} --- @@ -2351,7 +2351,7 @@ public readonly httpBearerToken: string; HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} --- @@ -2365,7 +2365,7 @@ public readonly httpCodec: string; HTTP codec for streaming metrics, allowed values are JSON and NDJSON. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} --- @@ -2379,7 +2379,7 @@ public readonly httpCompression: boolean | IResolvable; HTTP compression flag for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} --- @@ -2393,7 +2393,7 @@ public readonly httpHeaders: {[ key: string ]: string}; HTTP headers for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} --- @@ -2407,7 +2407,7 @@ public readonly httpMethod: string; HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} --- @@ -2421,7 +2421,7 @@ public readonly httpPayloadPrefix: string; HTTP payload prefix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} --- @@ -2435,7 +2435,7 @@ public readonly httpPayloadSuffix: string; HTTP payload suffix for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} --- @@ -2449,7 +2449,7 @@ public readonly httpUri: string; HTTP URI for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} --- @@ -2463,7 +2463,7 @@ public readonly newrelicAccountId: string; NewRelic Account ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} --- @@ -2477,7 +2477,7 @@ public readonly newrelicLicenseKey: string; NewRelic license key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} --- @@ -2491,7 +2491,7 @@ public readonly newrelicRegion: string; NewRelic region for streaming metrics, allowed values are "US" and "EU". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} --- @@ -2505,7 +2505,7 @@ public readonly splunkHecendpoint: string; Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2519,7 +2519,7 @@ public readonly splunkToken: string; Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2537,10 +2537,10 @@ const vaultClusterTimeouts: vaultCluster.VaultClusterTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2552,7 +2552,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2564,7 +2564,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2576,7 +2576,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2588,7 +2588,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultClusterAdminToken.csharp.md b/docs/vaultClusterAdminToken.csharp.md index 702e13e5b..892bf47ee 100644 --- a/docs/vaultClusterAdminToken.csharp.md +++ b/docs/vaultClusterAdminToken.csharp.md @@ -4,7 +4,7 @@ ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to The id of the existing VaultClusterAdminToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -840,7 +840,7 @@ new VaultClusterAdminTokenConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ClusterId | string | The ID of the HCP Vault cluster. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | | ProjectId | string | The ID of the HCP project where the HCP Vault cluster is located. | | Timeouts | VaultClusterAdminTokenTimeouts | timeouts block. | @@ -926,7 +926,7 @@ public string ClusterId { get; set; } The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -938,7 +938,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -958,7 +958,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -972,7 +972,7 @@ public VaultClusterAdminTokenTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -994,9 +994,9 @@ new VaultClusterAdminTokenTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -1008,7 +1008,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -1020,7 +1020,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -1032,7 +1032,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultClusterAdminToken.go.md b/docs/vaultClusterAdminToken.go.md index 8360f2930..90be8eb43 100644 --- a/docs/vaultClusterAdminToken.go.md +++ b/docs/vaultClusterAdminToken.go.md @@ -4,12 +4,12 @@ ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.NewVaultClusterAdminToken(scope Construct, id *string, config VaultClusterAdminTokenConfig) VaultClusterAdminToken ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to The id of the existing VaultClusterAdminToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" &vaultclusteradmintoken.VaultClusterAdminTokenConfig { Connection: interface{}, @@ -824,7 +824,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts, } ``` @@ -840,7 +840,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ClusterId | *string | The ID of the HCP Vault cluster. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Vault cluster is located. | | Timeouts | VaultClusterAdminTokenTimeouts | timeouts block. | @@ -926,7 +926,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -938,7 +938,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -958,7 +958,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -972,7 +972,7 @@ Timeouts VaultClusterAdminTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -981,7 +981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" &vaultclusteradmintoken.VaultClusterAdminTokenTimeouts { Create: *string, @@ -994,9 +994,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -1008,7 +1008,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -1020,7 +1020,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -1032,7 +1032,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- @@ -1043,7 +1043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.NewVaultClusterAdminTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAdminTokenTimeoutsOutputReference ``` diff --git a/docs/vaultClusterAdminToken.java.md b/docs/vaultClusterAdminToken.java.md index e56b30a0b..dfdee76d2 100644 --- a/docs/vaultClusterAdminToken.java.md +++ b/docs/vaultClusterAdminToken.java.md @@ -4,7 +4,7 @@ ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -42,7 +42,7 @@ VaultClusterAdminToken.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Vault cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultClusterAdminTokenTimeouts | timeouts block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -609,7 +609,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to The id of the existing VaultClusterAdminToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ VaultClusterAdminTokenConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | clusterId | java.lang.String | The ID of the HCP Vault cluster. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultClusterAdminTokenTimeouts | timeouts block. | @@ -1038,7 +1038,7 @@ public java.lang.String getClusterId(); The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -1050,7 +1050,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1070,7 +1070,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -1084,7 +1084,7 @@ public VaultClusterAdminTokenTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -1106,9 +1106,9 @@ VaultClusterAdminTokenTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -1120,7 +1120,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -1132,7 +1132,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -1144,7 +1144,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultClusterAdminToken.python.md b/docs/vaultClusterAdminToken.python.md index a65a5a05d..2df599f43 100644 --- a/docs/vaultClusterAdminToken.python.md +++ b/docs/vaultClusterAdminToken.python.md @@ -4,7 +4,7 @@ ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -40,7 +40,7 @@ vaultClusterAdminToken.VaultClusterAdminToken( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Vault cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | | project_id | str | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultClusterAdminTokenTimeouts | timeouts block. | @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -523,7 +523,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -539,7 +539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- @@ -675,7 +675,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to The id of the existing VaultClusterAdminToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -1014,7 +1014,7 @@ vaultClusterAdminToken.VaultClusterAdminTokenConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | cluster_id | str | The ID of the HCP Vault cluster. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | | project_id | str | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultClusterAdminTokenTimeouts | timeouts block. | @@ -1100,7 +1100,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -1112,7 +1112,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1132,7 +1132,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -1146,7 +1146,7 @@ timeouts: VaultClusterAdminTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -1168,9 +1168,9 @@ vaultClusterAdminToken.VaultClusterAdminTokenTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -1182,7 +1182,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -1194,7 +1194,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -1206,7 +1206,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultClusterAdminToken.typescript.md b/docs/vaultClusterAdminToken.typescript.md index 3f528a406..d3341be45 100644 --- a/docs/vaultClusterAdminToken.typescript.md +++ b/docs/vaultClusterAdminToken.typescript.md @@ -4,7 +4,7 @@ ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to The id of the existing VaultClusterAdminToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -828,7 +828,7 @@ const vaultClusterAdminTokenConfig: vaultClusterAdminToken.VaultClusterAdminToke | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | clusterId | string | The ID of the HCP Vault cluster. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. | | projectId | string | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultClusterAdminTokenTimeouts | timeouts block. | @@ -914,7 +914,7 @@ public readonly clusterId: string; The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -926,7 +926,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -946,7 +946,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -960,7 +960,7 @@ public readonly timeouts: VaultClusterAdminTokenTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -978,9 +978,9 @@ const vaultClusterAdminTokenTimeouts: vaultClusterAdminToken.VaultClusterAdminTo | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -992,7 +992,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -1004,7 +1004,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -1016,7 +1016,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultPlugin.csharp.md b/docs/vaultPlugin.csharp.md index 6693bdda0..97a9f3f1a 100644 --- a/docs/vaultPlugin.csharp.md +++ b/docs/vaultPlugin.csharp.md @@ -4,7 +4,7 @@ ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultPlugin to import. The id of the existing VaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ new VaultPluginConfig { | ClusterId | string | The ID of the HCP Vault cluster. | | PluginName | string | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | PluginType | string | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. | | ProjectId | string | The ID of the HCP project where the HCP Vault cluster is located. | | Timeouts | VaultPluginTimeouts | timeouts block. | @@ -952,7 +952,7 @@ public string ClusterId { get; set; } The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -966,7 +966,7 @@ public string PluginName { get; set; } The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -980,7 +980,7 @@ public string PluginType { get; set; } The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -992,7 +992,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1012,7 +1012,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -1026,7 +1026,7 @@ public VaultPluginTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1046,7 +1046,7 @@ new VaultPluginTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1058,7 +1058,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultPlugin.go.md b/docs/vaultPlugin.go.md index 6a45ffb26..c6b000aa4 100644 --- a/docs/vaultPlugin.go.md +++ b/docs/vaultPlugin.go.md @@ -4,12 +4,12 @@ ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.NewVaultPlugin(scope Construct, id *string, config VaultPluginConfig) VaultPlugin ``` @@ -412,7 +412,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ vaultplugin.VaultPlugin_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ vaultplugin.VaultPlugin_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultPlugin to import. The id of the existing VaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" &vaultplugin.VaultPluginConfig { Connection: interface{}, @@ -848,7 +848,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultPlugin.VaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultPlugin.VaultPluginTimeouts, } ``` @@ -866,7 +866,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" | ClusterId | *string | The ID of the HCP Vault cluster. | | PluginName | *string | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | PluginType | *string | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Vault cluster is located. | | Timeouts | VaultPluginTimeouts | timeouts block. | @@ -952,7 +952,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -966,7 +966,7 @@ PluginName *string The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -980,7 +980,7 @@ PluginType *string The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -992,7 +992,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1012,7 +1012,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -1026,7 +1026,7 @@ Timeouts VaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1035,7 +1035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" &vaultplugin.VaultPluginTimeouts { Default: *string, @@ -1046,7 +1046,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1058,7 +1058,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- @@ -1069,7 +1069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.NewVaultPluginTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultPluginTimeoutsOutputReference ``` diff --git a/docs/vaultPlugin.java.md b/docs/vaultPlugin.java.md index cf233cc91..553c5865b 100644 --- a/docs/vaultPlugin.java.md +++ b/docs/vaultPlugin.java.md @@ -4,7 +4,7 @@ ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -46,7 +46,7 @@ VaultPlugin.Builder.create(Construct scope, java.lang.String id) | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | pluginName | java.lang.String | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | pluginType | java.lang.String | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultPluginTimeouts | timeouts block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -162,7 +162,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -633,7 +633,7 @@ The construct id used in the generated config for the VaultPlugin to import. The id of the existing VaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -1002,7 +1002,7 @@ VaultPluginConfig.builder() | clusterId | java.lang.String | The ID of the HCP Vault cluster. | | pluginName | java.lang.String | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | pluginType | java.lang.String | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultPluginTimeouts | timeouts block. | @@ -1088,7 +1088,7 @@ public java.lang.String getClusterId(); The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -1102,7 +1102,7 @@ public java.lang.String getPluginName(); The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -1116,7 +1116,7 @@ public java.lang.String getPluginType(); The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -1128,7 +1128,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1148,7 +1148,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -1162,7 +1162,7 @@ public VaultPluginTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1182,7 +1182,7 @@ VaultPluginTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1194,7 +1194,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultPlugin.python.md b/docs/vaultPlugin.python.md index 2ed4bc99f..ba93c2ab8 100644 --- a/docs/vaultPlugin.python.md +++ b/docs/vaultPlugin.python.md @@ -4,7 +4,7 @@ ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -44,7 +44,7 @@ vaultPlugin.VaultPlugin( | cluster_id | str | The ID of the HCP Vault cluster. | | plugin_name | str | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | plugin_type | str | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. | | project_id | str | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultPluginTimeouts | timeouts block. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -160,7 +160,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -545,7 +545,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- @@ -681,7 +681,7 @@ The construct id used in the generated config for the VaultPlugin to import. The id of the existing VaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -1046,7 +1046,7 @@ vaultPlugin.VaultPluginConfig( | cluster_id | str | The ID of the HCP Vault cluster. | | plugin_name | str | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | plugin_type | str | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. | | project_id | str | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultPluginTimeouts | timeouts block. | @@ -1132,7 +1132,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -1146,7 +1146,7 @@ plugin_name: str The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -1160,7 +1160,7 @@ plugin_type: str The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -1172,7 +1172,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1192,7 +1192,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -1206,7 +1206,7 @@ timeouts: VaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1226,7 +1226,7 @@ vaultPlugin.VaultPluginTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1238,7 +1238,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultPlugin.typescript.md b/docs/vaultPlugin.typescript.md index 888e61399..49543ad5a 100644 --- a/docs/vaultPlugin.typescript.md +++ b/docs/vaultPlugin.typescript.md @@ -4,7 +4,7 @@ ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultPlugin to import. The id of the existing VaultPlugin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ const vaultPluginConfig: vaultPlugin.VaultPluginConfig = { ... } | clusterId | string | The ID of the HCP Vault cluster. | | pluginName | string | The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. | | pluginType | string | The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. | | projectId | string | The ID of the HCP project where the HCP Vault cluster is located. | | timeouts | VaultPluginTimeouts | timeouts block. | @@ -938,7 +938,7 @@ public readonly clusterId: string; The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -952,7 +952,7 @@ public readonly pluginName: string; The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -966,7 +966,7 @@ public readonly pluginType: string; The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -978,7 +978,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -998,7 +998,7 @@ The ID of the HCP project where the HCP Vault cluster is located. If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -1012,7 +1012,7 @@ public readonly timeouts: VaultPluginTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1030,7 +1030,7 @@ const vaultPluginTimeouts: vaultPlugin.VaultPluginTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1042,7 +1042,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultSecretsApp.csharp.md b/docs/vaultSecretsApp.csharp.md index 54ce7c4f6..5945b2a5f 100644 --- a/docs/vaultSecretsApp.csharp.md +++ b/docs/vaultSecretsApp.csharp.md @@ -4,7 +4,7 @@ ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the VaultSecretsApp to import. The id of the existing VaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -893,7 +893,7 @@ public string AppName { get; set; } The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -907,7 +907,7 @@ public string Description { get; set; } The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -921,7 +921,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the HCP Vault Secrets app is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} --- diff --git a/docs/vaultSecretsApp.go.md b/docs/vaultSecretsApp.go.md index bbc41a052..4c909024f 100644 --- a/docs/vaultSecretsApp.go.md +++ b/docs/vaultSecretsApp.go.md @@ -4,12 +4,12 @@ ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.NewVaultSecretsApp(scope Construct, id *string, config VaultSecretsAppConfig) VaultSecretsApp ``` @@ -392,7 +392,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ vaultsecretsapp.VaultSecretsApp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ vaultsecretsapp.VaultSecretsApp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the VaultSecretsApp to import. The id of the existing VaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" &vaultsecretsapp.VaultSecretsAppConfig { Connection: interface{}, @@ -893,7 +893,7 @@ AppName *string The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -907,7 +907,7 @@ Description *string The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -921,7 +921,7 @@ ProjectId *string The ID of the HCP project where the HCP Vault Secrets app is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} --- diff --git a/docs/vaultSecretsApp.java.md b/docs/vaultSecretsApp.java.md index 990191fdc..fe6c052f2 100644 --- a/docs/vaultSecretsApp.java.md +++ b/docs/vaultSecretsApp.java.md @@ -4,7 +4,7 @@ ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the HCP Vault Secrets app is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} --- @@ -573,7 +573,7 @@ The construct id used in the generated config for the VaultSecretsApp to import. The id of the existing VaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -989,7 +989,7 @@ public java.lang.String getAppName(); The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -1003,7 +1003,7 @@ public java.lang.String getDescription(); The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -1017,7 +1017,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the HCP Vault Secrets app is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} --- diff --git a/docs/vaultSecretsApp.python.md b/docs/vaultSecretsApp.python.md index 4518ca056..e8f27a979 100644 --- a/docs/vaultSecretsApp.python.md +++ b/docs/vaultSecretsApp.python.md @@ -4,7 +4,7 @@ ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the HCP Vault Secrets app is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} --- @@ -617,7 +617,7 @@ The construct id used in the generated config for the VaultSecretsApp to import. The id of the existing VaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -1029,7 +1029,7 @@ app_name: str The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -1043,7 +1043,7 @@ description: str The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -1057,7 +1057,7 @@ project_id: str The ID of the HCP project where the HCP Vault Secrets app is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} --- diff --git a/docs/vaultSecretsApp.typescript.md b/docs/vaultSecretsApp.typescript.md index bd4179273..7c2e944c4 100644 --- a/docs/vaultSecretsApp.typescript.md +++ b/docs/vaultSecretsApp.typescript.md @@ -4,7 +4,7 @@ ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the VaultSecretsApp to import. The id of the existing VaultSecretsApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -882,7 +882,7 @@ public readonly appName: string; The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -896,7 +896,7 @@ public readonly description: string; The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -910,7 +910,7 @@ public readonly projectId: string; The ID of the HCP project where the HCP Vault Secrets app is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} --- diff --git a/docs/vaultSecretsAppIamBinding.csharp.md b/docs/vaultSecretsAppIamBinding.csharp.md index 868cfeedb..884eff657 100644 --- a/docs/vaultSecretsAppIamBinding.csharp.md +++ b/docs/vaultSecretsAppIamBinding.csharp.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the VaultSecretsAppIamBinding The id of the existing VaultSecretsAppIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -846,7 +846,7 @@ public string PrincipalId { get; set; } The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} --- @@ -860,7 +860,7 @@ public string ResourceName { get; set; } The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} --- @@ -874,7 +874,7 @@ public string Role { get; set; } The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} --- diff --git a/docs/vaultSecretsAppIamBinding.go.md b/docs/vaultSecretsAppIamBinding.go.md index 3927aafea..f83405083 100644 --- a/docs/vaultSecretsAppIamBinding.go.md +++ b/docs/vaultSecretsAppIamBinding.go.md @@ -4,12 +4,12 @@ ### VaultSecretsAppIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiambinding" vaultsecretsappiambinding.NewVaultSecretsAppIamBinding(scope Construct, id *string, config VaultSecretsAppIamBindingConfig) VaultSecretsAppIamBinding ``` @@ -378,7 +378,7 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiambinding" vaultsecretsappiambinding.VaultSecretsAppIamBinding_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiambinding" vaultsecretsappiambinding.VaultSecretsAppIamBinding_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ vaultsecretsappiambinding.VaultSecretsAppIamBinding_IsTerraformElement(x interfa ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiambinding" vaultsecretsappiambinding.VaultSecretsAppIamBinding_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ vaultsecretsappiambinding.VaultSecretsAppIamBinding_IsTerraformResource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiambinding" vaultsecretsappiambinding.VaultSecretsAppIamBinding_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -467,7 +467,7 @@ The construct id used in the generated config for the VaultSecretsAppIamBinding The id of the existing VaultSecretsAppIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -733,7 +733,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiambinding" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiambinding" &vaultsecretsappiambinding.VaultSecretsAppIamBindingConfig { Connection: interface{}, @@ -846,7 +846,7 @@ PrincipalId *string The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} --- @@ -860,7 +860,7 @@ ResourceName *string The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} --- @@ -874,7 +874,7 @@ Role *string The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} --- diff --git a/docs/vaultSecretsAppIamBinding.java.md b/docs/vaultSecretsAppIamBinding.java.md index ac5f469b7..8945d2547 100644 --- a/docs/vaultSecretsAppIamBinding.java.md +++ b/docs/vaultSecretsAppIamBinding.java.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} --- @@ -559,7 +559,7 @@ The construct id used in the generated config for the VaultSecretsAppIamBinding The id of the existing VaultSecretsAppIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ public java.lang.String getPrincipalId(); The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} --- @@ -956,7 +956,7 @@ public java.lang.String getResourceName(); The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} --- @@ -970,7 +970,7 @@ public java.lang.String getRole(); The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} --- diff --git a/docs/vaultSecretsAppIamBinding.python.md b/docs/vaultSecretsAppIamBinding.python.md index f5067a362..eca47a02c 100644 --- a/docs/vaultSecretsAppIamBinding.python.md +++ b/docs/vaultSecretsAppIamBinding.python.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} --- @@ -603,7 +603,7 @@ The construct id used in the generated config for the VaultSecretsAppIamBinding The id of the existing VaultSecretsAppIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -982,7 +982,7 @@ principal_id: str The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} --- @@ -996,7 +996,7 @@ resource_name: str The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} --- @@ -1010,7 +1010,7 @@ role: str The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} --- diff --git a/docs/vaultSecretsAppIamBinding.typescript.md b/docs/vaultSecretsAppIamBinding.typescript.md index 290f804fa..d06dc9d82 100644 --- a/docs/vaultSecretsAppIamBinding.typescript.md +++ b/docs/vaultSecretsAppIamBinding.typescript.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamBinding -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the VaultSecretsAppIamBinding The id of the existing VaultSecretsAppIamBinding that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use --- @@ -835,7 +835,7 @@ public readonly principalId: string; The principal to bind to the given role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} --- @@ -849,7 +849,7 @@ public readonly resourceName: string; The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} --- @@ -863,7 +863,7 @@ public readonly role: string; The role name to bind to the given principal. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} --- diff --git a/docs/vaultSecretsAppIamPolicy.csharp.md b/docs/vaultSecretsAppIamPolicy.csharp.md index 35cba93b7..7ed0608b3 100644 --- a/docs/vaultSecretsAppIamPolicy.csharp.md +++ b/docs/vaultSecretsAppIamPolicy.csharp.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the VaultSecretsAppIamPolicy t The id of the existing VaultSecretsAppIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ public string PolicyData { get; set; } The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} --- @@ -847,7 +847,7 @@ public string ResourceName { get; set; } The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} --- diff --git a/docs/vaultSecretsAppIamPolicy.go.md b/docs/vaultSecretsAppIamPolicy.go.md index 9a2eed434..d3d67fc81 100644 --- a/docs/vaultSecretsAppIamPolicy.go.md +++ b/docs/vaultSecretsAppIamPolicy.go.md @@ -4,12 +4,12 @@ ### VaultSecretsAppIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiampolicy" vaultsecretsappiampolicy.NewVaultSecretsAppIamPolicy(scope Construct, id *string, config VaultSecretsAppIamPolicyConfig) VaultSecretsAppIamPolicy ``` @@ -378,7 +378,7 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiampolicy" vaultsecretsappiampolicy.VaultSecretsAppIamPolicy_IsConstruct(x interface{}) *bool ``` @@ -410,7 +410,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiampolicy" vaultsecretsappiampolicy.VaultSecretsAppIamPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -424,7 +424,7 @@ vaultsecretsappiampolicy.VaultSecretsAppIamPolicy_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiampolicy" vaultsecretsappiampolicy.VaultSecretsAppIamPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -438,7 +438,7 @@ vaultsecretsappiampolicy.VaultSecretsAppIamPolicy_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiampolicy" vaultsecretsappiampolicy.VaultSecretsAppIamPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -467,7 +467,7 @@ The construct id used in the generated config for the VaultSecretsAppIamPolicy t The id of the existing VaultSecretsAppIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -722,7 +722,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretsappiampolicy" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsappiampolicy" &vaultsecretsappiampolicy.VaultSecretsAppIamPolicyConfig { Connection: interface{}, @@ -833,7 +833,7 @@ PolicyData *string The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} --- @@ -847,7 +847,7 @@ ResourceName *string The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} --- diff --git a/docs/vaultSecretsAppIamPolicy.java.md b/docs/vaultSecretsAppIamPolicy.java.md index 9e6d91864..419e9dcde 100644 --- a/docs/vaultSecretsAppIamPolicy.java.md +++ b/docs/vaultSecretsAppIamPolicy.java.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the VaultSecretsAppIamPolicy t The id of the existing VaultSecretsAppIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ public java.lang.String getPolicyData(); The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} --- @@ -931,7 +931,7 @@ public java.lang.String getResourceName(); The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} --- diff --git a/docs/vaultSecretsAppIamPolicy.python.md b/docs/vaultSecretsAppIamPolicy.python.md index c64392e3d..fba24d6cc 100644 --- a/docs/vaultSecretsAppIamPolicy.python.md +++ b/docs/vaultSecretsAppIamPolicy.python.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} --- @@ -591,7 +591,7 @@ The construct id used in the generated config for the VaultSecretsAppIamPolicy t The id of the existing VaultSecretsAppIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ policy_data: str The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} --- @@ -971,7 +971,7 @@ resource_name: str The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} --- diff --git a/docs/vaultSecretsAppIamPolicy.typescript.md b/docs/vaultSecretsAppIamPolicy.typescript.md index 174e1795c..96c83b85f 100644 --- a/docs/vaultSecretsAppIamPolicy.typescript.md +++ b/docs/vaultSecretsAppIamPolicy.typescript.md @@ -4,7 +4,7 @@ ### VaultSecretsAppIamPolicy -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the VaultSecretsAppIamPolicy t The id of the existing VaultSecretsAppIamPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ public readonly policyData: string; The policy to apply. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} --- @@ -837,7 +837,7 @@ public readonly resourceName: string; The app's resource name in the format secrets/project//app/. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} --- diff --git a/docs/vaultSecretsSecret.csharp.md b/docs/vaultSecretsSecret.csharp.md index 615d854f3..97458948a 100644 --- a/docs/vaultSecretsSecret.csharp.md +++ b/docs/vaultSecretsSecret.csharp.md @@ -4,7 +4,7 @@ ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the VaultSecretsSecret to impo The id of the existing VaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -899,7 +899,7 @@ public string AppName { get; set; } The name of the application the secret can be found in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -913,7 +913,7 @@ public string SecretName { get; set; } The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -927,7 +927,7 @@ public string SecretValue { get; set; } The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -941,7 +941,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the HCP Vault Secrets secret is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} --- diff --git a/docs/vaultSecretsSecret.go.md b/docs/vaultSecretsSecret.go.md index ddab61c64..9fe706faf 100644 --- a/docs/vaultSecretsSecret.go.md +++ b/docs/vaultSecretsSecret.go.md @@ -4,12 +4,12 @@ ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.NewVaultSecretsSecret(scope Construct, id *string, config VaultSecretsSecretConfig) VaultSecretsSecret ``` @@ -385,7 +385,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ vaultsecretssecret.VaultSecretsSecret_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ vaultsecretssecret.VaultSecretsSecret_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the VaultSecretsSecret to impo The id of the existing VaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -784,7 +784,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" &vaultsecretssecret.VaultSecretsSecretConfig { Connection: interface{}, @@ -899,7 +899,7 @@ AppName *string The name of the application the secret can be found in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -913,7 +913,7 @@ SecretName *string The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -927,7 +927,7 @@ SecretValue *string The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -941,7 +941,7 @@ ProjectId *string The ID of the HCP project where the HCP Vault Secrets secret is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} --- diff --git a/docs/vaultSecretsSecret.java.md b/docs/vaultSecretsSecret.java.md index 2b4042641..e55492203 100644 --- a/docs/vaultSecretsSecret.java.md +++ b/docs/vaultSecretsSecret.java.md @@ -4,7 +4,7 @@ ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name of the application the secret can be found in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the HCP Vault Secrets secret is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} --- @@ -578,7 +578,7 @@ The construct id used in the generated config for the VaultSecretsSecret to impo The id of the existing VaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -1007,7 +1007,7 @@ public java.lang.String getAppName(); The name of the application the secret can be found in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -1021,7 +1021,7 @@ public java.lang.String getSecretName(); The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -1035,7 +1035,7 @@ public java.lang.String getSecretValue(); The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -1049,7 +1049,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the HCP Vault Secrets secret is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} --- diff --git a/docs/vaultSecretsSecret.python.md b/docs/vaultSecretsSecret.python.md index 60faba6bb..1a71183ae 100644 --- a/docs/vaultSecretsSecret.python.md +++ b/docs/vaultSecretsSecret.python.md @@ -4,7 +4,7 @@ ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the application the secret can be found in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the HCP Vault Secrets secret is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} --- @@ -622,7 +622,7 @@ The construct id used in the generated config for the VaultSecretsSecret to impo The id of the existing VaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -1047,7 +1047,7 @@ app_name: str The name of the application the secret can be found in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -1061,7 +1061,7 @@ secret_name: str The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -1075,7 +1075,7 @@ secret_value: str The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -1089,7 +1089,7 @@ project_id: str The ID of the HCP project where the HCP Vault Secrets secret is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} --- diff --git a/docs/vaultSecretsSecret.typescript.md b/docs/vaultSecretsSecret.typescript.md index 073afe4f3..1bce88fa8 100644 --- a/docs/vaultSecretsSecret.typescript.md +++ b/docs/vaultSecretsSecret.typescript.md @@ -4,7 +4,7 @@ ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the VaultSecretsSecret to impo The id of the existing VaultSecretsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -887,7 +887,7 @@ public readonly appName: string; The name of the application the secret can be found in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -901,7 +901,7 @@ public readonly secretName: string; The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -915,7 +915,7 @@ public readonly secretValue: string; The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -929,7 +929,7 @@ public readonly projectId: string; The ID of the HCP project where the HCP Vault Secrets secret is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} --- diff --git a/docs/waypointAction.csharp.md b/docs/waypointAction.csharp.md new file mode 100644 index 000000000..36f30e00b --- /dev/null +++ b/docs/waypointAction.csharp.md @@ -0,0 +1,1735 @@ +# `waypointAction` Submodule + +## Constructs + +### WaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointAction(Construct Scope, string Id, WaypointActionConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | WaypointActionConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Required + +- *Type:* WaypointActionConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | *No description.* | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| HasResourceMove | *No description.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveFromId | Move the resource corresponding to "id" to this resource. | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| MoveToId | Moves this resource to the resource corresponding to "id". | +| PutRequest | *No description.* | +| ResetDescription | *No description.* | +| ResetProjectId | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```csharp +private object ToHclTerraform() +``` + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `AddMoveTarget` + +```csharp +private void AddMoveTarget(string MoveTarget) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `MoveTarget`Required + +- *Type:* string + +The string move target that will correspond to this resource. + +--- + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `HasResourceMove` + +```csharp +private object HasResourceMove() +``` + +##### `ImportFrom` + +```csharp +private void ImportFrom(string Id, TerraformProvider Provider = null) +``` + +###### `Id`Required + +- *Type:* string + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `MoveFromId` + +```csharp +private void MoveFromId(string Id) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `Id`Required + +- *Type:* string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `MoveTo` + +```csharp +private void MoveTo(string MoveTarget, object Index = null) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `MoveTarget`Required + +- *Type:* string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `Index`Optional + +- *Type:* object + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `MoveToId` + +```csharp +private void MoveToId(string Id) +``` + +Moves this resource to the resource corresponding to "id". + +###### `Id`Required + +- *Type:* string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `PutRequest` + +```csharp +private void PutRequest(WaypointActionRequest Value) +``` + +###### `Value`Required + +- *Type:* WaypointActionRequest + +--- + +##### `ResetDescription` + +```csharp +private void ResetDescription() +``` + +##### `ResetProjectId` + +```csharp +private void ResetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointAction.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointAction.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointAction.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointAction.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". + +###### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +###### `ImportToId`Required + +- *Type:* string + +The construct id used in the generated config for the WaypointAction to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing WaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Id | string | *No description.* | +| OrganizationId | string | *No description.* | +| Request | WaypointActionRequestOutputReference | *No description.* | +| DescriptionInput | string | *No description.* | +| NameInput | string | *No description.* | +| ProjectIdInput | string | *No description.* | +| RequestInput | object | *No description.* | +| Description | string | *No description.* | +| Name | string | *No description.* | +| ProjectId | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; } +``` + +- *Type:* object[] + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +##### `OrganizationId`Required + +```csharp +public string OrganizationId { get; } +``` + +- *Type:* string + +--- + +##### `Request`Required + +```csharp +public WaypointActionRequestOutputReference Request { get; } +``` + +- *Type:* WaypointActionRequestOutputReference + +--- + +##### `DescriptionInput`Optional + +```csharp +public string DescriptionInput { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `ProjectIdInput`Optional + +```csharp +public string ProjectIdInput { get; } +``` + +- *Type:* string + +--- + +##### `RequestInput`Optional + +```csharp +public object RequestInput { get; } +``` + +- *Type:* object + +--- + +##### `Description`Required + +```csharp +public string Description { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `ProjectId`Required + +```csharp +public string ProjectId { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### WaypointActionConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointActionConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Name, + WaypointActionRequest Request, + string Description = null, + string ProjectId = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Name | string | The name of the Action. | +| Request | WaypointActionRequest | The kind of HTTP request this should trigger. | +| Description | string | A description of the Action. | +| ProjectId | string | The ID of the HCP project where the Action is located. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + +--- + +##### `Request`Required + +```csharp +public WaypointActionRequest Request { get; set; } +``` + +- *Type:* WaypointActionRequest + +The kind of HTTP request this should trigger. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + +--- + +##### `Description`Optional + +```csharp +public string Description { get; set; } +``` + +- *Type:* string + +A description of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + +--- + +##### `ProjectId`Optional + +```csharp +public string ProjectId { get; set; } +``` + +- *Type:* string + +The ID of the HCP project where the Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + +--- + +### WaypointActionRequest + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointActionRequest { + WaypointActionRequestCustom Custom = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Custom | WaypointActionRequestCustom | Custom mode allows users to define the HTTP method, the request body, etc. | + +--- + +##### `Custom`Optional + +```csharp +public WaypointActionRequestCustom Custom { get; set; } +``` + +- *Type:* WaypointActionRequestCustom + +Custom mode allows users to define the HTTP method, the request body, etc. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#custom WaypointAction#custom} + +--- + +### WaypointActionRequestCustom + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointActionRequestCustom { + string Method, + string Body = null, + System.Collections.Generic.IDictionary Headers = null, + string Url = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Method | string | The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. | +| Body | string | The body to be submitted with the request. | +| Headers | System.Collections.Generic.IDictionary | Key value headers to send with the request. | +| Url | string | The full URL this request should make when invoked. | + +--- + +##### `Method`Required + +```csharp +public string Method { get; set; } +``` + +- *Type:* string + +The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#method WaypointAction#method} + +--- + +##### `Body`Optional + +```csharp +public string Body { get; set; } +``` + +- *Type:* string + +The body to be submitted with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#body WaypointAction#body} + +--- + +##### `Headers`Optional + +```csharp +public System.Collections.Generic.IDictionary Headers { get; set; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +Key value headers to send with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#headers WaypointAction#headers} + +--- + +##### `Url`Optional + +```csharp +public string Url { get; set; } +``` + +- *Type:* string + +The full URL this request should make when invoked. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#url WaypointAction#url} + +--- + +## Classes + +### WaypointActionRequestCustomOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointActionRequestCustomOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetBody | *No description.* | +| ResetHeaders | *No description.* | +| ResetUrl | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetBody` + +```csharp +private void ResetBody() +``` + +##### `ResetHeaders` + +```csharp +private void ResetHeaders() +``` + +##### `ResetUrl` + +```csharp +private void ResetUrl() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| BodyInput | string | *No description.* | +| HeadersInput | System.Collections.Generic.IDictionary | *No description.* | +| MethodInput | string | *No description.* | +| UrlInput | string | *No description.* | +| Body | string | *No description.* | +| Headers | System.Collections.Generic.IDictionary | *No description.* | +| Method | string | *No description.* | +| Url | string | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `BodyInput`Optional + +```csharp +public string BodyInput { get; } +``` + +- *Type:* string + +--- + +##### `HeadersInput`Optional + +```csharp +public System.Collections.Generic.IDictionary HeadersInput { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `MethodInput`Optional + +```csharp +public string MethodInput { get; } +``` + +- *Type:* string + +--- + +##### `UrlInput`Optional + +```csharp +public string UrlInput { get; } +``` + +- *Type:* string + +--- + +##### `Body`Required + +```csharp +public string Body { get; } +``` + +- *Type:* string + +--- + +##### `Headers`Required + +```csharp +public System.Collections.Generic.IDictionary Headers { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `Method`Required + +```csharp +public string Method { get; } +``` + +- *Type:* string + +--- + +##### `Url`Required + +```csharp +public string Url { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + +### WaypointActionRequestOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointActionRequestOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| PutCustom | *No description.* | +| ResetCustom | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `PutCustom` + +```csharp +private void PutCustom(WaypointActionRequestCustom Value) +``` + +###### `Value`Required + +- *Type:* WaypointActionRequestCustom + +--- + +##### `ResetCustom` + +```csharp +private void ResetCustom() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| Custom | WaypointActionRequestCustomOutputReference | *No description.* | +| CustomInput | object | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `Custom`Required + +```csharp +public WaypointActionRequestCustomOutputReference Custom { get; } +``` + +- *Type:* WaypointActionRequestCustomOutputReference + +--- + +##### `CustomInput`Optional + +```csharp +public object CustomInput { get; } +``` + +- *Type:* object + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + + diff --git a/docs/waypointAction.go.md b/docs/waypointAction.go.md new file mode 100644 index 000000000..dc239a2f4 --- /dev/null +++ b/docs/waypointAction.go.md @@ -0,0 +1,1735 @@ +# `waypointAction` Submodule + +## Constructs + +### WaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +waypointaction.NewWaypointAction(scope Construct, id *string, config WaypointActionConfig) WaypointAction +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | WaypointActionConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* WaypointActionConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | *No description.* | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| HasResourceMove | *No description.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveFromId | Move the resource corresponding to "id" to this resource. | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| MoveToId | Moves this resource to the resource corresponding to "id". | +| PutRequest | *No description.* | +| ResetDescription | *No description.* | +| ResetProjectId | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```go +func ToHclTerraform() interface{} +``` + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `AddMoveTarget` + +```go +func AddMoveTarget(moveTarget *string) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* *string + +The string move target that will correspond to this resource. + +--- + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `HasResourceMove` + +```go +func HasResourceMove() interface{} +``` + +##### `ImportFrom` + +```go +func ImportFrom(id *string, provider TerraformProvider) +``` + +###### `id`Required + +- *Type:* *string + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `MoveFromId` + +```go +func MoveFromId(id *string) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* *string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `MoveTo` + +```go +func MoveTo(moveTarget *string, index interface{}) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* *string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* interface{} + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `MoveToId` + +```go +func MoveToId(id *string) +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* *string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `PutRequest` + +```go +func PutRequest(value WaypointActionRequest) +``` + +###### `value`Required + +- *Type:* WaypointActionRequest + +--- + +##### `ResetDescription` + +```go +func ResetDescription() +``` + +##### `ResetProjectId` + +```go +func ResetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +waypointaction.WaypointAction_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +waypointaction.WaypointAction_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +waypointaction.WaypointAction_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +waypointaction.WaypointAction_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* *string + +The construct id used in the generated config for the WaypointAction to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing WaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Id | *string | *No description.* | +| OrganizationId | *string | *No description.* | +| Request | WaypointActionRequestOutputReference | *No description.* | +| DescriptionInput | *string | *No description.* | +| NameInput | *string | *No description.* | +| ProjectIdInput | *string | *No description.* | +| RequestInput | interface{} | *No description.* | +| Description | *string | *No description.* | +| Name | *string | *No description.* | +| ProjectId | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```go +func Connection() interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +func Provisioners() *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +##### `OrganizationId`Required + +```go +func OrganizationId() *string +``` + +- *Type:* *string + +--- + +##### `Request`Required + +```go +func Request() WaypointActionRequestOutputReference +``` + +- *Type:* WaypointActionRequestOutputReference + +--- + +##### `DescriptionInput`Optional + +```go +func DescriptionInput() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `ProjectIdInput`Optional + +```go +func ProjectIdInput() *string +``` + +- *Type:* *string + +--- + +##### `RequestInput`Optional + +```go +func RequestInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `Description`Required + +```go +func Description() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `ProjectId`Required + +```go +func ProjectId() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### WaypointActionConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +&waypointaction.WaypointActionConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + Name: *string, + Request: github.com/cdktf/cdktf-provider-hcp-go/hcp.waypointAction.WaypointActionRequest, + Description: *string, + ProjectId: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Name | *string | The name of the Action. | +| Request | WaypointActionRequest | The kind of HTTP request this should trigger. | +| Description | *string | A description of the Action. | +| ProjectId | *string | The ID of the HCP project where the Action is located. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *string + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + +--- + +##### `Request`Required + +```go +Request WaypointActionRequest +``` + +- *Type:* WaypointActionRequest + +The kind of HTTP request this should trigger. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + +--- + +##### `Description`Optional + +```go +Description *string +``` + +- *Type:* *string + +A description of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + +--- + +##### `ProjectId`Optional + +```go +ProjectId *string +``` + +- *Type:* *string + +The ID of the HCP project where the Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + +--- + +### WaypointActionRequest + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +&waypointaction.WaypointActionRequest { + Custom: github.com/cdktf/cdktf-provider-hcp-go/hcp.waypointAction.WaypointActionRequestCustom, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Custom | WaypointActionRequestCustom | Custom mode allows users to define the HTTP method, the request body, etc. | + +--- + +##### `Custom`Optional + +```go +Custom WaypointActionRequestCustom +``` + +- *Type:* WaypointActionRequestCustom + +Custom mode allows users to define the HTTP method, the request body, etc. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#custom WaypointAction#custom} + +--- + +### WaypointActionRequestCustom + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +&waypointaction.WaypointActionRequestCustom { + Method: *string, + Body: *string, + Headers: *map[string]*string, + Url: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Method | *string | The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. | +| Body | *string | The body to be submitted with the request. | +| Headers | *map[string]*string | Key value headers to send with the request. | +| Url | *string | The full URL this request should make when invoked. | + +--- + +##### `Method`Required + +```go +Method *string +``` + +- *Type:* *string + +The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#method WaypointAction#method} + +--- + +##### `Body`Optional + +```go +Body *string +``` + +- *Type:* *string + +The body to be submitted with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#body WaypointAction#body} + +--- + +##### `Headers`Optional + +```go +Headers *map[string]*string +``` + +- *Type:* *map[string]*string + +Key value headers to send with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#headers WaypointAction#headers} + +--- + +##### `Url`Optional + +```go +Url *string +``` + +- *Type:* *string + +The full URL this request should make when invoked. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#url WaypointAction#url} + +--- + +## Classes + +### WaypointActionRequestCustomOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +waypointaction.NewWaypointActionRequestCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointActionRequestCustomOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetBody | *No description.* | +| ResetHeaders | *No description.* | +| ResetUrl | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetBody` + +```go +func ResetBody() +``` + +##### `ResetHeaders` + +```go +func ResetHeaders() +``` + +##### `ResetUrl` + +```go +func ResetUrl() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| BodyInput | *string | *No description.* | +| HeadersInput | *map[string]*string | *No description.* | +| MethodInput | *string | *No description.* | +| UrlInput | *string | *No description.* | +| Body | *string | *No description.* | +| Headers | *map[string]*string | *No description.* | +| Method | *string | *No description.* | +| Url | *string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `BodyInput`Optional + +```go +func BodyInput() *string +``` + +- *Type:* *string + +--- + +##### `HeadersInput`Optional + +```go +func HeadersInput() *map[string]*string +``` + +- *Type:* *map[string]*string + +--- + +##### `MethodInput`Optional + +```go +func MethodInput() *string +``` + +- *Type:* *string + +--- + +##### `UrlInput`Optional + +```go +func UrlInput() *string +``` + +- *Type:* *string + +--- + +##### `Body`Required + +```go +func Body() *string +``` + +- *Type:* *string + +--- + +##### `Headers`Required + +```go +func Headers() *map[string]*string +``` + +- *Type:* *map[string]*string + +--- + +##### `Method`Required + +```go +func Method() *string +``` + +- *Type:* *string + +--- + +##### `Url`Required + +```go +func Url() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + +### WaypointActionRequestOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaction" + +waypointaction.NewWaypointActionRequestOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointActionRequestOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| PutCustom | *No description.* | +| ResetCustom | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `PutCustom` + +```go +func PutCustom(value WaypointActionRequestCustom) +``` + +###### `value`Required + +- *Type:* WaypointActionRequestCustom + +--- + +##### `ResetCustom` + +```go +func ResetCustom() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| Custom | WaypointActionRequestCustomOutputReference | *No description.* | +| CustomInput | interface{} | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `Custom`Required + +```go +func Custom() WaypointActionRequestCustomOutputReference +``` + +- *Type:* WaypointActionRequestCustomOutputReference + +--- + +##### `CustomInput`Optional + +```go +func CustomInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + + diff --git a/docs/waypointAction.java.md b/docs/waypointAction.java.md new file mode 100644 index 000000000..41b735f46 --- /dev/null +++ b/docs/waypointAction.java.md @@ -0,0 +1,1843 @@ +# `waypointAction` Submodule + +## Constructs + +### WaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointAction; + +WaypointAction.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) + .request(WaypointActionRequest) +// .description(java.lang.String) +// .projectId(java.lang.String) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | The name of the Action. | +| request | WaypointActionRequest | The kind of HTTP request this should trigger. | +| description | java.lang.String | A description of the Action. | +| projectId | java.lang.String | The ID of the HCP project where the Action is located. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `name`Required + +- *Type:* java.lang.String + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + +--- + +##### `request`Required + +- *Type:* WaypointActionRequest + +The kind of HTTP request this should trigger. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + +--- + +##### `description`Optional + +- *Type:* java.lang.String + +A description of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + +--- + +##### `projectId`Optional + +- *Type:* java.lang.String + +The ID of the HCP project where the Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | *No description.* | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| hasResourceMove | *No description.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveFromId | Move the resource corresponding to "id" to this resource. | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| moveToId | Moves this resource to the resource corresponding to "id". | +| putRequest | *No description.* | +| resetDescription | *No description.* | +| resetProjectId | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```java +public java.lang.Object toHclTerraform() +``` + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `addMoveTarget` + +```java +public void addMoveTarget(java.lang.String moveTarget) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* java.lang.String + +The string move target that will correspond to this resource. + +--- + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `hasResourceMove` + +```java +public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove() +``` + +##### `importFrom` + +```java +public void importFrom(java.lang.String id) +public void importFrom(java.lang.String id, TerraformProvider provider) +``` + +###### `id`Required + +- *Type:* java.lang.String + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `moveFromId` + +```java +public void moveFromId(java.lang.String id) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* java.lang.String + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `moveTo` + +```java +public void moveTo(java.lang.String moveTarget) +public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* java.lang.String + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* java.lang.String OR java.lang.Number + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `moveToId` + +```java +public void moveToId(java.lang.String id) +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* java.lang.String + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `putRequest` + +```java +public void putRequest(WaypointActionRequest value) +``` + +###### `value`Required + +- *Type:* WaypointActionRequest + +--- + +##### `resetDescription` + +```java +public void resetDescription() +``` + +##### `resetProjectId` + +```java +public void resetProjectId() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointAction; + +WaypointAction.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointAction; + +WaypointAction.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointAction; + +WaypointAction.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointAction; + +WaypointAction.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),WaypointAction.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* java.lang.String + +The construct id used in the generated config for the WaypointAction to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing WaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| id | java.lang.String | *No description.* | +| organizationId | java.lang.String | *No description.* | +| request | WaypointActionRequestOutputReference | *No description.* | +| descriptionInput | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| projectIdInput | java.lang.String | *No description.* | +| requestInput | com.hashicorp.cdktf.IResolvable OR WaypointActionRequest | *No description.* | +| description | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| projectId | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +##### `organizationId`Required + +```java +public java.lang.String getOrganizationId(); +``` + +- *Type:* java.lang.String + +--- + +##### `request`Required + +```java +public WaypointActionRequestOutputReference getRequest(); +``` + +- *Type:* WaypointActionRequestOutputReference + +--- + +##### `descriptionInput`Optional + +```java +public java.lang.String getDescriptionInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectIdInput`Optional + +```java +public java.lang.String getProjectIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `requestInput`Optional + +```java +public java.lang.Object getRequestInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointActionRequest + +--- + +##### `description`Required + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectId`Required + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### WaypointActionConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointActionConfig; + +WaypointActionConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) + .request(WaypointActionRequest) +// .description(java.lang.String) +// .projectId(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | The name of the Action. | +| request | WaypointActionRequest | The kind of HTTP request this should trigger. | +| description | java.lang.String | A description of the Action. | +| projectId | java.lang.String | The ID of the HCP project where the Action is located. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + +--- + +##### `request`Required + +```java +public WaypointActionRequest getRequest(); +``` + +- *Type:* WaypointActionRequest + +The kind of HTTP request this should trigger. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + +--- + +##### `description`Optional + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +A description of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + +--- + +##### `projectId`Optional + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +The ID of the HCP project where the Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + +--- + +### WaypointActionRequest + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointActionRequest; + +WaypointActionRequest.builder() +// .custom(WaypointActionRequestCustom) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| custom | WaypointActionRequestCustom | Custom mode allows users to define the HTTP method, the request body, etc. | + +--- + +##### `custom`Optional + +```java +public WaypointActionRequestCustom getCustom(); +``` + +- *Type:* WaypointActionRequestCustom + +Custom mode allows users to define the HTTP method, the request body, etc. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#custom WaypointAction#custom} + +--- + +### WaypointActionRequestCustom + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointActionRequestCustom; + +WaypointActionRequestCustom.builder() + .method(java.lang.String) +// .body(java.lang.String) +// .headers(java.util.Map) +// .url(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| method | java.lang.String | The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. | +| body | java.lang.String | The body to be submitted with the request. | +| headers | java.util.Map | Key value headers to send with the request. | +| url | java.lang.String | The full URL this request should make when invoked. | + +--- + +##### `method`Required + +```java +public java.lang.String getMethod(); +``` + +- *Type:* java.lang.String + +The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#method WaypointAction#method} + +--- + +##### `body`Optional + +```java +public java.lang.String getBody(); +``` + +- *Type:* java.lang.String + +The body to be submitted with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#body WaypointAction#body} + +--- + +##### `headers`Optional + +```java +public java.util.Map getHeaders(); +``` + +- *Type:* java.util.Map + +Key value headers to send with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#headers WaypointAction#headers} + +--- + +##### `url`Optional + +```java +public java.lang.String getUrl(); +``` + +- *Type:* java.lang.String + +The full URL this request should make when invoked. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#url WaypointAction#url} + +--- + +## Classes + +### WaypointActionRequestCustomOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointActionRequestCustomOutputReference; + +new WaypointActionRequestCustomOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetBody | *No description.* | +| resetHeaders | *No description.* | +| resetUrl | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetBody` + +```java +public void resetBody() +``` + +##### `resetHeaders` + +```java +public void resetHeaders() +``` + +##### `resetUrl` + +```java +public void resetUrl() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| bodyInput | java.lang.String | *No description.* | +| headersInput | java.util.Map | *No description.* | +| methodInput | java.lang.String | *No description.* | +| urlInput | java.lang.String | *No description.* | +| body | java.lang.String | *No description.* | +| headers | java.util.Map | *No description.* | +| method | java.lang.String | *No description.* | +| url | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointActionRequestCustom | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `bodyInput`Optional + +```java +public java.lang.String getBodyInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `headersInput`Optional + +```java +public java.util.Map getHeadersInput(); +``` + +- *Type:* java.util.Map + +--- + +##### `methodInput`Optional + +```java +public java.lang.String getMethodInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `urlInput`Optional + +```java +public java.lang.String getUrlInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `body`Required + +```java +public java.lang.String getBody(); +``` + +- *Type:* java.lang.String + +--- + +##### `headers`Required + +```java +public java.util.Map getHeaders(); +``` + +- *Type:* java.util.Map + +--- + +##### `method`Required + +```java +public java.lang.String getMethod(); +``` + +- *Type:* java.lang.String + +--- + +##### `url`Required + +```java +public java.lang.String getUrl(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointActionRequestCustom + +--- + + +### WaypointActionRequestOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_action.WaypointActionRequestOutputReference; + +new WaypointActionRequestOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| putCustom | *No description.* | +| resetCustom | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `putCustom` + +```java +public void putCustom(WaypointActionRequestCustom value) +``` + +###### `value`Required + +- *Type:* WaypointActionRequestCustom + +--- + +##### `resetCustom` + +```java +public void resetCustom() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| custom | WaypointActionRequestCustomOutputReference | *No description.* | +| customInput | com.hashicorp.cdktf.IResolvable OR WaypointActionRequestCustom | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointActionRequest | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `custom`Required + +```java +public WaypointActionRequestCustomOutputReference getCustom(); +``` + +- *Type:* WaypointActionRequestCustomOutputReference + +--- + +##### `customInput`Optional + +```java +public java.lang.Object getCustomInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointActionRequestCustom + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointActionRequest + +--- + + + diff --git a/docs/waypointAction.python.md b/docs/waypointAction.python.md new file mode 100644 index 000000000..4626125e7 --- /dev/null +++ b/docs/waypointAction.python.md @@ -0,0 +1,1978 @@ +# `waypointAction` Submodule + +## Constructs + +### WaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointAction( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + request: WaypointActionRequest, + description: str = None, + project_id: str = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | The name of the Action. | +| request | WaypointActionRequest | The kind of HTTP request this should trigger. | +| description | str | A description of the Action. | +| project_id | str | The ID of the HCP project where the Action is located. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +- *Type:* str + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + +--- + +##### `request`Required + +- *Type:* WaypointActionRequest + +The kind of HTTP request this should trigger. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + +--- + +##### `description`Optional + +- *Type:* str + +A description of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + +--- + +##### `project_id`Optional + +- *Type:* str + +The ID of the HCP project where the Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_hcl_terraform | *No description.* | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| add_move_target | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| has_resource_move | *No description.* | +| import_from | *No description.* | +| interpolation_for_attribute | *No description.* | +| move_from_id | Move the resource corresponding to "id" to this resource. | +| move_to | Moves this resource to the target resource given by moveTarget. | +| move_to_id | Moves this resource to the resource corresponding to "id". | +| put_request | *No description.* | +| reset_description | *No description.* | +| reset_project_id | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_hcl_terraform` + +```python +def to_hcl_terraform() -> typing.Any +``` + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `add_move_target` + +```python +def add_move_target( + move_target: str +) -> None +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `move_target`Required + +- *Type:* str + +The string move target that will correspond to this resource. + +--- + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `has_resource_move` + +```python +def has_resource_move() -> typing.Union[TerraformResourceMoveByTarget, TerraformResourceMoveById] +``` + +##### `import_from` + +```python +def import_from( + id: str, + provider: TerraformProvider = None +) -> None +``` + +###### `id`Required + +- *Type:* str + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `move_from_id` + +```python +def move_from_id( + id: str +) -> None +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* str + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `move_to` + +```python +def move_to( + move_target: str, + index: typing.Union[str, typing.Union[int, float]] = None +) -> None +``` + +Moves this resource to the target resource given by moveTarget. + +###### `move_target`Required + +- *Type:* str + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* typing.Union[str, typing.Union[int, float]] + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `move_to_id` + +```python +def move_to_id( + id: str +) -> None +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* str + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `put_request` + +```python +def put_request( + custom: WaypointActionRequestCustom = None +) -> None +``` + +###### `custom`Optional + +- *Type:* WaypointActionRequestCustom + +Custom mode allows users to define the HTTP method, the request body, etc. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#custom WaypointAction#custom} + +--- + +##### `reset_description` + +```python +def reset_description() -> None +``` + +##### `reset_project_id` + +```python +def reset_project_id() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_resource | *No description.* | +| generate_config_for_import | Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointAction.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointAction.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointAction.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointAction.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `import_to_id`Required + +- *Type:* str + +The construct id used in the generated config for the WaypointAction to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing WaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| id | str | *No description.* | +| organization_id | str | *No description.* | +| request | WaypointActionRequestOutputReference | *No description.* | +| description_input | str | *No description.* | +| name_input | str | *No description.* | +| project_id_input | str | *No description.* | +| request_input | typing.Union[cdktf.IResolvable, WaypointActionRequest] | *No description.* | +| description | str | *No description.* | +| name | str | *No description.* | +| project_id | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +##### `organization_id`Required + +```python +organization_id: str +``` + +- *Type:* str + +--- + +##### `request`Required + +```python +request: WaypointActionRequestOutputReference +``` + +- *Type:* WaypointActionRequestOutputReference + +--- + +##### `description_input`Optional + +```python +description_input: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `project_id_input`Optional + +```python +project_id_input: str +``` + +- *Type:* str + +--- + +##### `request_input`Optional + +```python +request_input: typing.Union[IResolvable, WaypointActionRequest] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointActionRequest] + +--- + +##### `description`Required + +```python +description: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `project_id`Required + +```python +project_id: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### WaypointActionConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointActionConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + request: WaypointActionRequest, + description: str = None, + project_id: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | The name of the Action. | +| request | WaypointActionRequest | The kind of HTTP request this should trigger. | +| description | str | A description of the Action. | +| project_id | str | The ID of the HCP project where the Action is located. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + +--- + +##### `request`Required + +```python +request: WaypointActionRequest +``` + +- *Type:* WaypointActionRequest + +The kind of HTTP request this should trigger. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + +--- + +##### `description`Optional + +```python +description: str +``` + +- *Type:* str + +A description of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + +--- + +##### `project_id`Optional + +```python +project_id: str +``` + +- *Type:* str + +The ID of the HCP project where the Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + +--- + +### WaypointActionRequest + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointActionRequest( + custom: WaypointActionRequestCustom = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| custom | WaypointActionRequestCustom | Custom mode allows users to define the HTTP method, the request body, etc. | + +--- + +##### `custom`Optional + +```python +custom: WaypointActionRequestCustom +``` + +- *Type:* WaypointActionRequestCustom + +Custom mode allows users to define the HTTP method, the request body, etc. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#custom WaypointAction#custom} + +--- + +### WaypointActionRequestCustom + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointActionRequestCustom( + method: str, + body: str = None, + headers: typing.Mapping[str] = None, + url: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| method | str | The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. | +| body | str | The body to be submitted with the request. | +| headers | typing.Mapping[str] | Key value headers to send with the request. | +| url | str | The full URL this request should make when invoked. | + +--- + +##### `method`Required + +```python +method: str +``` + +- *Type:* str + +The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#method WaypointAction#method} + +--- + +##### `body`Optional + +```python +body: str +``` + +- *Type:* str + +The body to be submitted with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#body WaypointAction#body} + +--- + +##### `headers`Optional + +```python +headers: typing.Mapping[str] +``` + +- *Type:* typing.Mapping[str] + +Key value headers to send with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#headers WaypointAction#headers} + +--- + +##### `url`Optional + +```python +url: str +``` + +- *Type:* str + +The full URL this request should make when invoked. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#url WaypointAction#url} + +--- + +## Classes + +### WaypointActionRequestCustomOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointActionRequestCustomOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| reset_body | *No description.* | +| reset_headers | *No description.* | +| reset_url | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `reset_body` + +```python +def reset_body() -> None +``` + +##### `reset_headers` + +```python +def reset_headers() -> None +``` + +##### `reset_url` + +```python +def reset_url() -> None +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| body_input | str | *No description.* | +| headers_input | typing.Mapping[str] | *No description.* | +| method_input | str | *No description.* | +| url_input | str | *No description.* | +| body | str | *No description.* | +| headers | typing.Mapping[str] | *No description.* | +| method | str | *No description.* | +| url | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, WaypointActionRequestCustom] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `body_input`Optional + +```python +body_input: str +``` + +- *Type:* str + +--- + +##### `headers_input`Optional + +```python +headers_input: typing.Mapping[str] +``` + +- *Type:* typing.Mapping[str] + +--- + +##### `method_input`Optional + +```python +method_input: str +``` + +- *Type:* str + +--- + +##### `url_input`Optional + +```python +url_input: str +``` + +- *Type:* str + +--- + +##### `body`Required + +```python +body: str +``` + +- *Type:* str + +--- + +##### `headers`Required + +```python +headers: typing.Mapping[str] +``` + +- *Type:* typing.Mapping[str] + +--- + +##### `method`Required + +```python +method: str +``` + +- *Type:* str + +--- + +##### `url`Required + +```python +url: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, WaypointActionRequestCustom] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointActionRequestCustom] + +--- + + +### WaypointActionRequestOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_action + +waypointAction.WaypointActionRequestOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| put_custom | *No description.* | +| reset_custom | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `put_custom` + +```python +def put_custom( + method: str, + body: str = None, + headers: typing.Mapping[str] = None, + url: str = None +) -> None +``` + +###### `method`Required + +- *Type:* str + +The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#method WaypointAction#method} + +--- + +###### `body`Optional + +- *Type:* str + +The body to be submitted with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#body WaypointAction#body} + +--- + +###### `headers`Optional + +- *Type:* typing.Mapping[str] + +Key value headers to send with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#headers WaypointAction#headers} + +--- + +###### `url`Optional + +- *Type:* str + +The full URL this request should make when invoked. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#url WaypointAction#url} + +--- + +##### `reset_custom` + +```python +def reset_custom() -> None +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| custom | WaypointActionRequestCustomOutputReference | *No description.* | +| custom_input | typing.Union[cdktf.IResolvable, WaypointActionRequestCustom] | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, WaypointActionRequest] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `custom`Required + +```python +custom: WaypointActionRequestCustomOutputReference +``` + +- *Type:* WaypointActionRequestCustomOutputReference + +--- + +##### `custom_input`Optional + +```python +custom_input: typing.Union[IResolvable, WaypointActionRequestCustom] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointActionRequestCustom] + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, WaypointActionRequest] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointActionRequest] + +--- + + + diff --git a/docs/waypointAction.typescript.md b/docs/waypointAction.typescript.md new file mode 100644 index 000000000..5fe8b9ada --- /dev/null +++ b/docs/waypointAction.typescript.md @@ -0,0 +1,1716 @@ +# `waypointAction` Submodule + +## Constructs + +### WaypointAction + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action hcp_waypoint_action}. + +#### Initializers + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +new waypointAction.WaypointAction(scope: Construct, id: string, config: WaypointActionConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | WaypointActionConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* WaypointActionConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | *No description.* | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| hasResourceMove | *No description.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveFromId | Move the resource corresponding to "id" to this resource. | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| moveToId | Moves this resource to the resource corresponding to "id". | +| putRequest | *No description.* | +| resetDescription | *No description.* | +| resetProjectId | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```typescript +public toHclTerraform(): any +``` + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `addMoveTarget` + +```typescript +public addMoveTarget(moveTarget: string): void +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* string + +The string move target that will correspond to this resource. + +--- + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `hasResourceMove` + +```typescript +public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById +``` + +##### `importFrom` + +```typescript +public importFrom(id: string, provider?: TerraformProvider): void +``` + +###### `id`Required + +- *Type:* string + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `moveFromId` + +```typescript +public moveFromId(id: string): void +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `moveTo` + +```typescript +public moveTo(moveTarget: string, index?: string | number): void +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* string | number + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `moveToId` + +```typescript +public moveToId(id: string): void +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `putRequest` + +```typescript +public putRequest(value: WaypointActionRequest): void +``` + +###### `value`Required + +- *Type:* WaypointActionRequest + +--- + +##### `resetDescription` + +```typescript +public resetDescription(): void +``` + +##### `resetProjectId` + +```typescript +public resetProjectId(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +waypointAction.WaypointAction.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +waypointAction.WaypointAction.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +waypointAction.WaypointAction.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +waypointAction.WaypointAction.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* string + +The construct id used in the generated config for the WaypointAction to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing WaypointAction that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointAction to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| id | string | *No description.* | +| organizationId | string | *No description.* | +| request | WaypointActionRequestOutputReference | *No description.* | +| descriptionInput | string | *No description.* | +| nameInput | string | *No description.* | +| projectIdInput | string | *No description.* | +| requestInput | cdktf.IResolvable \| WaypointActionRequest | *No description.* | +| description | string | *No description.* | +| name | string | *No description.* | +| projectId | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +##### `organizationId`Required + +```typescript +public readonly organizationId: string; +``` + +- *Type:* string + +--- + +##### `request`Required + +```typescript +public readonly request: WaypointActionRequestOutputReference; +``` + +- *Type:* WaypointActionRequestOutputReference + +--- + +##### `descriptionInput`Optional + +```typescript +public readonly descriptionInput: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `projectIdInput`Optional + +```typescript +public readonly projectIdInput: string; +``` + +- *Type:* string + +--- + +##### `requestInput`Optional + +```typescript +public readonly requestInput: IResolvable | WaypointActionRequest; +``` + +- *Type:* cdktf.IResolvable | WaypointActionRequest + +--- + +##### `description`Required + +```typescript +public readonly description: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `projectId`Required + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### WaypointActionConfig + +#### Initializer + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +const waypointActionConfig: waypointAction.WaypointActionConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| name | string | The name of the Action. | +| request | WaypointActionRequest | The kind of HTTP request this should trigger. | +| description | string | A description of the Action. | +| projectId | string | The ID of the HCP project where the Action is located. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +The name of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + +--- + +##### `request`Required + +```typescript +public readonly request: WaypointActionRequest; +``` + +- *Type:* WaypointActionRequest + +The kind of HTTP request this should trigger. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + +--- + +##### `description`Optional + +```typescript +public readonly description: string; +``` + +- *Type:* string + +A description of the Action. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + +--- + +##### `projectId`Optional + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +The ID of the HCP project where the Action is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + +--- + +### WaypointActionRequest + +#### Initializer + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +const waypointActionRequest: waypointAction.WaypointActionRequest = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| custom | WaypointActionRequestCustom | Custom mode allows users to define the HTTP method, the request body, etc. | + +--- + +##### `custom`Optional + +```typescript +public readonly custom: WaypointActionRequestCustom; +``` + +- *Type:* WaypointActionRequestCustom + +Custom mode allows users to define the HTTP method, the request body, etc. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#custom WaypointAction#custom} + +--- + +### WaypointActionRequestCustom + +#### Initializer + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +const waypointActionRequestCustom: waypointAction.WaypointActionRequestCustom = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| method | string | The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. | +| body | string | The body to be submitted with the request. | +| headers | {[ key: string ]: string} | Key value headers to send with the request. | +| url | string | The full URL this request should make when invoked. | + +--- + +##### `method`Required + +```typescript +public readonly method: string; +``` + +- *Type:* string + +The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#method WaypointAction#method} + +--- + +##### `body`Optional + +```typescript +public readonly body: string; +``` + +- *Type:* string + +The body to be submitted with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#body WaypointAction#body} + +--- + +##### `headers`Optional + +```typescript +public readonly headers: {[ key: string ]: string}; +``` + +- *Type:* {[ key: string ]: string} + +Key value headers to send with the request. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#headers WaypointAction#headers} + +--- + +##### `url`Optional + +```typescript +public readonly url: string; +``` + +- *Type:* string + +The full URL this request should make when invoked. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#url WaypointAction#url} + +--- + +## Classes + +### WaypointActionRequestCustomOutputReference + +#### Initializers + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +new waypointAction.WaypointActionRequestCustomOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetBody | *No description.* | +| resetHeaders | *No description.* | +| resetUrl | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetBody` + +```typescript +public resetBody(): void +``` + +##### `resetHeaders` + +```typescript +public resetHeaders(): void +``` + +##### `resetUrl` + +```typescript +public resetUrl(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| bodyInput | string | *No description.* | +| headersInput | {[ key: string ]: string} | *No description.* | +| methodInput | string | *No description.* | +| urlInput | string | *No description.* | +| body | string | *No description.* | +| headers | {[ key: string ]: string} | *No description.* | +| method | string | *No description.* | +| url | string | *No description.* | +| internalValue | cdktf.IResolvable \| WaypointActionRequestCustom | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `bodyInput`Optional + +```typescript +public readonly bodyInput: string; +``` + +- *Type:* string + +--- + +##### `headersInput`Optional + +```typescript +public readonly headersInput: {[ key: string ]: string}; +``` + +- *Type:* {[ key: string ]: string} + +--- + +##### `methodInput`Optional + +```typescript +public readonly methodInput: string; +``` + +- *Type:* string + +--- + +##### `urlInput`Optional + +```typescript +public readonly urlInput: string; +``` + +- *Type:* string + +--- + +##### `body`Required + +```typescript +public readonly body: string; +``` + +- *Type:* string + +--- + +##### `headers`Required + +```typescript +public readonly headers: {[ key: string ]: string}; +``` + +- *Type:* {[ key: string ]: string} + +--- + +##### `method`Required + +```typescript +public readonly method: string; +``` + +- *Type:* string + +--- + +##### `url`Required + +```typescript +public readonly url: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | WaypointActionRequestCustom; +``` + +- *Type:* cdktf.IResolvable | WaypointActionRequestCustom + +--- + + +### WaypointActionRequestOutputReference + +#### Initializers + +```typescript +import { waypointAction } from '@cdktf/provider-hcp' + +new waypointAction.WaypointActionRequestOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| putCustom | *No description.* | +| resetCustom | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `putCustom` + +```typescript +public putCustom(value: WaypointActionRequestCustom): void +``` + +###### `value`Required + +- *Type:* WaypointActionRequestCustom + +--- + +##### `resetCustom` + +```typescript +public resetCustom(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| custom | WaypointActionRequestCustomOutputReference | *No description.* | +| customInput | cdktf.IResolvable \| WaypointActionRequestCustom | *No description.* | +| internalValue | cdktf.IResolvable \| WaypointActionRequest | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `custom`Required + +```typescript +public readonly custom: WaypointActionRequestCustomOutputReference; +``` + +- *Type:* WaypointActionRequestCustomOutputReference + +--- + +##### `customInput`Optional + +```typescript +public readonly customInput: IResolvable | WaypointActionRequestCustom; +``` + +- *Type:* cdktf.IResolvable | WaypointActionRequestCustom + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | WaypointActionRequest; +``` + +- *Type:* cdktf.IResolvable | WaypointActionRequest + +--- + + + diff --git a/docs/waypointAddOn.csharp.md b/docs/waypointAddOn.csharp.md index c2183736e..265e9b566 100644 --- a/docs/waypointAddOn.csharp.md +++ b/docs/waypointAddOn.csharp.md @@ -4,7 +4,7 @@ ### WaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the WaypointAddOn to import. The id of the existing WaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -998,7 +998,7 @@ public string ApplicationId { get; set; } The ID of the Application that this Add-on is created for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} --- @@ -1012,7 +1012,7 @@ public string DefinitionId { get; set; } The ID of the Add-on Definition that this Add-on is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} --- @@ -1026,7 +1026,7 @@ public string Name { get; set; } The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} --- @@ -1040,7 +1040,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the Waypoint AddOn is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} --- diff --git a/docs/waypointAddOn.go.md b/docs/waypointAddOn.go.md index 7a9d641c1..e75cb4622 100644 --- a/docs/waypointAddOn.go.md +++ b/docs/waypointAddOn.go.md @@ -4,12 +4,12 @@ ### WaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.NewWaypointAddOn(scope Construct, id *string, config WaypointAddOnConfig) WaypointAddOn ``` @@ -385,7 +385,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.WaypointAddOn_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.WaypointAddOn_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ waypointaddon.WaypointAddOn_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.WaypointAddOn_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ waypointaddon.WaypointAddOn_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.WaypointAddOn_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the WaypointAddOn to import. The id of the existing WaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -883,7 +883,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" &waypointaddon.WaypointAddOnConfig { Connection: interface{}, @@ -998,7 +998,7 @@ ApplicationId *string The ID of the Application that this Add-on is created for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} --- @@ -1012,7 +1012,7 @@ DefinitionId *string The ID of the Add-on Definition that this Add-on is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} --- @@ -1026,7 +1026,7 @@ Name *string The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} --- @@ -1040,7 +1040,7 @@ ProjectId *string The ID of the HCP project where the Waypoint AddOn is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} --- @@ -1049,7 +1049,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" &waypointaddon.WaypointAddOnOutputValues { @@ -1062,7 +1062,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" &waypointaddon.WaypointAddOnTerraformNoCodeModule { @@ -1077,7 +1077,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.NewWaypointAddOnOutputValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WaypointAddOnOutputValuesList ``` @@ -1226,7 +1226,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.NewWaypointAddOnOutputValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WaypointAddOnOutputValuesOutputReference ``` @@ -1537,7 +1537,7 @@ func InternalValue() WaypointAddOnOutputValues #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddon" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddon" waypointaddon.NewWaypointAddOnTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointAddOnTerraformNoCodeModuleOutputReference ``` diff --git a/docs/waypointAddOn.java.md b/docs/waypointAddOn.java.md index 59f199d13..e9d30c8e6 100644 --- a/docs/waypointAddOn.java.md +++ b/docs/waypointAddOn.java.md @@ -4,7 +4,7 @@ ### WaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the Application that this Add-on is created for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the Add-on Definition that this Add-on is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint AddOn is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} --- @@ -578,7 +578,7 @@ The construct id used in the generated config for the WaypointAddOn to import. The id of the existing WaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -1106,7 +1106,7 @@ public java.lang.String getApplicationId(); The ID of the Application that this Add-on is created for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} --- @@ -1120,7 +1120,7 @@ public java.lang.String getDefinitionId(); The ID of the Add-on Definition that this Add-on is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} --- @@ -1134,7 +1134,7 @@ public java.lang.String getName(); The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} --- @@ -1148,7 +1148,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the Waypoint AddOn is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} --- diff --git a/docs/waypointAddOn.python.md b/docs/waypointAddOn.python.md index 2d214ddb6..30209baf3 100644 --- a/docs/waypointAddOn.python.md +++ b/docs/waypointAddOn.python.md @@ -4,7 +4,7 @@ ### WaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The ID of the Application that this Add-on is created for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the Add-on Definition that this Add-on is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint AddOn is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} --- @@ -622,7 +622,7 @@ The construct id used in the generated config for the WaypointAddOn to import. The id of the existing WaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -1146,7 +1146,7 @@ application_id: str The ID of the Application that this Add-on is created for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} --- @@ -1160,7 +1160,7 @@ definition_id: str The ID of the Add-on Definition that this Add-on is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} --- @@ -1174,7 +1174,7 @@ name: str The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} --- @@ -1188,7 +1188,7 @@ project_id: str The ID of the HCP project where the Waypoint AddOn is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} --- diff --git a/docs/waypointAddOn.typescript.md b/docs/waypointAddOn.typescript.md index bce05f96d..f6d788bdd 100644 --- a/docs/waypointAddOn.typescript.md +++ b/docs/waypointAddOn.typescript.md @@ -4,7 +4,7 @@ ### WaypointAddOn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on hcp_waypoint_add_on}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the WaypointAddOn to import. The id of the existing WaypointAddOn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,7 @@ public readonly applicationId: string; The ID of the Application that this Add-on is created for. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} --- @@ -1000,7 +1000,7 @@ public readonly definitionId: string; The ID of the Add-on Definition that this Add-on is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} --- @@ -1014,7 +1014,7 @@ public readonly name: string; The name of the Add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} --- @@ -1028,7 +1028,7 @@ public readonly projectId: string; The ID of the HCP project where the Waypoint AddOn is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} --- diff --git a/docs/waypointAddOnDefinition.csharp.md b/docs/waypointAddOnDefinition.csharp.md index e79a1dc1d..c1186d29d 100644 --- a/docs/waypointAddOnDefinition.csharp.md +++ b/docs/waypointAddOnDefinition.csharp.md @@ -4,7 +4,7 @@ ### WaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -534,7 +534,7 @@ The construct id used in the generated config for the WaypointAddOnDefinition to The id of the existing WaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -995,7 +995,7 @@ new WaypointAddOnDefinitionConfig { | Labels | string[] | List of labels attached to this Add-on Definition. | | ProjectId | string | The ID of the HCP project where the Waypoint Add-on Definition is located. | | ReadmeMarkdownTemplate | string | The markdown template for the Add-on Definition README. | -| VariableOptions | object | List of variable options for the template. | +| VariableOptions | object | List of variable options for the Add-on Definition. | --- @@ -1079,7 +1079,7 @@ public string Description { get; set; } A longer description of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} --- @@ -1093,7 +1093,7 @@ public string Name { get; set; } The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1107,7 +1107,7 @@ public string Summary { get; set; } A short summary of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} --- @@ -1121,7 +1121,7 @@ public WaypointAddOnDefinitionTerraformCloudWorkspaceDetails TerraformCloudWorks Terraform Cloud Workspace details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} --- @@ -1135,7 +1135,7 @@ public WaypointAddOnDefinitionTerraformNoCodeModule TerraformNoCodeModule { get; Terraform Cloud no-code Module details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} --- @@ -1149,7 +1149,7 @@ public string[] Labels { get; set; } List of labels attached to this Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} --- @@ -1163,7 +1163,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} --- @@ -1177,7 +1177,7 @@ public string ReadmeMarkdownTemplate { get; set; } The markdown template for the Add-on Definition README. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} --- @@ -1189,9 +1189,9 @@ public object VariableOptions { get; set; } - *Type:* object -List of variable options for the template. +List of variable options for the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} --- @@ -1227,7 +1227,7 @@ public string Name { get; set; } Name of the Terraform Cloud Workspace. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1241,7 +1241,7 @@ public string TerraformProjectId { get; set; } Tetraform Cloud Project ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} --- @@ -1277,7 +1277,7 @@ public string Source { get; set; } Terraform Cloud no-code Module Source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} --- @@ -1291,7 +1291,7 @@ public string Version { get; set; } Terraform Cloud no-code Module Version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} --- @@ -1331,7 +1331,7 @@ public string Name { get; set; } Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1345,7 +1345,7 @@ public string[] Options { get; set; } List of options. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} --- @@ -1359,7 +1359,7 @@ public string VariableType { get; set; } Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} --- @@ -1373,7 +1373,7 @@ public object UserEditable { get; set; } Whether the variable is editable by the user creating an add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} --- diff --git a/docs/waypointAddOnDefinition.go.md b/docs/waypointAddOnDefinition.go.md index 9438b7e5e..c92d48fd4 100644 --- a/docs/waypointAddOnDefinition.go.md +++ b/docs/waypointAddOnDefinition.go.md @@ -4,12 +4,12 @@ ### WaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.NewWaypointAddOnDefinition(scope Construct, id *string, config WaypointAddOnDefinitionConfig) WaypointAddOnDefinition ``` @@ -445,7 +445,7 @@ func ResetVariableOptions() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.WaypointAddOnDefinition_IsConstruct(x interface{}) *bool ``` @@ -477,7 +477,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.WaypointAddOnDefinition_IsTerraformElement(x interface{}) *bool ``` @@ -491,7 +491,7 @@ waypointaddondefinition.WaypointAddOnDefinition_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.WaypointAddOnDefinition_IsTerraformResource(x interface{}) *bool ``` @@ -505,7 +505,7 @@ waypointaddondefinition.WaypointAddOnDefinition_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.WaypointAddOnDefinition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -534,7 +534,7 @@ The construct id used in the generated config for the WaypointAddOnDefinition to The id of the existing WaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -954,7 +954,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" &waypointaddondefinition.WaypointAddOnDefinitionConfig { Connection: interface{}, @@ -967,8 +967,8 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" Description: *string, Name: *string, Summary: *string, - TerraformCloudWorkspaceDetails: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.waypointAddOnDefinition.WaypointAddOnDefinitionTerraformCloudWorkspaceDetails, - TerraformNoCodeModule: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.waypointAddOnDefinition.WaypointAddOnDefinitionTerraformNoCodeModule, + TerraformCloudWorkspaceDetails: github.com/cdktf/cdktf-provider-hcp-go/hcp.waypointAddOnDefinition.WaypointAddOnDefinitionTerraformCloudWorkspaceDetails, + TerraformNoCodeModule: github.com/cdktf/cdktf-provider-hcp-go/hcp.waypointAddOnDefinition.WaypointAddOnDefinitionTerraformNoCodeModule, Labels: *[]*string, ProjectId: *string, ReadmeMarkdownTemplate: *string, @@ -995,7 +995,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" | Labels | *[]*string | List of labels attached to this Add-on Definition. | | ProjectId | *string | The ID of the HCP project where the Waypoint Add-on Definition is located. | | ReadmeMarkdownTemplate | *string | The markdown template for the Add-on Definition README. | -| VariableOptions | interface{} | List of variable options for the template. | +| VariableOptions | interface{} | List of variable options for the Add-on Definition. | --- @@ -1079,7 +1079,7 @@ Description *string A longer description of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} --- @@ -1093,7 +1093,7 @@ Name *string The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1107,7 +1107,7 @@ Summary *string A short summary of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} --- @@ -1121,7 +1121,7 @@ TerraformCloudWorkspaceDetails WaypointAddOnDefinitionTerraformCloudWorkspaceDet Terraform Cloud Workspace details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} --- @@ -1135,7 +1135,7 @@ TerraformNoCodeModule WaypointAddOnDefinitionTerraformNoCodeModule Terraform Cloud no-code Module details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} --- @@ -1149,7 +1149,7 @@ Labels *[]*string List of labels attached to this Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} --- @@ -1163,7 +1163,7 @@ ProjectId *string The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} --- @@ -1177,7 +1177,7 @@ ReadmeMarkdownTemplate *string The markdown template for the Add-on Definition README. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} --- @@ -1189,9 +1189,9 @@ VariableOptions interface{} - *Type:* interface{} -List of variable options for the template. +List of variable options for the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} --- @@ -1200,7 +1200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" &waypointaddondefinition.WaypointAddOnDefinitionTerraformCloudWorkspaceDetails { Name: *string, @@ -1227,7 +1227,7 @@ Name *string Name of the Terraform Cloud Workspace. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1241,7 +1241,7 @@ TerraformProjectId *string Tetraform Cloud Project ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} --- @@ -1250,7 +1250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" &waypointaddondefinition.WaypointAddOnDefinitionTerraformNoCodeModule { Source: *string, @@ -1277,7 +1277,7 @@ Source *string Terraform Cloud no-code Module Source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} --- @@ -1291,7 +1291,7 @@ Version *string Terraform Cloud no-code Module Version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} --- @@ -1300,7 +1300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" &waypointaddondefinition.WaypointAddOnDefinitionVariableOptions { Name: *string, @@ -1331,7 +1331,7 @@ Name *string Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1345,7 +1345,7 @@ Options *[]*string List of options. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} --- @@ -1359,7 +1359,7 @@ VariableType *string Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} --- @@ -1373,7 +1373,7 @@ UserEditable interface{} Whether the variable is editable by the user creating an add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} --- @@ -1384,7 +1384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.NewWaypointAddOnDefinitionTerraformCloudWorkspaceDetailsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointAddOnDefinitionTerraformCloudWorkspaceDetailsOutputReference ``` @@ -1677,7 +1677,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.NewWaypointAddOnDefinitionTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointAddOnDefinitionTerraformNoCodeModuleOutputReference ``` @@ -1970,7 +1970,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.NewWaypointAddOnDefinitionVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WaypointAddOnDefinitionVariableOptionsList ``` @@ -2130,7 +2130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointaddondefinition" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointaddondefinition" waypointaddondefinition.NewWaypointAddOnDefinitionVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WaypointAddOnDefinitionVariableOptionsOutputReference ``` diff --git a/docs/waypointAddOnDefinition.java.md b/docs/waypointAddOnDefinition.java.md index 33e9e3fd1..e8c34a24f 100644 --- a/docs/waypointAddOnDefinition.java.md +++ b/docs/waypointAddOnDefinition.java.md @@ -4,7 +4,7 @@ ### WaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -55,7 +55,7 @@ WaypointAddOnDefinition.Builder.create(Construct scope, java.lang.String id) | labels | java.util.List | List of labels attached to this Add-on Definition. | | projectId | java.lang.String | The ID of the HCP project where the Waypoint Add-on Definition is located. | | readmeMarkdownTemplate | java.lang.String | The markdown template for the Add-on Definition README. | -| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointAddOnDefinitionVariableOptions> | List of variable options for the template. | +| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointAddOnDefinitionVariableOptions> | List of variable options for the Add-on Definition. | --- @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope A longer description of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A short summary of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Terraform Cloud Workspace details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Terraform Cloud no-code Module details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi List of labels attached to this Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The markdown template for the Add-on Definition README. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} --- @@ -203,9 +203,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointAddOnDefinitionVariableOptions> -List of variable options for the template. +List of variable options for the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} --- @@ -699,7 +699,7 @@ The construct id used in the generated config for the WaypointAddOnDefinition to The id of the existing WaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -1165,7 +1165,7 @@ WaypointAddOnDefinitionConfig.builder() | labels | java.util.List | List of labels attached to this Add-on Definition. | | projectId | java.lang.String | The ID of the HCP project where the Waypoint Add-on Definition is located. | | readmeMarkdownTemplate | java.lang.String | The markdown template for the Add-on Definition README. | -| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointAddOnDefinitionVariableOptions> | List of variable options for the template. | +| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointAddOnDefinitionVariableOptions> | List of variable options for the Add-on Definition. | --- @@ -1249,7 +1249,7 @@ public java.lang.String getDescription(); A longer description of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} --- @@ -1263,7 +1263,7 @@ public java.lang.String getName(); The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1277,7 +1277,7 @@ public java.lang.String getSummary(); A short summary of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} --- @@ -1291,7 +1291,7 @@ public WaypointAddOnDefinitionTerraformCloudWorkspaceDetails getTerraformCloudWo Terraform Cloud Workspace details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} --- @@ -1305,7 +1305,7 @@ public WaypointAddOnDefinitionTerraformNoCodeModule getTerraformNoCodeModule(); Terraform Cloud no-code Module details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} --- @@ -1319,7 +1319,7 @@ public java.util.List getLabels(); List of labels attached to this Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} --- @@ -1333,7 +1333,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} --- @@ -1347,7 +1347,7 @@ public java.lang.String getReadmeMarkdownTemplate(); The markdown template for the Add-on Definition README. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} --- @@ -1359,9 +1359,9 @@ public java.lang.Object getVariableOptions(); - *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointAddOnDefinitionVariableOptions> -List of variable options for the template. +List of variable options for the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} --- @@ -1397,7 +1397,7 @@ public java.lang.String getName(); Name of the Terraform Cloud Workspace. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1411,7 +1411,7 @@ public java.lang.String getTerraformProjectId(); Tetraform Cloud Project ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} --- @@ -1447,7 +1447,7 @@ public java.lang.String getSource(); Terraform Cloud no-code Module Source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} --- @@ -1461,7 +1461,7 @@ public java.lang.String getVersion(); Terraform Cloud no-code Module Version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} --- @@ -1502,7 +1502,7 @@ public java.lang.String getName(); Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1516,7 +1516,7 @@ public java.util.List getOptions(); List of options. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} --- @@ -1530,7 +1530,7 @@ public java.lang.String getVariableType(); Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} --- @@ -1544,7 +1544,7 @@ public java.lang.Object getUserEditable(); Whether the variable is editable by the user creating an add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} --- diff --git a/docs/waypointAddOnDefinition.python.md b/docs/waypointAddOnDefinition.python.md index c368c478f..4211c79d0 100644 --- a/docs/waypointAddOnDefinition.python.md +++ b/docs/waypointAddOnDefinition.python.md @@ -4,7 +4,7 @@ ### WaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -52,7 +52,7 @@ waypointAddOnDefinition.WaypointAddOnDefinition( | labels | typing.List[str] | List of labels attached to this Add-on Definition. | | project_id | str | The ID of the HCP project where the Waypoint Add-on Definition is located. | | readme_markdown_template | str | The markdown template for the Add-on Definition README. | -| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointAddOnDefinitionVariableOptions]] | List of variable options for the template. | +| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointAddOnDefinitionVariableOptions]] | List of variable options for the Add-on Definition. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope A longer description of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi A short summary of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Terraform Cloud Workspace details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Terraform Cloud no-code Module details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi List of labels attached to this Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The markdown template for the Add-on Definition README. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} --- @@ -200,9 +200,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi - *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointAddOnDefinitionVariableOptions]] -List of variable options for the template. +List of variable options for the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} --- @@ -583,7 +583,7 @@ def put_terraform_cloud_workspace_details( Name of the Terraform Cloud Workspace. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -593,7 +593,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Tetraform Cloud Project ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} --- @@ -612,7 +612,7 @@ def put_terraform_no_code_module( Terraform Cloud no-code Module Source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} --- @@ -622,7 +622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Terraform Cloud no-code Module Version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} --- @@ -778,7 +778,7 @@ The construct id used in the generated config for the WaypointAddOnDefinition to The id of the existing WaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -1239,7 +1239,7 @@ waypointAddOnDefinition.WaypointAddOnDefinitionConfig( | labels | typing.List[str] | List of labels attached to this Add-on Definition. | | project_id | str | The ID of the HCP project where the Waypoint Add-on Definition is located. | | readme_markdown_template | str | The markdown template for the Add-on Definition README. | -| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointAddOnDefinitionVariableOptions]] | List of variable options for the template. | +| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointAddOnDefinitionVariableOptions]] | List of variable options for the Add-on Definition. | --- @@ -1323,7 +1323,7 @@ description: str A longer description of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} --- @@ -1337,7 +1337,7 @@ name: str The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1351,7 +1351,7 @@ summary: str A short summary of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} --- @@ -1365,7 +1365,7 @@ terraform_cloud_workspace_details: WaypointAddOnDefinitionTerraformCloudWorkspac Terraform Cloud Workspace details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} --- @@ -1379,7 +1379,7 @@ terraform_no_code_module: WaypointAddOnDefinitionTerraformNoCodeModule Terraform Cloud no-code Module details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} --- @@ -1393,7 +1393,7 @@ labels: typing.List[str] List of labels attached to this Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} --- @@ -1407,7 +1407,7 @@ project_id: str The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} --- @@ -1421,7 +1421,7 @@ readme_markdown_template: str The markdown template for the Add-on Definition README. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} --- @@ -1433,9 +1433,9 @@ variable_options: typing.Union[IResolvable, typing.List[WaypointAddOnDefinitionV - *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointAddOnDefinitionVariableOptions]] -List of variable options for the template. +List of variable options for the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} --- @@ -1471,7 +1471,7 @@ name: str Name of the Terraform Cloud Workspace. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1485,7 +1485,7 @@ terraform_project_id: str Tetraform Cloud Project ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} --- @@ -1521,7 +1521,7 @@ source: str Terraform Cloud no-code Module Source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} --- @@ -1535,7 +1535,7 @@ version: str Terraform Cloud no-code Module Version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} --- @@ -1575,7 +1575,7 @@ name: str Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1589,7 +1589,7 @@ options: typing.List[str] List of options. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} --- @@ -1603,7 +1603,7 @@ variable_type: str Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} --- @@ -1617,7 +1617,7 @@ user_editable: typing.Union[bool, IResolvable] Whether the variable is editable by the user creating an add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} --- diff --git a/docs/waypointAddOnDefinition.typescript.md b/docs/waypointAddOnDefinition.typescript.md index 9f732b531..3e497e95a 100644 --- a/docs/waypointAddOnDefinition.typescript.md +++ b/docs/waypointAddOnDefinition.typescript.md @@ -4,7 +4,7 @@ ### WaypointAddOnDefinition -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition}. #### Initializers @@ -534,7 +534,7 @@ The construct id used in the generated config for the WaypointAddOnDefinition to The id of the existing WaypointAddOnDefinition that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use --- @@ -978,7 +978,7 @@ const waypointAddOnDefinitionConfig: waypointAddOnDefinition.WaypointAddOnDefini | labels | string[] | List of labels attached to this Add-on Definition. | | projectId | string | The ID of the HCP project where the Waypoint Add-on Definition is located. | | readmeMarkdownTemplate | string | The markdown template for the Add-on Definition README. | -| variableOptions | cdktf.IResolvable \| WaypointAddOnDefinitionVariableOptions[] | List of variable options for the template. | +| variableOptions | cdktf.IResolvable \| WaypointAddOnDefinitionVariableOptions[] | List of variable options for the Add-on Definition. | --- @@ -1062,7 +1062,7 @@ public readonly description: string; A longer description of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} --- @@ -1076,7 +1076,7 @@ public readonly name: string; The name of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1090,7 +1090,7 @@ public readonly summary: string; A short summary of the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} --- @@ -1104,7 +1104,7 @@ public readonly terraformCloudWorkspaceDetails: WaypointAddOnDefinitionTerraform Terraform Cloud Workspace details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} --- @@ -1118,7 +1118,7 @@ public readonly terraformNoCodeModule: WaypointAddOnDefinitionTerraformNoCodeMod Terraform Cloud no-code Module details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} --- @@ -1132,7 +1132,7 @@ public readonly labels: string[]; List of labels attached to this Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} --- @@ -1146,7 +1146,7 @@ public readonly projectId: string; The ID of the HCP project where the Waypoint Add-on Definition is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} --- @@ -1160,7 +1160,7 @@ public readonly readmeMarkdownTemplate: string; The markdown template for the Add-on Definition README. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} --- @@ -1172,9 +1172,9 @@ public readonly variableOptions: IResolvable | WaypointAddOnDefinitionVariableOp - *Type:* cdktf.IResolvable | WaypointAddOnDefinitionVariableOptions[] -List of variable options for the template. +List of variable options for the Add-on Definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} --- @@ -1207,7 +1207,7 @@ public readonly name: string; Name of the Terraform Cloud Workspace. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1221,7 +1221,7 @@ public readonly terraformProjectId: string; Tetraform Cloud Project ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} --- @@ -1254,7 +1254,7 @@ public readonly source: string; Terraform Cloud no-code Module Source. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} --- @@ -1268,7 +1268,7 @@ public readonly version: string; Terraform Cloud no-code Module Version. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} --- @@ -1303,7 +1303,7 @@ public readonly name: string; Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} --- @@ -1317,7 +1317,7 @@ public readonly options: string[]; List of options. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} --- @@ -1331,7 +1331,7 @@ public readonly variableType: string; Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} --- @@ -1345,7 +1345,7 @@ public readonly userEditable: boolean | IResolvable; Whether the variable is editable by the user creating an add-on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} --- diff --git a/docs/waypointApplication.csharp.md b/docs/waypointApplication.csharp.md index a02528336..3dc38700f 100644 --- a/docs/waypointApplication.csharp.md +++ b/docs/waypointApplication.csharp.md @@ -4,7 +4,7 @@ ### WaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the WaypointApplication to imp The id of the existing WaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -532,20 +532,20 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ApplicationInputVariables | WaypointApplicationApplicationInputVariablesList | *No description.* | -| ApplicationTemplateName | string | *No description.* | | Id | string | *No description.* | | NamespaceId | string | *No description.* | | OrganizationId | string | *No description.* | | TemplateInputVariables | WaypointApplicationTemplateInputVariablesList | *No description.* | +| TemplateName | string | *No description.* | | ApplicationInputVariablesInput | object | *No description.* | -| ApplicationTemplateIdInput | string | *No description.* | | NameInput | string | *No description.* | | ProjectIdInput | string | *No description.* | | ReadmeMarkdownInput | string | *No description.* | -| ApplicationTemplateId | string | *No description.* | +| TemplateIdInput | string | *No description.* | | Name | string | *No description.* | | ProjectId | string | *No description.* | | ReadmeMarkdown | string | *No description.* | +| TemplateId | string | *No description.* | --- @@ -701,16 +701,6 @@ public WaypointApplicationApplicationInputVariablesList ApplicationInputVariable --- -##### `ApplicationTemplateName`Required - -```csharp -public string ApplicationTemplateName { get; } -``` - -- *Type:* string - ---- - ##### `Id`Required ```csharp @@ -751,23 +741,23 @@ public WaypointApplicationTemplateInputVariablesList TemplateInputVariables { ge --- -##### `ApplicationInputVariablesInput`Optional +##### `TemplateName`Required ```csharp -public object ApplicationInputVariablesInput { get; } +public string TemplateName { get; } ``` -- *Type:* object +- *Type:* string --- -##### `ApplicationTemplateIdInput`Optional +##### `ApplicationInputVariablesInput`Optional ```csharp -public string ApplicationTemplateIdInput { get; } +public object ApplicationInputVariablesInput { get; } ``` -- *Type:* string +- *Type:* object --- @@ -801,10 +791,10 @@ public string ReadmeMarkdownInput { get; } --- -##### `ApplicationTemplateId`Required +##### `TemplateIdInput`Optional ```csharp -public string ApplicationTemplateId { get; } +public string TemplateIdInput { get; } ``` - *Type:* string @@ -841,6 +831,16 @@ public string ReadmeMarkdown { get; } --- +##### `TemplateId`Required + +```csharp +public string TemplateId { get; } +``` + +- *Type:* string + +--- + #### Constants | **Name** | **Type** | **Description** | @@ -895,7 +895,7 @@ public string Name { get; set; } Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -909,7 +909,7 @@ public string Value { get; set; } Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -923,7 +923,7 @@ public string VariableType { get; set; } Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- @@ -942,8 +942,8 @@ new WaypointApplicationConfig { TerraformResourceLifecycle Lifecycle = null, TerraformProvider Provider = null, object[] Provisioners = null, - string ApplicationTemplateId, string Name, + string TemplateId, object ApplicationInputVariables = null, string ProjectId = null, string ReadmeMarkdown = null @@ -961,8 +961,8 @@ new WaypointApplicationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| ApplicationTemplateId | string | ID of the Application Template this Application is based on. | | Name | string | The name of the Application. | +| TemplateId | string | ID of the Template this Application is based on. | | ApplicationInputVariables | object | Input variables set for the application. | | ProjectId | string | The ID of the HCP project where the Waypoint Application is located. | | ReadmeMarkdown | string | Instructions for using the Application (markdown format supported). | @@ -1039,31 +1039,31 @@ public object[] Provisioners { get; set; } --- -##### `ApplicationTemplateId`Required +##### `Name`Required ```csharp -public string ApplicationTemplateId { get; set; } +public string Name { get; set; } ``` - *Type:* string -ID of the Application Template this Application is based on. +The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- -##### `Name`Required +##### `TemplateId`Required ```csharp -public string Name { get; set; } +public string TemplateId { get; set; } ``` - *Type:* string -The name of the Application. +ID of the Template this Application is based on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} --- @@ -1077,7 +1077,7 @@ public object ApplicationInputVariables { get; set; } Input variables set for the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} --- @@ -1091,7 +1091,7 @@ public string ProjectId { get; set; } The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} --- @@ -1105,9 +1105,9 @@ public string ReadmeMarkdown { get; set; } Instructions for using the Application (markdown format supported). -Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. +Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} --- @@ -1145,7 +1145,7 @@ public string Name { get; set; } Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -1159,7 +1159,7 @@ public string Value { get; set; } Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -1173,7 +1173,7 @@ public string VariableType { get; set; } Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- diff --git a/docs/waypointApplication.go.md b/docs/waypointApplication.go.md index 2cfa0423d..5b500e9ab 100644 --- a/docs/waypointApplication.go.md +++ b/docs/waypointApplication.go.md @@ -4,12 +4,12 @@ ### WaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application hcp_waypoint_application}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.NewWaypointApplication(scope Construct, id *string, config WaypointApplicationConfig) WaypointApplication ``` @@ -412,7 +412,7 @@ func ResetReadmeMarkdown() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.WaypointApplication_IsConstruct(x interface{}) *bool ``` @@ -444,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.WaypointApplication_IsTerraformElement(x interface{}) *bool ``` @@ -458,7 +458,7 @@ waypointapplication.WaypointApplication_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.WaypointApplication_IsTerraformResource(x interface{}) *bool ``` @@ -472,7 +472,7 @@ waypointapplication.WaypointApplication_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.WaypointApplication_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -501,7 +501,7 @@ The construct id used in the generated config for the WaypointApplication to imp The id of the existing WaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -532,20 +532,20 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ApplicationInputVariables | WaypointApplicationApplicationInputVariablesList | *No description.* | -| ApplicationTemplateName | *string | *No description.* | | Id | *string | *No description.* | | NamespaceId | *string | *No description.* | | OrganizationId | *string | *No description.* | | TemplateInputVariables | WaypointApplicationTemplateInputVariablesList | *No description.* | +| TemplateName | *string | *No description.* | | ApplicationInputVariablesInput | interface{} | *No description.* | -| ApplicationTemplateIdInput | *string | *No description.* | | NameInput | *string | *No description.* | | ProjectIdInput | *string | *No description.* | | ReadmeMarkdownInput | *string | *No description.* | -| ApplicationTemplateId | *string | *No description.* | +| TemplateIdInput | *string | *No description.* | | Name | *string | *No description.* | | ProjectId | *string | *No description.* | | ReadmeMarkdown | *string | *No description.* | +| TemplateId | *string | *No description.* | --- @@ -701,16 +701,6 @@ func ApplicationInputVariables() WaypointApplicationApplicationInputVariablesLis --- -##### `ApplicationTemplateName`Required - -```go -func ApplicationTemplateName() *string -``` - -- *Type:* *string - ---- - ##### `Id`Required ```go @@ -751,23 +741,23 @@ func TemplateInputVariables() WaypointApplicationTemplateInputVariablesList --- -##### `ApplicationInputVariablesInput`Optional +##### `TemplateName`Required ```go -func ApplicationInputVariablesInput() interface{} +func TemplateName() *string ``` -- *Type:* interface{} +- *Type:* *string --- -##### `ApplicationTemplateIdInput`Optional +##### `ApplicationInputVariablesInput`Optional ```go -func ApplicationTemplateIdInput() *string +func ApplicationInputVariablesInput() interface{} ``` -- *Type:* *string +- *Type:* interface{} --- @@ -801,10 +791,10 @@ func ReadmeMarkdownInput() *string --- -##### `ApplicationTemplateId`Required +##### `TemplateIdInput`Optional ```go -func ApplicationTemplateId() *string +func TemplateIdInput() *string ``` - *Type:* *string @@ -841,6 +831,16 @@ func ReadmeMarkdown() *string --- +##### `TemplateId`Required + +```go +func TemplateId() *string +``` + +- *Type:* *string + +--- + #### Constants | **Name** | **Type** | **Description** | @@ -866,7 +866,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" &waypointapplication.WaypointApplicationApplicationInputVariables { Name: *string, @@ -895,7 +895,7 @@ Name *string Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -909,7 +909,7 @@ Value *string Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -923,7 +923,7 @@ VariableType *string Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- @@ -932,7 +932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" &waypointapplication.WaypointApplicationConfig { Connection: interface{}, @@ -942,8 +942,8 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, - ApplicationTemplateId: *string, Name: *string, + TemplateId: *string, ApplicationInputVariables: interface{}, ProjectId: *string, ReadmeMarkdown: *string, @@ -961,8 +961,8 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | -| ApplicationTemplateId | *string | ID of the Application Template this Application is based on. | | Name | *string | The name of the Application. | +| TemplateId | *string | ID of the Template this Application is based on. | | ApplicationInputVariables | interface{} | Input variables set for the application. | | ProjectId | *string | The ID of the HCP project where the Waypoint Application is located. | | ReadmeMarkdown | *string | Instructions for using the Application (markdown format supported). | @@ -1039,31 +1039,31 @@ Provisioners *[]interface{} --- -##### `ApplicationTemplateId`Required +##### `Name`Required ```go -ApplicationTemplateId *string +Name *string ``` - *Type:* *string -ID of the Application Template this Application is based on. +The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- -##### `Name`Required +##### `TemplateId`Required ```go -Name *string +TemplateId *string ``` - *Type:* *string -The name of the Application. +ID of the Template this Application is based on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} --- @@ -1077,7 +1077,7 @@ ApplicationInputVariables interface{} Input variables set for the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} --- @@ -1091,7 +1091,7 @@ ProjectId *string The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} --- @@ -1105,9 +1105,9 @@ ReadmeMarkdown *string Instructions for using the Application (markdown format supported). -Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. +Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} --- @@ -1116,7 +1116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" &waypointapplication.WaypointApplicationTemplateInputVariables { Name: *string, @@ -1145,7 +1145,7 @@ Name *string Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -1159,7 +1159,7 @@ Value *string Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -1173,7 +1173,7 @@ VariableType *string Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- @@ -1184,7 +1184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.NewWaypointApplicationApplicationInputVariablesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WaypointApplicationApplicationInputVariablesList ``` @@ -1344,7 +1344,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.NewWaypointApplicationApplicationInputVariablesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WaypointApplicationApplicationInputVariablesOutputReference ``` @@ -1677,7 +1677,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.NewWaypointApplicationTemplateInputVariablesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WaypointApplicationTemplateInputVariablesList ``` @@ -1837,7 +1837,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplication" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointapplication" waypointapplication.NewWaypointApplicationTemplateInputVariablesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WaypointApplicationTemplateInputVariablesOutputReference ``` diff --git a/docs/waypointApplication.java.md b/docs/waypointApplication.java.md index ac9f21bdd..8d9c2db37 100644 --- a/docs/waypointApplication.java.md +++ b/docs/waypointApplication.java.md @@ -4,7 +4,7 @@ ### WaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -23,8 +23,8 @@ WaypointApplication.Builder.create(Construct scope, java.lang.String id) // .provisioners(java.util.List) - .applicationTemplateId(java.lang.String) .name(java.lang.String) + .templateId(java.lang.String) // .applicationInputVariables(IResolvable) // .applicationInputVariables(java.util.List) // .projectId(java.lang.String) @@ -43,8 +43,8 @@ WaypointApplication.Builder.create(Construct scope, java.lang.String id) | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| applicationTemplateId | java.lang.String | ID of the Application Template this Application is based on. | | name | java.lang.String | The name of the Application. | +| templateId | java.lang.String | ID of the Template this Application is based on. | | applicationInputVariables | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationApplicationInputVariables> | Input variables set for the application. | | projectId | java.lang.String | The ID of the HCP project where the Waypoint Application is located. | | readmeMarkdown | java.lang.String | Instructions for using the Application (markdown format supported). | @@ -111,23 +111,23 @@ Must be unique amongst siblings in the same scope --- -##### `applicationTemplateId`Required +##### `name`Required - *Type:* java.lang.String -ID of the Application Template this Application is based on. +The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- -##### `name`Required +##### `templateId`Required - *Type:* java.lang.String -The name of the Application. +ID of the Template this Application is based on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Input variables set for the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} --- @@ -157,9 +157,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Instructions for using the Application (markdown format supported). -Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. +Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the WaypointApplication to imp The id of the existing WaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -651,20 +651,20 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | applicationInputVariables | WaypointApplicationApplicationInputVariablesList | *No description.* | -| applicationTemplateName | java.lang.String | *No description.* | | id | java.lang.String | *No description.* | | namespaceId | java.lang.String | *No description.* | | organizationId | java.lang.String | *No description.* | | templateInputVariables | WaypointApplicationTemplateInputVariablesList | *No description.* | +| templateName | java.lang.String | *No description.* | | applicationInputVariablesInput | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationApplicationInputVariables> | *No description.* | -| applicationTemplateIdInput | java.lang.String | *No description.* | | nameInput | java.lang.String | *No description.* | | projectIdInput | java.lang.String | *No description.* | | readmeMarkdownInput | java.lang.String | *No description.* | -| applicationTemplateId | java.lang.String | *No description.* | +| templateIdInput | java.lang.String | *No description.* | | name | java.lang.String | *No description.* | | projectId | java.lang.String | *No description.* | | readmeMarkdown | java.lang.String | *No description.* | +| templateId | java.lang.String | *No description.* | --- @@ -820,16 +820,6 @@ public WaypointApplicationApplicationInputVariablesList getApplicationInputVaria --- -##### `applicationTemplateName`Required - -```java -public java.lang.String getApplicationTemplateName(); -``` - -- *Type:* java.lang.String - ---- - ##### `id`Required ```java @@ -870,23 +860,23 @@ public WaypointApplicationTemplateInputVariablesList getTemplateInputVariables() --- -##### `applicationInputVariablesInput`Optional +##### `templateName`Required ```java -public java.lang.Object getApplicationInputVariablesInput(); +public java.lang.String getTemplateName(); ``` -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationApplicationInputVariables> +- *Type:* java.lang.String --- -##### `applicationTemplateIdInput`Optional +##### `applicationInputVariablesInput`Optional ```java -public java.lang.String getApplicationTemplateIdInput(); +public java.lang.Object getApplicationInputVariablesInput(); ``` -- *Type:* java.lang.String +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationApplicationInputVariables> --- @@ -920,10 +910,10 @@ public java.lang.String getReadmeMarkdownInput(); --- -##### `applicationTemplateId`Required +##### `templateIdInput`Optional ```java -public java.lang.String getApplicationTemplateId(); +public java.lang.String getTemplateIdInput(); ``` - *Type:* java.lang.String @@ -960,6 +950,16 @@ public java.lang.String getReadmeMarkdown(); --- +##### `templateId`Required + +```java +public java.lang.String getTemplateId(); +``` + +- *Type:* java.lang.String + +--- + #### Constants | **Name** | **Type** | **Description** | @@ -1014,7 +1014,7 @@ public java.lang.String getName(); Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -1028,7 +1028,7 @@ public java.lang.String getValue(); Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -1042,7 +1042,7 @@ public java.lang.String getVariableType(); Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- @@ -1065,8 +1065,8 @@ WaypointApplicationConfig.builder() // .provisioners(java.util.List) - .applicationTemplateId(java.lang.String) .name(java.lang.String) + .templateId(java.lang.String) // .applicationInputVariables(IResolvable) // .applicationInputVariables(java.util.List) // .projectId(java.lang.String) @@ -1085,8 +1085,8 @@ WaypointApplicationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| applicationTemplateId | java.lang.String | ID of the Application Template this Application is based on. | | name | java.lang.String | The name of the Application. | +| templateId | java.lang.String | ID of the Template this Application is based on. | | applicationInputVariables | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationApplicationInputVariables> | Input variables set for the application. | | projectId | java.lang.String | The ID of the HCP project where the Waypoint Application is located. | | readmeMarkdown | java.lang.String | Instructions for using the Application (markdown format supported). | @@ -1163,31 +1163,31 @@ public java.lang.Object getProvisioners(); --- -##### `applicationTemplateId`Required +##### `name`Required ```java -public java.lang.String getApplicationTemplateId(); +public java.lang.String getName(); ``` - *Type:* java.lang.String -ID of the Application Template this Application is based on. +The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- -##### `name`Required +##### `templateId`Required ```java -public java.lang.String getName(); +public java.lang.String getTemplateId(); ``` - *Type:* java.lang.String -The name of the Application. +ID of the Template this Application is based on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} --- @@ -1201,7 +1201,7 @@ public java.lang.Object getApplicationInputVariables(); Input variables set for the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} --- @@ -1215,7 +1215,7 @@ public java.lang.String getProjectId(); The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} --- @@ -1229,9 +1229,9 @@ public java.lang.String getReadmeMarkdown(); Instructions for using the Application (markdown format supported). -Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. +Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} --- @@ -1269,7 +1269,7 @@ public java.lang.String getName(); Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -1283,7 +1283,7 @@ public java.lang.String getValue(); Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -1297,7 +1297,7 @@ public java.lang.String getVariableType(); Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- diff --git a/docs/waypointApplication.python.md b/docs/waypointApplication.python.md index 472cd2ee4..f0f057444 100644 --- a/docs/waypointApplication.python.md +++ b/docs/waypointApplication.python.md @@ -4,7 +4,7 @@ ### WaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -21,8 +21,8 @@ waypointApplication.WaypointApplication( lifecycle: TerraformResourceLifecycle = None, provider: TerraformProvider = None, provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, - application_template_id: str, name: str, + template_id: str, application_input_variables: typing.Union[IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] = None, project_id: str = None, readme_markdown: str = None @@ -40,8 +40,8 @@ waypointApplication.WaypointApplication( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| application_template_id | str | ID of the Application Template this Application is based on. | | name | str | The name of the Application. | +| template_id | str | ID of the Template this Application is based on. | | application_input_variables | typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] | Input variables set for the application. | | project_id | str | The ID of the HCP project where the Waypoint Application is located. | | readme_markdown | str | Instructions for using the Application (markdown format supported). | @@ -108,23 +108,23 @@ Must be unique amongst siblings in the same scope --- -##### `application_template_id`Required +##### `name`Required - *Type:* str -ID of the Application Template this Application is based on. +The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- -##### `name`Required +##### `template_id`Required - *Type:* str -The name of the Application. +ID of the Template this Application is based on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Input variables set for the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} --- @@ -154,9 +154,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Instructions for using the Application (markdown format supported). -Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. +Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} --- @@ -665,7 +665,7 @@ The construct id used in the generated config for the WaypointApplication to imp The id of the existing WaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -696,20 +696,20 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | application_input_variables | WaypointApplicationApplicationInputVariablesList | *No description.* | -| application_template_name | str | *No description.* | | id | str | *No description.* | | namespace_id | str | *No description.* | | organization_id | str | *No description.* | | template_input_variables | WaypointApplicationTemplateInputVariablesList | *No description.* | +| template_name | str | *No description.* | | application_input_variables_input | typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] | *No description.* | -| application_template_id_input | str | *No description.* | | name_input | str | *No description.* | | project_id_input | str | *No description.* | | readme_markdown_input | str | *No description.* | -| application_template_id | str | *No description.* | +| template_id_input | str | *No description.* | | name | str | *No description.* | | project_id | str | *No description.* | | readme_markdown | str | *No description.* | +| template_id | str | *No description.* | --- @@ -865,16 +865,6 @@ application_input_variables: WaypointApplicationApplicationInputVariablesList --- -##### `application_template_name`Required - -```python -application_template_name: str -``` - -- *Type:* str - ---- - ##### `id`Required ```python @@ -915,23 +905,23 @@ template_input_variables: WaypointApplicationTemplateInputVariablesList --- -##### `application_input_variables_input`Optional +##### `template_name`Required ```python -application_input_variables_input: typing.Union[IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] +template_name: str ``` -- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] +- *Type:* str --- -##### `application_template_id_input`Optional +##### `application_input_variables_input`Optional ```python -application_template_id_input: str +application_input_variables_input: typing.Union[IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] ``` -- *Type:* str +- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] --- @@ -965,10 +955,10 @@ readme_markdown_input: str --- -##### `application_template_id`Required +##### `template_id_input`Optional ```python -application_template_id: str +template_id_input: str ``` - *Type:* str @@ -1005,6 +995,16 @@ readme_markdown: str --- +##### `template_id`Required + +```python +template_id: str +``` + +- *Type:* str + +--- + #### Constants | **Name** | **Type** | **Description** | @@ -1059,7 +1059,7 @@ name: str Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -1073,7 +1073,7 @@ value: str Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -1087,7 +1087,7 @@ variable_type: str Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- @@ -1106,8 +1106,8 @@ waypointApplication.WaypointApplicationConfig( lifecycle: TerraformResourceLifecycle = None, provider: TerraformProvider = None, provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, - application_template_id: str, name: str, + template_id: str, application_input_variables: typing.Union[IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] = None, project_id: str = None, readme_markdown: str = None @@ -1125,8 +1125,8 @@ waypointApplication.WaypointApplicationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| application_template_id | str | ID of the Application Template this Application is based on. | | name | str | The name of the Application. | +| template_id | str | ID of the Template this Application is based on. | | application_input_variables | typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationApplicationInputVariables]] | Input variables set for the application. | | project_id | str | The ID of the HCP project where the Waypoint Application is located. | | readme_markdown | str | Instructions for using the Application (markdown format supported). | @@ -1203,31 +1203,31 @@ provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, Re --- -##### `application_template_id`Required +##### `name`Required ```python -application_template_id: str +name: str ``` - *Type:* str -ID of the Application Template this Application is based on. +The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- -##### `name`Required +##### `template_id`Required ```python -name: str +template_id: str ``` - *Type:* str -The name of the Application. +ID of the Template this Application is based on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} --- @@ -1241,7 +1241,7 @@ application_input_variables: typing.Union[IResolvable, typing.List[WaypointAppli Input variables set for the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} --- @@ -1255,7 +1255,7 @@ project_id: str The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} --- @@ -1269,9 +1269,9 @@ readme_markdown: str Instructions for using the Application (markdown format supported). -Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. +Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} --- @@ -1309,7 +1309,7 @@ name: str Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -1323,7 +1323,7 @@ value: str Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -1337,7 +1337,7 @@ variable_type: str Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- diff --git a/docs/waypointApplication.typescript.md b/docs/waypointApplication.typescript.md index cec76868c..91aaada47 100644 --- a/docs/waypointApplication.typescript.md +++ b/docs/waypointApplication.typescript.md @@ -4,7 +4,7 @@ ### WaypointApplication -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application hcp_waypoint_application}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application hcp_waypoint_application}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the WaypointApplication to imp The id of the existing WaypointApplication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use --- @@ -532,20 +532,20 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0 | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | applicationInputVariables | WaypointApplicationApplicationInputVariablesList | *No description.* | -| applicationTemplateName | string | *No description.* | | id | string | *No description.* | | namespaceId | string | *No description.* | | organizationId | string | *No description.* | | templateInputVariables | WaypointApplicationTemplateInputVariablesList | *No description.* | +| templateName | string | *No description.* | | applicationInputVariablesInput | cdktf.IResolvable \| WaypointApplicationApplicationInputVariables[] | *No description.* | -| applicationTemplateIdInput | string | *No description.* | | nameInput | string | *No description.* | | projectIdInput | string | *No description.* | | readmeMarkdownInput | string | *No description.* | -| applicationTemplateId | string | *No description.* | +| templateIdInput | string | *No description.* | | name | string | *No description.* | | projectId | string | *No description.* | | readmeMarkdown | string | *No description.* | +| templateId | string | *No description.* | --- @@ -701,16 +701,6 @@ public readonly applicationInputVariables: WaypointApplicationApplicationInputVa --- -##### `applicationTemplateName`Required - -```typescript -public readonly applicationTemplateName: string; -``` - -- *Type:* string - ---- - ##### `id`Required ```typescript @@ -751,23 +741,23 @@ public readonly templateInputVariables: WaypointApplicationTemplateInputVariable --- -##### `applicationInputVariablesInput`Optional +##### `templateName`Required ```typescript -public readonly applicationInputVariablesInput: IResolvable | WaypointApplicationApplicationInputVariables[]; +public readonly templateName: string; ``` -- *Type:* cdktf.IResolvable | WaypointApplicationApplicationInputVariables[] +- *Type:* string --- -##### `applicationTemplateIdInput`Optional +##### `applicationInputVariablesInput`Optional ```typescript -public readonly applicationTemplateIdInput: string; +public readonly applicationInputVariablesInput: IResolvable | WaypointApplicationApplicationInputVariables[]; ``` -- *Type:* string +- *Type:* cdktf.IResolvable | WaypointApplicationApplicationInputVariables[] --- @@ -801,10 +791,10 @@ public readonly readmeMarkdownInput: string; --- -##### `applicationTemplateId`Required +##### `templateIdInput`Optional ```typescript -public readonly applicationTemplateId: string; +public readonly templateIdInput: string; ``` - *Type:* string @@ -841,6 +831,16 @@ public readonly readmeMarkdown: string; --- +##### `templateId`Required + +```typescript +public readonly templateId: string; +``` + +- *Type:* string + +--- + #### Constants | **Name** | **Type** | **Description** | @@ -891,7 +891,7 @@ public readonly name: string; Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -905,7 +905,7 @@ public readonly value: string; Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -919,7 +919,7 @@ public readonly variableType: string; Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- @@ -944,8 +944,8 @@ const waypointApplicationConfig: waypointApplication.WaypointApplicationConfig = | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| applicationTemplateId | string | ID of the Application Template this Application is based on. | | name | string | The name of the Application. | +| templateId | string | ID of the Template this Application is based on. | | applicationInputVariables | cdktf.IResolvable \| WaypointApplicationApplicationInputVariables[] | Input variables set for the application. | | projectId | string | The ID of the HCP project where the Waypoint Application is located. | | readmeMarkdown | string | Instructions for using the Application (markdown format supported). | @@ -1022,31 +1022,31 @@ public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExe --- -##### `applicationTemplateId`Required +##### `name`Required ```typescript -public readonly applicationTemplateId: string; +public readonly name: string; ``` - *Type:* string -ID of the Application Template this Application is based on. +The name of the Application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- -##### `name`Required +##### `templateId`Required ```typescript -public readonly name: string; +public readonly templateId: string; ``` - *Type:* string -The name of the Application. +ID of the Template this Application is based on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} --- @@ -1060,7 +1060,7 @@ public readonly applicationInputVariables: IResolvable | WaypointApplicationAppl Input variables set for the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} --- @@ -1074,7 +1074,7 @@ public readonly projectId: string; The ID of the HCP project where the Waypoint Application is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} --- @@ -1088,9 +1088,9 @@ public readonly readmeMarkdown: string; Instructions for using the Application (markdown format supported). -Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. +Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} --- @@ -1124,7 +1124,7 @@ public readonly name: string; Variable name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} --- @@ -1138,7 +1138,7 @@ public readonly value: string; Variable value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} --- @@ -1152,7 +1152,7 @@ public readonly variableType: string; Variable type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} --- diff --git a/docs/waypointApplicationTemplate.csharp.md b/docs/waypointApplicationTemplate.csharp.md deleted file mode 100644 index 5dff1b3e7..000000000 --- a/docs/waypointApplicationTemplate.csharp.md +++ /dev/null @@ -1,2504 +0,0 @@ -# `waypointApplicationTemplate` Submodule - -## Constructs - -### WaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplate(Construct Scope, string Id, WaypointApplicationTemplateConfig Config); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Scope | Constructs.Construct | The scope in which to define this construct. | -| Id | string | The scoped construct ID. | -| Config | WaypointApplicationTemplateConfig | *No description.* | - ---- - -##### `Scope`Required - -- *Type:* Constructs.Construct - -The scope in which to define this construct. - ---- - -##### `Id`Required - -- *Type:* string - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `Config`Required - -- *Type:* WaypointApplicationTemplateConfig - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ToString | Returns a string representation of this construct. | -| AddOverride | *No description.* | -| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| ToHclTerraform | *No description.* | -| ToMetadata | *No description.* | -| ToTerraform | Adds this resource to the terraform JSON output. | -| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| HasResourceMove | *No description.* | -| ImportFrom | *No description.* | -| InterpolationForAttribute | *No description.* | -| MoveFromId | Move the resource corresponding to "id" to this resource. | -| MoveTo | Moves this resource to the target resource given by moveTarget. | -| MoveToId | Moves this resource to the resource corresponding to "id". | -| PutTerraformCloudWorkspaceDetails | *No description.* | -| PutTerraformNoCodeModule | *No description.* | -| PutVariableOptions | *No description.* | -| ResetDescription | *No description.* | -| ResetLabels | *No description.* | -| ResetProjectId | *No description.* | -| ResetReadmeMarkdownTemplate | *No description.* | -| ResetVariableOptions | *No description.* | - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Returns a string representation of this construct. - -##### `AddOverride` - -```csharp -private void AddOverride(string Path, object Value) -``` - -###### `Path`Required - -- *Type:* string - ---- - -###### `Value`Required - -- *Type:* object - ---- - -##### `OverrideLogicalId` - -```csharp -private void OverrideLogicalId(string NewLogicalId) -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `NewLogicalId`Required - -- *Type:* string - -The new logical ID to use for this stack element. - ---- - -##### `ResetOverrideLogicalId` - -```csharp -private void ResetOverrideLogicalId() -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `ToHclTerraform` - -```csharp -private object ToHclTerraform() -``` - -##### `ToMetadata` - -```csharp -private object ToMetadata() -``` - -##### `ToTerraform` - -```csharp -private object ToTerraform() -``` - -Adds this resource to the terraform JSON output. - -##### `AddMoveTarget` - -```csharp -private void AddMoveTarget(string MoveTarget) -``` - -Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. - -###### `MoveTarget`Required - -- *Type:* string - -The string move target that will correspond to this resource. - ---- - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `HasResourceMove` - -```csharp -private object HasResourceMove() -``` - -##### `ImportFrom` - -```csharp -private void ImportFrom(string Id, TerraformProvider Provider = null) -``` - -###### `Id`Required - -- *Type:* string - ---- - -###### `Provider`Optional - -- *Type:* HashiCorp.Cdktf.TerraformProvider - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `MoveFromId` - -```csharp -private void MoveFromId(string Id) -``` - -Move the resource corresponding to "id" to this resource. - -Note that the resource being moved from must be marked as moved using it's instance function. - -###### `Id`Required - -- *Type:* string - -Full id of resource being moved from, e.g. "aws_s3_bucket.example". - ---- - -##### `MoveTo` - -```csharp -private void MoveTo(string MoveTarget, object Index = null) -``` - -Moves this resource to the target resource given by moveTarget. - -###### `MoveTarget`Required - -- *Type:* string - -The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. - ---- - -###### `Index`Optional - -- *Type:* object - -Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. - ---- - -##### `MoveToId` - -```csharp -private void MoveToId(string Id) -``` - -Moves this resource to the resource corresponding to "id". - -###### `Id`Required - -- *Type:* string - -Full id of resource to move to, e.g. "aws_s3_bucket.example". - ---- - -##### `PutTerraformCloudWorkspaceDetails` - -```csharp -private void PutTerraformCloudWorkspaceDetails(WaypointApplicationTemplateTerraformCloudWorkspaceDetails Value) -``` - -###### `Value`Required - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - -##### `PutTerraformNoCodeModule` - -```csharp -private void PutTerraformNoCodeModule(WaypointApplicationTemplateTerraformNoCodeModule Value) -``` - -###### `Value`Required - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - ---- - -##### `PutVariableOptions` - -```csharp -private void PutVariableOptions(object Value) -``` - -###### `Value`Required - -- *Type:* object - ---- - -##### `ResetDescription` - -```csharp -private void ResetDescription() -``` - -##### `ResetLabels` - -```csharp -private void ResetLabels() -``` - -##### `ResetProjectId` - -```csharp -private void ResetProjectId() -``` - -##### `ResetReadmeMarkdownTemplate` - -```csharp -private void ResetReadmeMarkdownTemplate() -``` - -##### `ResetVariableOptions` - -```csharp -private void ResetVariableOptions() -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| IsConstruct | Checks if `x` is a construct. | -| IsTerraformElement | *No description.* | -| IsTerraformResource | *No description.* | -| GenerateConfigForImport | Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `IsConstruct` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -WaypointApplicationTemplate.IsConstruct(object X); -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `X`Required - -- *Type:* object - -Any object. - ---- - -##### `IsTerraformElement` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -WaypointApplicationTemplate.IsTerraformElement(object X); -``` - -###### `X`Required - -- *Type:* object - ---- - -##### `IsTerraformResource` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -WaypointApplicationTemplate.IsTerraformResource(object X); -``` - -###### `X`Required - -- *Type:* object - ---- - -##### `GenerateConfigForImport` - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -WaypointApplicationTemplate.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); -``` - -Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `Scope`Required - -- *Type:* Constructs.Construct - -The scope in which to define this construct. - ---- - -###### `ImportToId`Required - -- *Type:* string - -The construct id used in the generated config for the WaypointApplicationTemplate to import. - ---- - -###### `ImportFromId`Required - -- *Type:* string - -The id of the existing WaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `Provider`Optional - -- *Type:* HashiCorp.Cdktf.TerraformProvider - -? Optional instance of the provider where the WaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Node | Constructs.Node | The tree node. | -| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | -| Fqn | string | *No description.* | -| FriendlyUniqueId | string | *No description.* | -| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | -| TerraformResourceType | string | *No description.* | -| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| Connection | object | *No description.* | -| Count | object | *No description.* | -| DependsOn | string[] | *No description.* | -| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | -| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | -| Provisioners | object[] | *No description.* | -| Id | string | *No description.* | -| OrganizationId | string | *No description.* | -| TerraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| TerraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| VariableOptions | WaypointApplicationTemplateVariableOptionsList | *No description.* | -| DescriptionInput | string | *No description.* | -| LabelsInput | string[] | *No description.* | -| NameInput | string | *No description.* | -| ProjectIdInput | string | *No description.* | -| ReadmeMarkdownTemplateInput | string | *No description.* | -| SummaryInput | string | *No description.* | -| TerraformCloudWorkspaceDetailsInput | object | *No description.* | -| TerraformNoCodeModuleInput | object | *No description.* | -| VariableOptionsInput | object | *No description.* | -| Description | string | *No description.* | -| Labels | string[] | *No description.* | -| Name | string | *No description.* | -| ProjectId | string | *No description.* | -| ReadmeMarkdownTemplate | string | *No description.* | -| Summary | string | *No description.* | - ---- - -##### `Node`Required - -```csharp -public Node Node { get; } -``` - -- *Type:* Constructs.Node - -The tree node. - ---- - -##### `CdktfStack`Required - -```csharp -public TerraformStack CdktfStack { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformStack - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `FriendlyUniqueId`Required - -```csharp -public string FriendlyUniqueId { get; } -``` - -- *Type:* string - ---- - -##### `TerraformMetaArguments`Required - -```csharp -public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } -``` - -- *Type:* System.Collections.Generic.IDictionary - ---- - -##### `TerraformResourceType`Required - -```csharp -public string TerraformResourceType { get; } -``` - -- *Type:* string - ---- - -##### `TerraformGeneratorMetadata`Optional - -```csharp -public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `Connection`Optional - -```csharp -public object Connection { get; } -``` - -- *Type:* object - ---- - -##### `Count`Optional - -```csharp -public object Count { get; } -``` - -- *Type:* object - ---- - -##### `DependsOn`Optional - -```csharp -public string[] DependsOn { get; } -``` - -- *Type:* string[] - ---- - -##### `ForEach`Optional - -```csharp -public ITerraformIterator ForEach { get; } -``` - -- *Type:* HashiCorp.Cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```csharp -public TerraformResourceLifecycle Lifecycle { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```csharp -public TerraformProvider Provider { get; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformProvider - ---- - -##### `Provisioners`Optional - -```csharp -public object[] Provisioners { get; } -``` - -- *Type:* object[] - ---- - -##### `Id`Required - -```csharp -public string Id { get; } -``` - -- *Type:* string - ---- - -##### `OrganizationId`Required - -```csharp -public string OrganizationId { get; } -``` - -- *Type:* string - ---- - -##### `TerraformCloudWorkspaceDetails`Required - -```csharp -public WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference TerraformCloudWorkspaceDetails { get; } -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `TerraformNoCodeModule`Required - -```csharp -public WaypointApplicationTemplateTerraformNoCodeModuleOutputReference TerraformNoCodeModule { get; } -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `VariableOptions`Required - -```csharp -public WaypointApplicationTemplateVariableOptionsList VariableOptions { get; } -``` - -- *Type:* WaypointApplicationTemplateVariableOptionsList - ---- - -##### `DescriptionInput`Optional - -```csharp -public string DescriptionInput { get; } -``` - -- *Type:* string - ---- - -##### `LabelsInput`Optional - -```csharp -public string[] LabelsInput { get; } -``` - -- *Type:* string[] - ---- - -##### `NameInput`Optional - -```csharp -public string NameInput { get; } -``` - -- *Type:* string - ---- - -##### `ProjectIdInput`Optional - -```csharp -public string ProjectIdInput { get; } -``` - -- *Type:* string - ---- - -##### `ReadmeMarkdownTemplateInput`Optional - -```csharp -public string ReadmeMarkdownTemplateInput { get; } -``` - -- *Type:* string - ---- - -##### `SummaryInput`Optional - -```csharp -public string SummaryInput { get; } -``` - -- *Type:* string - ---- - -##### `TerraformCloudWorkspaceDetailsInput`Optional - -```csharp -public object TerraformCloudWorkspaceDetailsInput { get; } -``` - -- *Type:* object - ---- - -##### `TerraformNoCodeModuleInput`Optional - -```csharp -public object TerraformNoCodeModuleInput { get; } -``` - -- *Type:* object - ---- - -##### `VariableOptionsInput`Optional - -```csharp -public object VariableOptionsInput { get; } -``` - -- *Type:* object - ---- - -##### `Description`Required - -```csharp -public string Description { get; } -``` - -- *Type:* string - ---- - -##### `Labels`Required - -```csharp -public string[] Labels { get; } -``` - -- *Type:* string[] - ---- - -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - -##### `ProjectId`Required - -```csharp -public string ProjectId { get; } -``` - -- *Type:* string - ---- - -##### `ReadmeMarkdownTemplate`Required - -```csharp -public string ReadmeMarkdownTemplate { get; } -``` - -- *Type:* string - ---- - -##### `Summary`Required - -```csharp -public string Summary { get; } -``` - -- *Type:* string - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TfResourceType | string | *No description.* | - ---- - -##### `TfResourceType`Required - -```csharp -public string TfResourceType { get; } -``` - -- *Type:* string - ---- - -## Structs - -### WaypointApplicationTemplateConfig - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateConfig { - object Connection = null, - object Count = null, - ITerraformDependable[] DependsOn = null, - ITerraformIterator ForEach = null, - TerraformResourceLifecycle Lifecycle = null, - TerraformProvider Provider = null, - object[] Provisioners = null, - string Name, - string Summary, - WaypointApplicationTemplateTerraformCloudWorkspaceDetails TerraformCloudWorkspaceDetails, - WaypointApplicationTemplateTerraformNoCodeModule TerraformNoCodeModule, - string Description = null, - string[] Labels = null, - string ProjectId = null, - string ReadmeMarkdownTemplate = null, - object VariableOptions = null -}; -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Connection | object | *No description.* | -| Count | object | *No description.* | -| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | -| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | -| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | -| Provisioners | object[] | *No description.* | -| Name | string | The name of the Application Template. | -| Summary | string | A brief description of the template, up to 110 characters. | -| TerraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | -| TerraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | -| Description | string | A description of the template, along with when and why it should be used, up to 500 characters. | -| Labels | string[] | List of labels attached to this Application Template. | -| ProjectId | string | The ID of the HCP project where the Waypoint Application Template is located. | -| ReadmeMarkdownTemplate | string | Instructions for using the template (markdown format supported. | -| VariableOptions | object | List of variable options for the template. | - ---- - -##### `Connection`Optional - -```csharp -public object Connection { get; set; } -``` - -- *Type:* object - ---- - -##### `Count`Optional - -```csharp -public object Count { get; set; } -``` - -- *Type:* object - ---- - -##### `DependsOn`Optional - -```csharp -public ITerraformDependable[] DependsOn { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.ITerraformDependable[] - ---- - -##### `ForEach`Optional - -```csharp -public ITerraformIterator ForEach { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```csharp -public TerraformResourceLifecycle Lifecycle { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```csharp -public TerraformProvider Provider { get; set; } -``` - -- *Type:* HashiCorp.Cdktf.TerraformProvider - ---- - -##### `Provisioners`Optional - -```csharp -public object[] Provisioners { get; set; } -``` - -- *Type:* object[] - ---- - -##### `Name`Required - -```csharp -public string Name { get; set; } -``` - -- *Type:* string - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `Summary`Required - -```csharp -public string Summary { get; set; } -``` - -- *Type:* string - -A brief description of the template, up to 110 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} - ---- - -##### `TerraformCloudWorkspaceDetails`Required - -```csharp -public WaypointApplicationTemplateTerraformCloudWorkspaceDetails TerraformCloudWorkspaceDetails { get; set; } -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -Terraform Cloud Workspace details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} - ---- - -##### `TerraformNoCodeModule`Required - -```csharp -public WaypointApplicationTemplateTerraformNoCodeModule TerraformNoCodeModule { get; set; } -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - -Terraform Cloud No-Code Module details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} - ---- - -##### `Description`Optional - -```csharp -public string Description { get; set; } -``` - -- *Type:* string - -A description of the template, along with when and why it should be used, up to 500 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} - ---- - -##### `Labels`Optional - -```csharp -public string[] Labels { get; set; } -``` - -- *Type:* string[] - -List of labels attached to this Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} - ---- - -##### `ProjectId`Optional - -```csharp -public string ProjectId { get; set; } -``` - -- *Type:* string - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} - ---- - -##### `ReadmeMarkdownTemplate`Optional - -```csharp -public string ReadmeMarkdownTemplate { get; set; } -``` - -- *Type:* string - -Instructions for using the template (markdown format supported. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} - ---- - -##### `VariableOptions`Optional - -```csharp -public object VariableOptions { get; set; } -``` - -- *Type:* object - -List of variable options for the template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} - ---- - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateTerraformCloudWorkspaceDetails { - string Name, - string TerraformProjectId -}; -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Name | string | Name of the Terraform Cloud Workspace. | -| TerraformProjectId | string | Terraform Cloud Project ID. | - ---- - -##### `Name`Required - -```csharp -public string Name { get; set; } -``` - -- *Type:* string - -Name of the Terraform Cloud Workspace. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `TerraformProjectId`Required - -```csharp -public string TerraformProjectId { get; set; } -``` - -- *Type:* string - -Terraform Cloud Project ID. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_project_id WaypointApplicationTemplate#terraform_project_id} - ---- - -### WaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateTerraformNoCodeModule { - string Source, - string Version -}; -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Source | string | No-Code Module Source. | -| Version | string | No-Code Module Version. | - ---- - -##### `Source`Required - -```csharp -public string Source { get; set; } -``` - -- *Type:* string - -No-Code Module Source. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#source WaypointApplicationTemplate#source} - ---- - -##### `Version`Required - -```csharp -public string Version { get; set; } -``` - -- *Type:* string - -No-Code Module Version. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#version WaypointApplicationTemplate#version} - ---- - -### WaypointApplicationTemplateVariableOptions - -#### Initializer - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateVariableOptions { - string Name, - string VariableType, - string[] Options = null, - object UserEditable = null -}; -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Name | string | Variable name. | -| VariableType | string | Variable type. | -| Options | string[] | List of options. | -| UserEditable | object | Whether the variable is editable by the user creating an application. | - ---- - -##### `Name`Required - -```csharp -public string Name { get; set; } -``` - -- *Type:* string - -Variable name. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `VariableType`Required - -```csharp -public string VariableType { get; set; } -``` - -- *Type:* string - -Variable type. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_type WaypointApplicationTemplate#variable_type} - ---- - -##### `Options`Optional - -```csharp -public string[] Options { get; set; } -``` - -- *Type:* string[] - -List of options. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#options WaypointApplicationTemplate#options} - ---- - -##### `UserEditable`Optional - -```csharp -public object UserEditable { get; set; } -``` - -- *Type:* object - -Whether the variable is editable by the user creating an application. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#user_editable WaypointApplicationTemplate#user_editable} - ---- - -## Classes - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` - -###### `Property`Required - -- *Type:* string - ---- - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| NameInput | string | *No description.* | -| TerraformProjectIdInput | string | *No description.* | -| Name | string | *No description.* | -| TerraformProjectId | string | *No description.* | -| InternalValue | object | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `NameInput`Optional - -```csharp -public string NameInput { get; } -``` - -- *Type:* string - ---- - -##### `TerraformProjectIdInput`Optional - -```csharp -public string TerraformProjectIdInput { get; } -``` - -- *Type:* string - ---- - -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - -##### `TerraformProjectId`Required - -```csharp -public string TerraformProjectId { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public object InternalValue { get; } -``` - -- *Type:* object - ---- - - -### WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` - -###### `Property`Required - -- *Type:* string - ---- - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| SourceInput | string | *No description.* | -| VersionInput | string | *No description.* | -| Source | string | *No description.* | -| Version | string | *No description.* | -| InternalValue | object | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `SourceInput`Optional - -```csharp -public string SourceInput { get; } -``` - -- *Type:* string - ---- - -##### `VersionInput`Optional - -```csharp -public string VersionInput { get; } -``` - -- *Type:* string - ---- - -##### `Source`Required - -```csharp -public string Source { get; } -``` - -- *Type:* string - ---- - -##### `Version`Required - -```csharp -public string Version { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public object InternalValue { get; } -``` - -- *Type:* object - ---- - - -### WaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateVariableOptionsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `WrapsSet`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```csharp -private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `MapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```csharp -private WaypointApplicationTemplateVariableOptionsOutputReference Get(double Index) -``` - -###### `Index`Required - -- *Type:* double - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| InternalValue | object | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public object InternalValue { get; } -``` - -- *Type:* object - ---- - - -### WaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```csharp -using HashiCorp.Cdktf.Providers.Hcp; - -new WaypointApplicationTemplateVariableOptionsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | -| ComplexObjectIndex | double | the index of this item in the list. | -| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `TerraformResource`Required - -- *Type:* HashiCorp.Cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `TerraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `ComplexObjectIndex`Required - -- *Type:* double - -the index of this item in the list. - ---- - -##### `ComplexObjectIsFromSet`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| ResetOptions | *No description.* | -| ResetUserEditable | *No description.* | - ---- - -##### `ComputeFqn` - -```csharp -private string ComputeFqn() -``` - -##### `GetAnyMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanAttribute` - -```csharp -private IResolvable GetBooleanAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetBooleanMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetListAttribute` - -```csharp -private string[] GetListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberAttribute` - -```csharp -private double GetNumberAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberListAttribute` - -```csharp -private double[] GetNumberListAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetNumberMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringAttribute` - -```csharp -private string GetStringAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `GetStringMapAttribute` - -```csharp -private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) -``` - -###### `TerraformAttribute`Required - -- *Type:* string - ---- - -##### `InterpolationForAttribute` - -```csharp -private IResolvable InterpolationForAttribute(string Property) -``` - -###### `Property`Required - -- *Type:* string - ---- - -##### `Resolve` - -```csharp -private object Resolve(IResolveContext Context) -``` - -Produce the Token's value at resolution time. - -###### `Context`Required - -- *Type:* HashiCorp.Cdktf.IResolveContext - ---- - -##### `ToString` - -```csharp -private string ToString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `ResetOptions` - -```csharp -private void ResetOptions() -``` - -##### `ResetUserEditable` - -```csharp -private void ResetUserEditable() -``` - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | string | *No description.* | -| NameInput | string | *No description.* | -| OptionsInput | string[] | *No description.* | -| UserEditableInput | object | *No description.* | -| VariableTypeInput | string | *No description.* | -| Name | string | *No description.* | -| Options | string[] | *No description.* | -| UserEditable | object | *No description.* | -| VariableType | string | *No description.* | -| InternalValue | object | *No description.* | - ---- - -##### `CreationStack`Required - -```csharp -public string[] CreationStack { get; } -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```csharp -public string Fqn { get; } -``` - -- *Type:* string - ---- - -##### `NameInput`Optional - -```csharp -public string NameInput { get; } -``` - -- *Type:* string - ---- - -##### `OptionsInput`Optional - -```csharp -public string[] OptionsInput { get; } -``` - -- *Type:* string[] - ---- - -##### `UserEditableInput`Optional - -```csharp -public object UserEditableInput { get; } -``` - -- *Type:* object - ---- - -##### `VariableTypeInput`Optional - -```csharp -public string VariableTypeInput { get; } -``` - -- *Type:* string - ---- - -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - -##### `Options`Required - -```csharp -public string[] Options { get; } -``` - -- *Type:* string[] - ---- - -##### `UserEditable`Required - -```csharp -public object UserEditable { get; } -``` - -- *Type:* object - ---- - -##### `VariableType`Required - -```csharp -public string VariableType { get; } -``` - -- *Type:* string - ---- - -##### `InternalValue`Optional - -```csharp -public object InternalValue { get; } -``` - -- *Type:* object - ---- - - - diff --git a/docs/waypointApplicationTemplate.go.md b/docs/waypointApplicationTemplate.go.md deleted file mode 100644 index 59a9af773..000000000 --- a/docs/waypointApplicationTemplate.go.md +++ /dev/null @@ -1,2504 +0,0 @@ -# `waypointApplicationTemplate` Submodule - -## Constructs - -### WaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.NewWaypointApplicationTemplate(scope Construct, id *string, config WaypointApplicationTemplateConfig) WaypointApplicationTemplate -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | -| id | *string | The scoped construct ID. | -| config | WaypointApplicationTemplateConfig | *No description.* | - ---- - -##### `scope`Required - -- *Type:* github.com/aws/constructs-go/constructs/v10.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* *string - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `config`Required - -- *Type:* WaypointApplicationTemplateConfig - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ToString | Returns a string representation of this construct. | -| AddOverride | *No description.* | -| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| ToHclTerraform | *No description.* | -| ToMetadata | *No description.* | -| ToTerraform | Adds this resource to the terraform JSON output. | -| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| HasResourceMove | *No description.* | -| ImportFrom | *No description.* | -| InterpolationForAttribute | *No description.* | -| MoveFromId | Move the resource corresponding to "id" to this resource. | -| MoveTo | Moves this resource to the target resource given by moveTarget. | -| MoveToId | Moves this resource to the resource corresponding to "id". | -| PutTerraformCloudWorkspaceDetails | *No description.* | -| PutTerraformNoCodeModule | *No description.* | -| PutVariableOptions | *No description.* | -| ResetDescription | *No description.* | -| ResetLabels | *No description.* | -| ResetProjectId | *No description.* | -| ResetReadmeMarkdownTemplate | *No description.* | -| ResetVariableOptions | *No description.* | - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Returns a string representation of this construct. - -##### `AddOverride` - -```go -func AddOverride(path *string, value interface{}) -``` - -###### `path`Required - -- *Type:* *string - ---- - -###### `value`Required - -- *Type:* interface{} - ---- - -##### `OverrideLogicalId` - -```go -func OverrideLogicalId(newLogicalId *string) -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `newLogicalId`Required - -- *Type:* *string - -The new logical ID to use for this stack element. - ---- - -##### `ResetOverrideLogicalId` - -```go -func ResetOverrideLogicalId() -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `ToHclTerraform` - -```go -func ToHclTerraform() interface{} -``` - -##### `ToMetadata` - -```go -func ToMetadata() interface{} -``` - -##### `ToTerraform` - -```go -func ToTerraform() interface{} -``` - -Adds this resource to the terraform JSON output. - -##### `AddMoveTarget` - -```go -func AddMoveTarget(moveTarget *string) -``` - -Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. - -###### `moveTarget`Required - -- *Type:* *string - -The string move target that will correspond to this resource. - ---- - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `HasResourceMove` - -```go -func HasResourceMove() interface{} -``` - -##### `ImportFrom` - -```go -func ImportFrom(id *string, provider TerraformProvider) -``` - -###### `id`Required - -- *Type:* *string - ---- - -###### `provider`Optional - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `MoveFromId` - -```go -func MoveFromId(id *string) -``` - -Move the resource corresponding to "id" to this resource. - -Note that the resource being moved from must be marked as moved using it's instance function. - -###### `id`Required - -- *Type:* *string - -Full id of resource being moved from, e.g. "aws_s3_bucket.example". - ---- - -##### `MoveTo` - -```go -func MoveTo(moveTarget *string, index interface{}) -``` - -Moves this resource to the target resource given by moveTarget. - -###### `moveTarget`Required - -- *Type:* *string - -The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. - ---- - -###### `index`Optional - -- *Type:* interface{} - -Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. - ---- - -##### `MoveToId` - -```go -func MoveToId(id *string) -``` - -Moves this resource to the resource corresponding to "id". - -###### `id`Required - -- *Type:* *string - -Full id of resource to move to, e.g. "aws_s3_bucket.example". - ---- - -##### `PutTerraformCloudWorkspaceDetails` - -```go -func PutTerraformCloudWorkspaceDetails(value WaypointApplicationTemplateTerraformCloudWorkspaceDetails) -``` - -###### `value`Required - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - -##### `PutTerraformNoCodeModule` - -```go -func PutTerraformNoCodeModule(value WaypointApplicationTemplateTerraformNoCodeModule) -``` - -###### `value`Required - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - ---- - -##### `PutVariableOptions` - -```go -func PutVariableOptions(value interface{}) -``` - -###### `value`Required - -- *Type:* interface{} - ---- - -##### `ResetDescription` - -```go -func ResetDescription() -``` - -##### `ResetLabels` - -```go -func ResetLabels() -``` - -##### `ResetProjectId` - -```go -func ResetProjectId() -``` - -##### `ResetReadmeMarkdownTemplate` - -```go -func ResetReadmeMarkdownTemplate() -``` - -##### `ResetVariableOptions` - -```go -func ResetVariableOptions() -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| IsConstruct | Checks if `x` is a construct. | -| IsTerraformElement | *No description.* | -| IsTerraformResource | *No description.* | -| GenerateConfigForImport | Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `IsConstruct` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.WaypointApplicationTemplate_IsConstruct(x interface{}) *bool -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* interface{} - -Any object. - ---- - -##### `IsTerraformElement` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.WaypointApplicationTemplate_IsTerraformElement(x interface{}) *bool -``` - -###### `x`Required - -- *Type:* interface{} - ---- - -##### `IsTerraformResource` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.WaypointApplicationTemplate_IsTerraformResource(x interface{}) *bool -``` - -###### `x`Required - -- *Type:* interface{} - ---- - -##### `GenerateConfigForImport` - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.WaypointApplicationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource -``` - -Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* github.com/aws/constructs-go/constructs/v10.Construct - -The scope in which to define this construct. - ---- - -###### `importToId`Required - -- *Type:* *string - -The construct id used in the generated config for the WaypointApplicationTemplate to import. - ---- - -###### `importFromId`Required - -- *Type:* *string - -The id of the existing WaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider - -? Optional instance of the provider where the WaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | -| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | -| Fqn | *string | *No description.* | -| FriendlyUniqueId | *string | *No description.* | -| TerraformMetaArguments | *map[string]interface{} | *No description.* | -| TerraformResourceType | *string | *No description.* | -| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| Connection | interface{} | *No description.* | -| Count | interface{} | *No description.* | -| DependsOn | *[]*string | *No description.* | -| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | -| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | -| Provisioners | *[]interface{} | *No description.* | -| Id | *string | *No description.* | -| OrganizationId | *string | *No description.* | -| TerraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| TerraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| VariableOptions | WaypointApplicationTemplateVariableOptionsList | *No description.* | -| DescriptionInput | *string | *No description.* | -| LabelsInput | *[]*string | *No description.* | -| NameInput | *string | *No description.* | -| ProjectIdInput | *string | *No description.* | -| ReadmeMarkdownTemplateInput | *string | *No description.* | -| SummaryInput | *string | *No description.* | -| TerraformCloudWorkspaceDetailsInput | interface{} | *No description.* | -| TerraformNoCodeModuleInput | interface{} | *No description.* | -| VariableOptionsInput | interface{} | *No description.* | -| Description | *string | *No description.* | -| Labels | *[]*string | *No description.* | -| Name | *string | *No description.* | -| ProjectId | *string | *No description.* | -| ReadmeMarkdownTemplate | *string | *No description.* | -| Summary | *string | *No description.* | - ---- - -##### `Node`Required - -```go -func Node() Node -``` - -- *Type:* github.com/aws/constructs-go/constructs/v10.Node - -The tree node. - ---- - -##### `CdktfStack`Required - -```go -func CdktfStack() TerraformStack -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `FriendlyUniqueId`Required - -```go -func FriendlyUniqueId() *string -``` - -- *Type:* *string - ---- - -##### `TerraformMetaArguments`Required - -```go -func TerraformMetaArguments() *map[string]interface{} -``` - -- *Type:* *map[string]interface{} - ---- - -##### `TerraformResourceType`Required - -```go -func TerraformResourceType() *string -``` - -- *Type:* *string - ---- - -##### `TerraformGeneratorMetadata`Optional - -```go -func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `Connection`Optional - -```go -func Connection() interface{} -``` - -- *Type:* interface{} - ---- - -##### `Count`Optional - -```go -func Count() interface{} -``` - -- *Type:* interface{} - ---- - -##### `DependsOn`Optional - -```go -func DependsOn() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `ForEach`Optional - -```go -func ForEach() ITerraformIterator -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```go -func Lifecycle() TerraformResourceLifecycle -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```go -func Provider() TerraformProvider -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider - ---- - -##### `Provisioners`Optional - -```go -func Provisioners() *[]interface{} -``` - -- *Type:* *[]interface{} - ---- - -##### `Id`Required - -```go -func Id() *string -``` - -- *Type:* *string - ---- - -##### `OrganizationId`Required - -```go -func OrganizationId() *string -``` - -- *Type:* *string - ---- - -##### `TerraformCloudWorkspaceDetails`Required - -```go -func TerraformCloudWorkspaceDetails() WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `TerraformNoCodeModule`Required - -```go -func TerraformNoCodeModule() WaypointApplicationTemplateTerraformNoCodeModuleOutputReference -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `VariableOptions`Required - -```go -func VariableOptions() WaypointApplicationTemplateVariableOptionsList -``` - -- *Type:* WaypointApplicationTemplateVariableOptionsList - ---- - -##### `DescriptionInput`Optional - -```go -func DescriptionInput() *string -``` - -- *Type:* *string - ---- - -##### `LabelsInput`Optional - -```go -func LabelsInput() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `NameInput`Optional - -```go -func NameInput() *string -``` - -- *Type:* *string - ---- - -##### `ProjectIdInput`Optional - -```go -func ProjectIdInput() *string -``` - -- *Type:* *string - ---- - -##### `ReadmeMarkdownTemplateInput`Optional - -```go -func ReadmeMarkdownTemplateInput() *string -``` - -- *Type:* *string - ---- - -##### `SummaryInput`Optional - -```go -func SummaryInput() *string -``` - -- *Type:* *string - ---- - -##### `TerraformCloudWorkspaceDetailsInput`Optional - -```go -func TerraformCloudWorkspaceDetailsInput() interface{} -``` - -- *Type:* interface{} - ---- - -##### `TerraformNoCodeModuleInput`Optional - -```go -func TerraformNoCodeModuleInput() interface{} -``` - -- *Type:* interface{} - ---- - -##### `VariableOptionsInput`Optional - -```go -func VariableOptionsInput() interface{} -``` - -- *Type:* interface{} - ---- - -##### `Description`Required - -```go -func Description() *string -``` - -- *Type:* *string - ---- - -##### `Labels`Required - -```go -func Labels() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - -##### `ProjectId`Required - -```go -func ProjectId() *string -``` - -- *Type:* *string - ---- - -##### `ReadmeMarkdownTemplate`Required - -```go -func ReadmeMarkdownTemplate() *string -``` - -- *Type:* *string - ---- - -##### `Summary`Required - -```go -func Summary() *string -``` - -- *Type:* *string - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| TfResourceType | *string | *No description.* | - ---- - -##### `TfResourceType`Required - -```go -func TfResourceType() *string -``` - -- *Type:* *string - ---- - -## Structs - -### WaypointApplicationTemplateConfig - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -&waypointapplicationtemplate.WaypointApplicationTemplateConfig { - Connection: interface{}, - Count: interface{}, - DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, - ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, - Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, - Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, - Provisioners: *[]interface{}, - Name: *string, - Summary: *string, - TerraformCloudWorkspaceDetails: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.waypointApplicationTemplate.WaypointApplicationTemplateTerraformCloudWorkspaceDetails, - TerraformNoCodeModule: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.waypointApplicationTemplate.WaypointApplicationTemplateTerraformNoCodeModule, - Description: *string, - Labels: *[]*string, - ProjectId: *string, - ReadmeMarkdownTemplate: *string, - VariableOptions: interface{}, -} -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Connection | interface{} | *No description.* | -| Count | interface{} | *No description.* | -| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | -| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | -| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | -| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | -| Provisioners | *[]interface{} | *No description.* | -| Name | *string | The name of the Application Template. | -| Summary | *string | A brief description of the template, up to 110 characters. | -| TerraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | -| TerraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | -| Description | *string | A description of the template, along with when and why it should be used, up to 500 characters. | -| Labels | *[]*string | List of labels attached to this Application Template. | -| ProjectId | *string | The ID of the HCP project where the Waypoint Application Template is located. | -| ReadmeMarkdownTemplate | *string | Instructions for using the template (markdown format supported. | -| VariableOptions | interface{} | List of variable options for the template. | - ---- - -##### `Connection`Optional - -```go -Connection interface{} -``` - -- *Type:* interface{} - ---- - -##### `Count`Optional - -```go -Count interface{} -``` - -- *Type:* interface{} - ---- - -##### `DependsOn`Optional - -```go -DependsOn *[]ITerraformDependable -``` - -- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable - ---- - -##### `ForEach`Optional - -```go -ForEach ITerraformIterator -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator - ---- - -##### `Lifecycle`Optional - -```go -Lifecycle TerraformResourceLifecycle -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle - ---- - -##### `Provider`Optional - -```go -Provider TerraformProvider -``` - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider - ---- - -##### `Provisioners`Optional - -```go -Provisioners *[]interface{} -``` - -- *Type:* *[]interface{} - ---- - -##### `Name`Required - -```go -Name *string -``` - -- *Type:* *string - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `Summary`Required - -```go -Summary *string -``` - -- *Type:* *string - -A brief description of the template, up to 110 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} - ---- - -##### `TerraformCloudWorkspaceDetails`Required - -```go -TerraformCloudWorkspaceDetails WaypointApplicationTemplateTerraformCloudWorkspaceDetails -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -Terraform Cloud Workspace details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} - ---- - -##### `TerraformNoCodeModule`Required - -```go -TerraformNoCodeModule WaypointApplicationTemplateTerraformNoCodeModule -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - -Terraform Cloud No-Code Module details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} - ---- - -##### `Description`Optional - -```go -Description *string -``` - -- *Type:* *string - -A description of the template, along with when and why it should be used, up to 500 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} - ---- - -##### `Labels`Optional - -```go -Labels *[]*string -``` - -- *Type:* *[]*string - -List of labels attached to this Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} - ---- - -##### `ProjectId`Optional - -```go -ProjectId *string -``` - -- *Type:* *string - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} - ---- - -##### `ReadmeMarkdownTemplate`Optional - -```go -ReadmeMarkdownTemplate *string -``` - -- *Type:* *string - -Instructions for using the template (markdown format supported. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} - ---- - -##### `VariableOptions`Optional - -```go -VariableOptions interface{} -``` - -- *Type:* interface{} - -List of variable options for the template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} - ---- - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -&waypointapplicationtemplate.WaypointApplicationTemplateTerraformCloudWorkspaceDetails { - Name: *string, - TerraformProjectId: *string, -} -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Name | *string | Name of the Terraform Cloud Workspace. | -| TerraformProjectId | *string | Terraform Cloud Project ID. | - ---- - -##### `Name`Required - -```go -Name *string -``` - -- *Type:* *string - -Name of the Terraform Cloud Workspace. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `TerraformProjectId`Required - -```go -TerraformProjectId *string -``` - -- *Type:* *string - -Terraform Cloud Project ID. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_project_id WaypointApplicationTemplate#terraform_project_id} - ---- - -### WaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -&waypointapplicationtemplate.WaypointApplicationTemplateTerraformNoCodeModule { - Source: *string, - Version: *string, -} -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Source | *string | No-Code Module Source. | -| Version | *string | No-Code Module Version. | - ---- - -##### `Source`Required - -```go -Source *string -``` - -- *Type:* *string - -No-Code Module Source. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#source WaypointApplicationTemplate#source} - ---- - -##### `Version`Required - -```go -Version *string -``` - -- *Type:* *string - -No-Code Module Version. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#version WaypointApplicationTemplate#version} - ---- - -### WaypointApplicationTemplateVariableOptions - -#### Initializer - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -&waypointapplicationtemplate.WaypointApplicationTemplateVariableOptions { - Name: *string, - VariableType: *string, - Options: *[]*string, - UserEditable: interface{}, -} -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| Name | *string | Variable name. | -| VariableType | *string | Variable type. | -| Options | *[]*string | List of options. | -| UserEditable | interface{} | Whether the variable is editable by the user creating an application. | - ---- - -##### `Name`Required - -```go -Name *string -``` - -- *Type:* *string - -Variable name. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `VariableType`Required - -```go -VariableType *string -``` - -- *Type:* *string - -Variable type. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_type WaypointApplicationTemplate#variable_type} - ---- - -##### `Options`Optional - -```go -Options *[]*string -``` - -- *Type:* *[]*string - -List of options. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#options WaypointApplicationTemplate#options} - ---- - -##### `UserEditable`Optional - -```go -UserEditable interface{} -``` - -- *Type:* interface{} - -Whether the variable is editable by the user creating an application. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#user_editable WaypointApplicationTemplate#user_editable} - ---- - -## Classes - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.NewWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(property *string) IResolvable -``` - -###### `property`Required - -- *Type:* *string - ---- - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| NameInput | *string | *No description.* | -| TerraformProjectIdInput | *string | *No description.* | -| Name | *string | *No description.* | -| TerraformProjectId | *string | *No description.* | -| InternalValue | interface{} | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `NameInput`Optional - -```go -func NameInput() *string -``` - -- *Type:* *string - ---- - -##### `TerraformProjectIdInput`Optional - -```go -func TerraformProjectIdInput() *string -``` - -- *Type:* *string - ---- - -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - -##### `TerraformProjectId`Required - -```go -func TerraformProjectId() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() interface{} -``` - -- *Type:* interface{} - ---- - - -### WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.NewWaypointApplicationTemplateTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointApplicationTemplateTerraformNoCodeModuleOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(property *string) IResolvable -``` - -###### `property`Required - -- *Type:* *string - ---- - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| SourceInput | *string | *No description.* | -| VersionInput | *string | *No description.* | -| Source | *string | *No description.* | -| Version | *string | *No description.* | -| InternalValue | interface{} | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `SourceInput`Optional - -```go -func SourceInput() *string -``` - -- *Type:* *string - ---- - -##### `VersionInput`Optional - -```go -func VersionInput() *string -``` - -- *Type:* *string - ---- - -##### `Source`Required - -```go -func Source() *string -``` - -- *Type:* *string - ---- - -##### `Version`Required - -```go -func Version() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() interface{} -``` - -- *Type:* interface{} - ---- - - -### WaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.NewWaypointApplicationTemplateVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WaypointApplicationTemplateVariableOptionsList -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* *bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| AllWithMapKey | Creating an iterator for this complex list. | -| ComputeFqn | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| Get | *No description.* | - ---- - -##### `AllWithMapKey` - -```go -func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* *string - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `Get` - -```go -func Get(index *f64) WaypointApplicationTemplateVariableOptionsOutputReference -``` - -###### `index`Required - -- *Type:* *f64 - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| InternalValue | interface{} | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() interface{} -``` - -- *Type:* interface{} - ---- - - -### WaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointapplicationtemplate" - -waypointapplicationtemplate.NewWaypointApplicationTemplateVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WaypointApplicationTemplateVariableOptionsOutputReference -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | *f64 | the index of this item in the list. | -| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* *string - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* *f64 - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* *bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| ComputeFqn | *No description.* | -| GetAnyMapAttribute | *No description.* | -| GetBooleanAttribute | *No description.* | -| GetBooleanMapAttribute | *No description.* | -| GetListAttribute | *No description.* | -| GetNumberAttribute | *No description.* | -| GetNumberListAttribute | *No description.* | -| GetNumberMapAttribute | *No description.* | -| GetStringAttribute | *No description.* | -| GetStringMapAttribute | *No description.* | -| InterpolationForAttribute | *No description.* | -| Resolve | Produce the Token's value at resolution time. | -| ToString | Return a string representation of this resolvable object. | -| ResetOptions | *No description.* | -| ResetUserEditable | *No description.* | - ---- - -##### `ComputeFqn` - -```go -func ComputeFqn() *string -``` - -##### `GetAnyMapAttribute` - -```go -func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanAttribute` - -```go -func GetBooleanAttribute(terraformAttribute *string) IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetBooleanMapAttribute` - -```go -func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetListAttribute` - -```go -func GetListAttribute(terraformAttribute *string) *[]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberAttribute` - -```go -func GetNumberAttribute(terraformAttribute *string) *f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberListAttribute` - -```go -func GetNumberListAttribute(terraformAttribute *string) *[]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetNumberMapAttribute` - -```go -func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringAttribute` - -```go -func GetStringAttribute(terraformAttribute *string) *string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `GetStringMapAttribute` - -```go -func GetStringMapAttribute(terraformAttribute *string) *map[string]*string -``` - -###### `terraformAttribute`Required - -- *Type:* *string - ---- - -##### `InterpolationForAttribute` - -```go -func InterpolationForAttribute(property *string) IResolvable -``` - -###### `property`Required - -- *Type:* *string - ---- - -##### `Resolve` - -```go -func Resolve(_context IResolveContext) interface{} -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext - ---- - -##### `ToString` - -```go -func ToString() *string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `ResetOptions` - -```go -func ResetOptions() -``` - -##### `ResetUserEditable` - -```go -func ResetUserEditable() -``` - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| Fqn | *string | *No description.* | -| NameInput | *string | *No description.* | -| OptionsInput | *[]*string | *No description.* | -| UserEditableInput | interface{} | *No description.* | -| VariableTypeInput | *string | *No description.* | -| Name | *string | *No description.* | -| Options | *[]*string | *No description.* | -| UserEditable | interface{} | *No description.* | -| VariableType | *string | *No description.* | -| InternalValue | interface{} | *No description.* | - ---- - -##### `CreationStack`Required - -```go -func CreationStack() *[]*string -``` - -- *Type:* *[]*string - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `Fqn`Required - -```go -func Fqn() *string -``` - -- *Type:* *string - ---- - -##### `NameInput`Optional - -```go -func NameInput() *string -``` - -- *Type:* *string - ---- - -##### `OptionsInput`Optional - -```go -func OptionsInput() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `UserEditableInput`Optional - -```go -func UserEditableInput() interface{} -``` - -- *Type:* interface{} - ---- - -##### `VariableTypeInput`Optional - -```go -func VariableTypeInput() *string -``` - -- *Type:* *string - ---- - -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - -##### `Options`Required - -```go -func Options() *[]*string -``` - -- *Type:* *[]*string - ---- - -##### `UserEditable`Required - -```go -func UserEditable() interface{} -``` - -- *Type:* interface{} - ---- - -##### `VariableType`Required - -```go -func VariableType() *string -``` - -- *Type:* *string - ---- - -##### `InternalValue`Optional - -```go -func InternalValue() interface{} -``` - -- *Type:* interface{} - ---- - - - diff --git a/docs/waypointApplicationTemplate.java.md b/docs/waypointApplicationTemplate.java.md deleted file mode 100644 index 50d9fc82c..000000000 --- a/docs/waypointApplicationTemplate.java.md +++ /dev/null @@ -1,2675 +0,0 @@ -# `waypointApplicationTemplate` Submodule - -## Constructs - -### WaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplate; - -WaypointApplicationTemplate.Builder.create(Construct scope, java.lang.String id) -// .connection(SSHProvisionerConnection) -// .connection(WinrmProvisionerConnection) -// .count(java.lang.Number) -// .count(TerraformCount) -// .dependsOn(java.util.List) -// .forEach(ITerraformIterator) -// .lifecycle(TerraformResourceLifecycle) -// .provider(TerraformProvider) -// .provisioners(java.util.List) - .name(java.lang.String) - .summary(java.lang.String) - .terraformCloudWorkspaceDetails(WaypointApplicationTemplateTerraformCloudWorkspaceDetails) - .terraformNoCodeModule(WaypointApplicationTemplateTerraformNoCodeModule) -// .description(java.lang.String) -// .labels(java.util.List) -// .projectId(java.lang.String) -// .readmeMarkdownTemplate(java.lang.String) -// .variableOptions(IResolvable) -// .variableOptions(java.util.List) - .build(); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | software.constructs.Construct | The scope in which to define this construct. | -| id | java.lang.String | The scoped construct ID. | -| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | -| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | -| dependsOn | java.util.List | *No description.* | -| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | -| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | -| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| provisioners | java.util.List | *No description.* | -| name | java.lang.String | The name of the Application Template. | -| summary | java.lang.String | A brief description of the template, up to 110 characters. | -| terraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | -| terraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | -| description | java.lang.String | A description of the template, along with when and why it should be used, up to 500 characters. | -| labels | java.util.List | List of labels attached to this Application Template. | -| projectId | java.lang.String | The ID of the HCP project where the Waypoint Application Template is located. | -| readmeMarkdownTemplate | java.lang.String | Instructions for using the template (markdown format supported. | -| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> | List of variable options for the template. | - ---- - -##### `scope`Required - -- *Type:* software.constructs.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* java.lang.String - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `connection`Optional - -- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -- *Type:* java.util.List - ---- - -##### `forEach`Optional - -- *Type:* com.hashicorp.cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -- *Type:* com.hashicorp.cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -- *Type:* java.util.List - ---- - -##### `name`Required - -- *Type:* java.lang.String - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `summary`Required - -- *Type:* java.lang.String - -A brief description of the template, up to 110 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} - ---- - -##### `terraformCloudWorkspaceDetails`Required - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -Terraform Cloud Workspace details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} - ---- - -##### `terraformNoCodeModule`Required - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - -Terraform Cloud No-Code Module details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} - ---- - -##### `description`Optional - -- *Type:* java.lang.String - -A description of the template, along with when and why it should be used, up to 500 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} - ---- - -##### `labels`Optional - -- *Type:* java.util.List - -List of labels attached to this Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} - ---- - -##### `projectId`Optional - -- *Type:* java.lang.String - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} - ---- - -##### `readmeMarkdownTemplate`Optional - -- *Type:* java.lang.String - -Instructions for using the template (markdown format supported. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} - ---- - -##### `variableOptions`Optional - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> - -List of variable options for the template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| toString | Returns a string representation of this construct. | -| addOverride | *No description.* | -| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| toHclTerraform | *No description.* | -| toMetadata | *No description.* | -| toTerraform | Adds this resource to the terraform JSON output. | -| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| hasResourceMove | *No description.* | -| importFrom | *No description.* | -| interpolationForAttribute | *No description.* | -| moveFromId | Move the resource corresponding to "id" to this resource. | -| moveTo | Moves this resource to the target resource given by moveTarget. | -| moveToId | Moves this resource to the resource corresponding to "id". | -| putTerraformCloudWorkspaceDetails | *No description.* | -| putTerraformNoCodeModule | *No description.* | -| putVariableOptions | *No description.* | -| resetDescription | *No description.* | -| resetLabels | *No description.* | -| resetProjectId | *No description.* | -| resetReadmeMarkdownTemplate | *No description.* | -| resetVariableOptions | *No description.* | - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Returns a string representation of this construct. - -##### `addOverride` - -```java -public void addOverride(java.lang.String path, java.lang.Object value) -``` - -###### `path`Required - -- *Type:* java.lang.String - ---- - -###### `value`Required - -- *Type:* java.lang.Object - ---- - -##### `overrideLogicalId` - -```java -public void overrideLogicalId(java.lang.String newLogicalId) -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `newLogicalId`Required - -- *Type:* java.lang.String - -The new logical ID to use for this stack element. - ---- - -##### `resetOverrideLogicalId` - -```java -public void resetOverrideLogicalId() -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `toHclTerraform` - -```java -public java.lang.Object toHclTerraform() -``` - -##### `toMetadata` - -```java -public java.lang.Object toMetadata() -``` - -##### `toTerraform` - -```java -public java.lang.Object toTerraform() -``` - -Adds this resource to the terraform JSON output. - -##### `addMoveTarget` - -```java -public void addMoveTarget(java.lang.String moveTarget) -``` - -Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. - -###### `moveTarget`Required - -- *Type:* java.lang.String - -The string move target that will correspond to this resource. - ---- - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `hasResourceMove` - -```java -public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove() -``` - -##### `importFrom` - -```java -public void importFrom(java.lang.String id) -public void importFrom(java.lang.String id, TerraformProvider provider) -``` - -###### `id`Required - -- *Type:* java.lang.String - ---- - -###### `provider`Optional - -- *Type:* com.hashicorp.cdktf.TerraformProvider - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `moveFromId` - -```java -public void moveFromId(java.lang.String id) -``` - -Move the resource corresponding to "id" to this resource. - -Note that the resource being moved from must be marked as moved using it's instance function. - -###### `id`Required - -- *Type:* java.lang.String - -Full id of resource being moved from, e.g. "aws_s3_bucket.example". - ---- - -##### `moveTo` - -```java -public void moveTo(java.lang.String moveTarget) -public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index) -``` - -Moves this resource to the target resource given by moveTarget. - -###### `moveTarget`Required - -- *Type:* java.lang.String - -The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. - ---- - -###### `index`Optional - -- *Type:* java.lang.String OR java.lang.Number - -Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. - ---- - -##### `moveToId` - -```java -public void moveToId(java.lang.String id) -``` - -Moves this resource to the resource corresponding to "id". - -###### `id`Required - -- *Type:* java.lang.String - -Full id of resource to move to, e.g. "aws_s3_bucket.example". - ---- - -##### `putTerraformCloudWorkspaceDetails` - -```java -public void putTerraformCloudWorkspaceDetails(WaypointApplicationTemplateTerraformCloudWorkspaceDetails value) -``` - -###### `value`Required - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - -##### `putTerraformNoCodeModule` - -```java -public void putTerraformNoCodeModule(WaypointApplicationTemplateTerraformNoCodeModule value) -``` - -###### `value`Required - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - ---- - -##### `putVariableOptions` - -```java -public void putVariableOptions(IResolvable OR java.util.List value) -``` - -###### `value`Required - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> - ---- - -##### `resetDescription` - -```java -public void resetDescription() -``` - -##### `resetLabels` - -```java -public void resetLabels() -``` - -##### `resetProjectId` - -```java -public void resetProjectId() -``` - -##### `resetReadmeMarkdownTemplate` - -```java -public void resetReadmeMarkdownTemplate() -``` - -##### `resetVariableOptions` - -```java -public void resetVariableOptions() -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| isConstruct | Checks if `x` is a construct. | -| isTerraformElement | *No description.* | -| isTerraformResource | *No description.* | -| generateConfigForImport | Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `isConstruct` - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplate; - -WaypointApplicationTemplate.isConstruct(java.lang.Object x) -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* java.lang.Object - -Any object. - ---- - -##### `isTerraformElement` - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplate; - -WaypointApplicationTemplate.isTerraformElement(java.lang.Object x) -``` - -###### `x`Required - -- *Type:* java.lang.Object - ---- - -##### `isTerraformResource` - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplate; - -WaypointApplicationTemplate.isTerraformResource(java.lang.Object x) -``` - -###### `x`Required - -- *Type:* java.lang.Object - ---- - -##### `generateConfigForImport` - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplate; - -WaypointApplicationTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),WaypointApplicationTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) -``` - -Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* software.constructs.Construct - -The scope in which to define this construct. - ---- - -###### `importToId`Required - -- *Type:* java.lang.String - -The construct id used in the generated config for the WaypointApplicationTemplate to import. - ---- - -###### `importFromId`Required - -- *Type:* java.lang.String - -The id of the existing WaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* com.hashicorp.cdktf.TerraformProvider - -? Optional instance of the provider where the WaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| node | software.constructs.Node | The tree node. | -| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | -| fqn | java.lang.String | *No description.* | -| friendlyUniqueId | java.lang.String | *No description.* | -| terraformMetaArguments | java.util.Map | *No description.* | -| terraformResourceType | java.lang.String | *No description.* | -| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | -| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | -| dependsOn | java.util.List | *No description.* | -| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | -| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | -| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| provisioners | java.util.List | *No description.* | -| id | java.lang.String | *No description.* | -| organizationId | java.lang.String | *No description.* | -| terraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| terraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| variableOptions | WaypointApplicationTemplateVariableOptionsList | *No description.* | -| descriptionInput | java.lang.String | *No description.* | -| labelsInput | java.util.List | *No description.* | -| nameInput | java.lang.String | *No description.* | -| projectIdInput | java.lang.String | *No description.* | -| readmeMarkdownTemplateInput | java.lang.String | *No description.* | -| summaryInput | java.lang.String | *No description.* | -| terraformCloudWorkspaceDetailsInput | com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | -| terraformNoCodeModuleInput | com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformNoCodeModule | *No description.* | -| variableOptionsInput | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> | *No description.* | -| description | java.lang.String | *No description.* | -| labels | java.util.List | *No description.* | -| name | java.lang.String | *No description.* | -| projectId | java.lang.String | *No description.* | -| readmeMarkdownTemplate | java.lang.String | *No description.* | -| summary | java.lang.String | *No description.* | - ---- - -##### `node`Required - -```java -public Node getNode(); -``` - -- *Type:* software.constructs.Node - -The tree node. - ---- - -##### `cdktfStack`Required - -```java -public TerraformStack getCdktfStack(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformStack - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `friendlyUniqueId`Required - -```java -public java.lang.String getFriendlyUniqueId(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformMetaArguments`Required - -```java -public java.util.Map getTerraformMetaArguments(); -``` - -- *Type:* java.util.Map - ---- - -##### `terraformResourceType`Required - -```java -public java.lang.String getTerraformResourceType(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformGeneratorMetadata`Optional - -```java -public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `connection`Optional - -```java -public java.lang.Object getConnection(); -``` - -- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -```java -public java.lang.Object getCount(); -``` - -- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```java -public java.util.List getDependsOn(); -``` - -- *Type:* java.util.List - ---- - -##### `forEach`Optional - -```java -public ITerraformIterator getForEach(); -``` - -- *Type:* com.hashicorp.cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```java -public TerraformResourceLifecycle getLifecycle(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```java -public TerraformProvider getProvider(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```java -public java.lang.Object getProvisioners(); -``` - -- *Type:* java.util.List - ---- - -##### `id`Required - -```java -public java.lang.String getId(); -``` - -- *Type:* java.lang.String - ---- - -##### `organizationId`Required - -```java -public java.lang.String getOrganizationId(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformCloudWorkspaceDetails`Required - -```java -public WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference getTerraformCloudWorkspaceDetails(); -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `terraformNoCodeModule`Required - -```java -public WaypointApplicationTemplateTerraformNoCodeModuleOutputReference getTerraformNoCodeModule(); -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `variableOptions`Required - -```java -public WaypointApplicationTemplateVariableOptionsList getVariableOptions(); -``` - -- *Type:* WaypointApplicationTemplateVariableOptionsList - ---- - -##### `descriptionInput`Optional - -```java -public java.lang.String getDescriptionInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `labelsInput`Optional - -```java -public java.util.List getLabelsInput(); -``` - -- *Type:* java.util.List - ---- - -##### `nameInput`Optional - -```java -public java.lang.String getNameInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `projectIdInput`Optional - -```java -public java.lang.String getProjectIdInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `readmeMarkdownTemplateInput`Optional - -```java -public java.lang.String getReadmeMarkdownTemplateInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `summaryInput`Optional - -```java -public java.lang.String getSummaryInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformCloudWorkspaceDetailsInput`Optional - -```java -public java.lang.Object getTerraformCloudWorkspaceDetailsInput(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - -##### `terraformNoCodeModuleInput`Optional - -```java -public java.lang.Object getTerraformNoCodeModuleInput(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformNoCodeModule - ---- - -##### `variableOptionsInput`Optional - -```java -public java.lang.Object getVariableOptionsInput(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> - ---- - -##### `description`Required - -```java -public java.lang.String getDescription(); -``` - -- *Type:* java.lang.String - ---- - -##### `labels`Required - -```java -public java.util.List getLabels(); -``` - -- *Type:* java.util.List - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - -##### `projectId`Required - -```java -public java.lang.String getProjectId(); -``` - -- *Type:* java.lang.String - ---- - -##### `readmeMarkdownTemplate`Required - -```java -public java.lang.String getReadmeMarkdownTemplate(); -``` - -- *Type:* java.lang.String - ---- - -##### `summary`Required - -```java -public java.lang.String getSummary(); -``` - -- *Type:* java.lang.String - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| tfResourceType | java.lang.String | *No description.* | - ---- - -##### `tfResourceType`Required - -```java -public java.lang.String getTfResourceType(); -``` - -- *Type:* java.lang.String - ---- - -## Structs - -### WaypointApplicationTemplateConfig - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateConfig; - -WaypointApplicationTemplateConfig.builder() -// .connection(SSHProvisionerConnection) -// .connection(WinrmProvisionerConnection) -// .count(java.lang.Number) -// .count(TerraformCount) -// .dependsOn(java.util.List) -// .forEach(ITerraformIterator) -// .lifecycle(TerraformResourceLifecycle) -// .provider(TerraformProvider) -// .provisioners(java.util.List) - .name(java.lang.String) - .summary(java.lang.String) - .terraformCloudWorkspaceDetails(WaypointApplicationTemplateTerraformCloudWorkspaceDetails) - .terraformNoCodeModule(WaypointApplicationTemplateTerraformNoCodeModule) -// .description(java.lang.String) -// .labels(java.util.List) -// .projectId(java.lang.String) -// .readmeMarkdownTemplate(java.lang.String) -// .variableOptions(IResolvable) -// .variableOptions(java.util.List) - .build(); -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | -| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | -| dependsOn | java.util.List | *No description.* | -| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | -| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | -| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| provisioners | java.util.List | *No description.* | -| name | java.lang.String | The name of the Application Template. | -| summary | java.lang.String | A brief description of the template, up to 110 characters. | -| terraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | -| terraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | -| description | java.lang.String | A description of the template, along with when and why it should be used, up to 500 characters. | -| labels | java.util.List | List of labels attached to this Application Template. | -| projectId | java.lang.String | The ID of the HCP project where the Waypoint Application Template is located. | -| readmeMarkdownTemplate | java.lang.String | Instructions for using the template (markdown format supported. | -| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> | List of variable options for the template. | - ---- - -##### `connection`Optional - -```java -public java.lang.Object getConnection(); -``` - -- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -```java -public java.lang.Object getCount(); -``` - -- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```java -public java.util.List getDependsOn(); -``` - -- *Type:* java.util.List - ---- - -##### `forEach`Optional - -```java -public ITerraformIterator getForEach(); -``` - -- *Type:* com.hashicorp.cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```java -public TerraformResourceLifecycle getLifecycle(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```java -public TerraformProvider getProvider(); -``` - -- *Type:* com.hashicorp.cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```java -public java.lang.Object getProvisioners(); -``` - -- *Type:* java.util.List - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `summary`Required - -```java -public java.lang.String getSummary(); -``` - -- *Type:* java.lang.String - -A brief description of the template, up to 110 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} - ---- - -##### `terraformCloudWorkspaceDetails`Required - -```java -public WaypointApplicationTemplateTerraformCloudWorkspaceDetails getTerraformCloudWorkspaceDetails(); -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -Terraform Cloud Workspace details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} - ---- - -##### `terraformNoCodeModule`Required - -```java -public WaypointApplicationTemplateTerraformNoCodeModule getTerraformNoCodeModule(); -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - -Terraform Cloud No-Code Module details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} - ---- - -##### `description`Optional - -```java -public java.lang.String getDescription(); -``` - -- *Type:* java.lang.String - -A description of the template, along with when and why it should be used, up to 500 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} - ---- - -##### `labels`Optional - -```java -public java.util.List getLabels(); -``` - -- *Type:* java.util.List - -List of labels attached to this Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} - ---- - -##### `projectId`Optional - -```java -public java.lang.String getProjectId(); -``` - -- *Type:* java.lang.String - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} - ---- - -##### `readmeMarkdownTemplate`Optional - -```java -public java.lang.String getReadmeMarkdownTemplate(); -``` - -- *Type:* java.lang.String - -Instructions for using the template (markdown format supported. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} - ---- - -##### `variableOptions`Optional - -```java -public java.lang.Object getVariableOptions(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> - -List of variable options for the template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} - ---- - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateTerraformCloudWorkspaceDetails; - -WaypointApplicationTemplateTerraformCloudWorkspaceDetails.builder() - .name(java.lang.String) - .terraformProjectId(java.lang.String) - .build(); -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| name | java.lang.String | Name of the Terraform Cloud Workspace. | -| terraformProjectId | java.lang.String | Terraform Cloud Project ID. | - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - -Name of the Terraform Cloud Workspace. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `terraformProjectId`Required - -```java -public java.lang.String getTerraformProjectId(); -``` - -- *Type:* java.lang.String - -Terraform Cloud Project ID. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_project_id WaypointApplicationTemplate#terraform_project_id} - ---- - -### WaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateTerraformNoCodeModule; - -WaypointApplicationTemplateTerraformNoCodeModule.builder() - .source(java.lang.String) - .version(java.lang.String) - .build(); -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| source | java.lang.String | No-Code Module Source. | -| version | java.lang.String | No-Code Module Version. | - ---- - -##### `source`Required - -```java -public java.lang.String getSource(); -``` - -- *Type:* java.lang.String - -No-Code Module Source. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#source WaypointApplicationTemplate#source} - ---- - -##### `version`Required - -```java -public java.lang.String getVersion(); -``` - -- *Type:* java.lang.String - -No-Code Module Version. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#version WaypointApplicationTemplate#version} - ---- - -### WaypointApplicationTemplateVariableOptions - -#### Initializer - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateVariableOptions; - -WaypointApplicationTemplateVariableOptions.builder() - .name(java.lang.String) - .variableType(java.lang.String) -// .options(java.util.List) -// .userEditable(java.lang.Boolean) -// .userEditable(IResolvable) - .build(); -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| name | java.lang.String | Variable name. | -| variableType | java.lang.String | Variable type. | -| options | java.util.List | List of options. | -| userEditable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the variable is editable by the user creating an application. | - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - -Variable name. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `variableType`Required - -```java -public java.lang.String getVariableType(); -``` - -- *Type:* java.lang.String - -Variable type. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_type WaypointApplicationTemplate#variable_type} - ---- - -##### `options`Optional - -```java -public java.util.List getOptions(); -``` - -- *Type:* java.util.List - -List of options. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#options WaypointApplicationTemplate#options} - ---- - -##### `userEditable`Optional - -```java -public java.lang.Object getUserEditable(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - -Whether the variable is editable by the user creating an application. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#user_editable WaypointApplicationTemplate#user_editable} - ---- - -## Classes - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference; - -new WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` - -###### `property`Required - -- *Type:* java.lang.String - ---- - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| nameInput | java.lang.String | *No description.* | -| terraformProjectIdInput | java.lang.String | *No description.* | -| name | java.lang.String | *No description.* | -| terraformProjectId | java.lang.String | *No description.* | -| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `nameInput`Optional - -```java -public java.lang.String getNameInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformProjectIdInput`Optional - -```java -public java.lang.String getTerraformProjectIdInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - -##### `terraformProjectId`Required - -```java -public java.lang.String getTerraformProjectId(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public java.lang.Object getInternalValue(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - - -### WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateTerraformNoCodeModuleOutputReference; - -new WaypointApplicationTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` - -###### `property`Required - -- *Type:* java.lang.String - ---- - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| sourceInput | java.lang.String | *No description.* | -| versionInput | java.lang.String | *No description.* | -| source | java.lang.String | *No description.* | -| version | java.lang.String | *No description.* | -| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformNoCodeModule | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `sourceInput`Optional - -```java -public java.lang.String getSourceInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `versionInput`Optional - -```java -public java.lang.String getVersionInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `source`Required - -```java -public java.lang.String getSource(); -``` - -- *Type:* java.lang.String - ---- - -##### `version`Required - -```java -public java.lang.String getVersion(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public java.lang.Object getInternalValue(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateTerraformNoCodeModule - ---- - - -### WaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateVariableOptionsList; - -new WaypointApplicationTemplateVariableOptionsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* java.lang.Boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```java -public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* java.lang.String - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```java -public WaypointApplicationTemplateVariableOptionsOutputReference get(java.lang.Number index) -``` - -###### `index`Required - -- *Type:* java.lang.Number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| internalValue | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public java.lang.Object getInternalValue(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointApplicationTemplateVariableOptions> - ---- - - -### WaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```java -import com.hashicorp.cdktf.providers.hcp.waypoint_application_template.WaypointApplicationTemplateVariableOptionsOutputReference; - -new WaypointApplicationTemplateVariableOptionsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | java.lang.Number | the index of this item in the list. | -| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* com.hashicorp.cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* java.lang.String - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* java.lang.Number - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* java.lang.Boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| resetOptions | *No description.* | -| resetUserEditable | *No description.* | - ---- - -##### `computeFqn` - -```java -public java.lang.String computeFqn() -``` - -##### `getAnyMapAttribute` - -```java -public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanAttribute` - -```java -public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getBooleanMapAttribute` - -```java -public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getListAttribute` - -```java -public java.util.List getListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberAttribute` - -```java -public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberListAttribute` - -```java -public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getNumberMapAttribute` - -```java -public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringAttribute` - -```java -public java.lang.String getStringAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `getStringMapAttribute` - -```java -public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) -``` - -###### `terraformAttribute`Required - -- *Type:* java.lang.String - ---- - -##### `interpolationForAttribute` - -```java -public IResolvable interpolationForAttribute(java.lang.String property) -``` - -###### `property`Required - -- *Type:* java.lang.String - ---- - -##### `resolve` - -```java -public java.lang.Object resolve(IResolveContext _context) -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* com.hashicorp.cdktf.IResolveContext - ---- - -##### `toString` - -```java -public java.lang.String toString() -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `resetOptions` - -```java -public void resetOptions() -``` - -##### `resetUserEditable` - -```java -public void resetUserEditable() -``` - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| nameInput | java.lang.String | *No description.* | -| optionsInput | java.util.List | *No description.* | -| userEditableInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| variableTypeInput | java.lang.String | *No description.* | -| name | java.lang.String | *No description.* | -| options | java.util.List | *No description.* | -| userEditable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| variableType | java.lang.String | *No description.* | -| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateVariableOptions | *No description.* | - ---- - -##### `creationStack`Required - -```java -public java.util.List getCreationStack(); -``` - -- *Type:* java.util.List - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```java -public java.lang.String getFqn(); -``` - -- *Type:* java.lang.String - ---- - -##### `nameInput`Optional - -```java -public java.lang.String getNameInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `optionsInput`Optional - -```java -public java.util.List getOptionsInput(); -``` - -- *Type:* java.util.List - ---- - -##### `userEditableInput`Optional - -```java -public java.lang.Object getUserEditableInput(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - ---- - -##### `variableTypeInput`Optional - -```java -public java.lang.String getVariableTypeInput(); -``` - -- *Type:* java.lang.String - ---- - -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - -##### `options`Required - -```java -public java.util.List getOptions(); -``` - -- *Type:* java.util.List - ---- - -##### `userEditable`Required - -```java -public java.lang.Object getUserEditable(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - ---- - -##### `variableType`Required - -```java -public java.lang.String getVariableType(); -``` - -- *Type:* java.lang.String - ---- - -##### `internalValue`Optional - -```java -public java.lang.Object getInternalValue(); -``` - -- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointApplicationTemplateVariableOptions - ---- - - - diff --git a/docs/waypointApplicationTemplate.python.md b/docs/waypointApplicationTemplate.python.md deleted file mode 100644 index b8dbe3b35..000000000 --- a/docs/waypointApplicationTemplate.python.md +++ /dev/null @@ -1,2835 +0,0 @@ -# `waypointApplicationTemplate` Submodule - -## Constructs - -### WaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplate( - scope: Construct, - id: str, - connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, - count: typing.Union[typing.Union[int, float], TerraformCount] = None, - depends_on: typing.List[ITerraformDependable] = None, - for_each: ITerraformIterator = None, - lifecycle: TerraformResourceLifecycle = None, - provider: TerraformProvider = None, - provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, - name: str, - summary: str, - terraform_cloud_workspace_details: WaypointApplicationTemplateTerraformCloudWorkspaceDetails, - terraform_no_code_module: WaypointApplicationTemplateTerraformNoCodeModule, - description: str = None, - labels: typing.List[str] = None, - project_id: str = None, - readme_markdown_template: str = None, - variable_options: typing.Union[IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] = None -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | constructs.Construct | The scope in which to define this construct. | -| id | str | The scoped construct ID. | -| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | -| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | -| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | -| for_each | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | The name of the Application Template. | -| summary | str | A brief description of the template, up to 110 characters. | -| terraform_cloud_workspace_details | WaypointApplicationTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | -| terraform_no_code_module | WaypointApplicationTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | -| description | str | A description of the template, along with when and why it should be used, up to 500 characters. | -| labels | typing.List[str] | List of labels attached to this Application Template. | -| project_id | str | The ID of the HCP project where the Waypoint Application Template is located. | -| readme_markdown_template | str | Instructions for using the template (markdown format supported. | -| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] | List of variable options for the template. | - ---- - -##### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* str - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `connection`Optional - -- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] - ---- - -##### `count`Optional - -- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] - ---- - -##### `depends_on`Optional - -- *Type:* typing.List[cdktf.ITerraformDependable] - ---- - -##### `for_each`Optional - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] - ---- - -##### `name`Required - -- *Type:* str - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `summary`Required - -- *Type:* str - -A brief description of the template, up to 110 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} - ---- - -##### `terraform_cloud_workspace_details`Required - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -Terraform Cloud Workspace details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} - ---- - -##### `terraform_no_code_module`Required - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - -Terraform Cloud No-Code Module details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} - ---- - -##### `description`Optional - -- *Type:* str - -A description of the template, along with when and why it should be used, up to 500 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} - ---- - -##### `labels`Optional - -- *Type:* typing.List[str] - -List of labels attached to this Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} - ---- - -##### `project_id`Optional - -- *Type:* str - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} - ---- - -##### `readme_markdown_template`Optional - -- *Type:* str - -Instructions for using the template (markdown format supported. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} - ---- - -##### `variable_options`Optional - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] - -List of variable options for the template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| to_string | Returns a string representation of this construct. | -| add_override | *No description.* | -| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | -| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | -| to_hcl_terraform | *No description.* | -| to_metadata | *No description.* | -| to_terraform | Adds this resource to the terraform JSON output. | -| add_move_target | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| has_resource_move | *No description.* | -| import_from | *No description.* | -| interpolation_for_attribute | *No description.* | -| move_from_id | Move the resource corresponding to "id" to this resource. | -| move_to | Moves this resource to the target resource given by moveTarget. | -| move_to_id | Moves this resource to the resource corresponding to "id". | -| put_terraform_cloud_workspace_details | *No description.* | -| put_terraform_no_code_module | *No description.* | -| put_variable_options | *No description.* | -| reset_description | *No description.* | -| reset_labels | *No description.* | -| reset_project_id | *No description.* | -| reset_readme_markdown_template | *No description.* | -| reset_variable_options | *No description.* | - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Returns a string representation of this construct. - -##### `add_override` - -```python -def add_override( - path: str, - value: typing.Any -) -> None -``` - -###### `path`Required - -- *Type:* str - ---- - -###### `value`Required - -- *Type:* typing.Any - ---- - -##### `override_logical_id` - -```python -def override_logical_id( - new_logical_id: str -) -> None -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `new_logical_id`Required - -- *Type:* str - -The new logical ID to use for this stack element. - ---- - -##### `reset_override_logical_id` - -```python -def reset_override_logical_id() -> None -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `to_hcl_terraform` - -```python -def to_hcl_terraform() -> typing.Any -``` - -##### `to_metadata` - -```python -def to_metadata() -> typing.Any -``` - -##### `to_terraform` - -```python -def to_terraform() -> typing.Any -``` - -Adds this resource to the terraform JSON output. - -##### `add_move_target` - -```python -def add_move_target( - move_target: str -) -> None -``` - -Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. - -###### `move_target`Required - -- *Type:* str - -The string move target that will correspond to this resource. - ---- - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `has_resource_move` - -```python -def has_resource_move() -> typing.Union[TerraformResourceMoveByTarget, TerraformResourceMoveById] -``` - -##### `import_from` - -```python -def import_from( - id: str, - provider: TerraformProvider = None -) -> None -``` - -###### `id`Required - -- *Type:* str - ---- - -###### `provider`Optional - -- *Type:* cdktf.TerraformProvider - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `move_from_id` - -```python -def move_from_id( - id: str -) -> None -``` - -Move the resource corresponding to "id" to this resource. - -Note that the resource being moved from must be marked as moved using it's instance function. - -###### `id`Required - -- *Type:* str - -Full id of resource being moved from, e.g. "aws_s3_bucket.example". - ---- - -##### `move_to` - -```python -def move_to( - move_target: str, - index: typing.Union[str, typing.Union[int, float]] = None -) -> None -``` - -Moves this resource to the target resource given by moveTarget. - -###### `move_target`Required - -- *Type:* str - -The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. - ---- - -###### `index`Optional - -- *Type:* typing.Union[str, typing.Union[int, float]] - -Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. - ---- - -##### `move_to_id` - -```python -def move_to_id( - id: str -) -> None -``` - -Moves this resource to the resource corresponding to "id". - -###### `id`Required - -- *Type:* str - -Full id of resource to move to, e.g. "aws_s3_bucket.example". - ---- - -##### `put_terraform_cloud_workspace_details` - -```python -def put_terraform_cloud_workspace_details( - name: str, - terraform_project_id: str -) -> None -``` - -###### `name`Required - -- *Type:* str - -Name of the Terraform Cloud Workspace. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -###### `terraform_project_id`Required - -- *Type:* str - -Terraform Cloud Project ID. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_project_id WaypointApplicationTemplate#terraform_project_id} - ---- - -##### `put_terraform_no_code_module` - -```python -def put_terraform_no_code_module( - source: str, - version: str -) -> None -``` - -###### `source`Required - -- *Type:* str - -No-Code Module Source. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#source WaypointApplicationTemplate#source} - ---- - -###### `version`Required - -- *Type:* str - -No-Code Module Version. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#version WaypointApplicationTemplate#version} - ---- - -##### `put_variable_options` - -```python -def put_variable_options( - value: typing.Union[IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] -) -> None -``` - -###### `value`Required - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] - ---- - -##### `reset_description` - -```python -def reset_description() -> None -``` - -##### `reset_labels` - -```python -def reset_labels() -> None -``` - -##### `reset_project_id` - -```python -def reset_project_id() -> None -``` - -##### `reset_readme_markdown_template` - -```python -def reset_readme_markdown_template() -> None -``` - -##### `reset_variable_options` - -```python -def reset_variable_options() -> None -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| is_construct | Checks if `x` is a construct. | -| is_terraform_element | *No description.* | -| is_terraform_resource | *No description.* | -| generate_config_for_import | Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `is_construct` - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplate.is_construct( - x: typing.Any -) -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* typing.Any - -Any object. - ---- - -##### `is_terraform_element` - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplate.is_terraform_element( - x: typing.Any -) -``` - -###### `x`Required - -- *Type:* typing.Any - ---- - -##### `is_terraform_resource` - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplate.is_terraform_resource( - x: typing.Any -) -``` - -###### `x`Required - -- *Type:* typing.Any - ---- - -##### `generate_config_for_import` - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplate.generate_config_for_import( - scope: Construct, - import_to_id: str, - import_from_id: str, - provider: TerraformProvider = None -) -``` - -Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -###### `import_to_id`Required - -- *Type:* str - -The construct id used in the generated config for the WaypointApplicationTemplate to import. - ---- - -###### `import_from_id`Required - -- *Type:* str - -The id of the existing WaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* cdktf.TerraformProvider - -? Optional instance of the provider where the WaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| node | constructs.Node | The tree node. | -| cdktf_stack | cdktf.TerraformStack | *No description.* | -| fqn | str | *No description.* | -| friendly_unique_id | str | *No description.* | -| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | -| terraform_resource_type | str | *No description.* | -| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | -| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | -| depends_on | typing.List[str] | *No description.* | -| for_each | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| id | str | *No description.* | -| organization_id | str | *No description.* | -| terraform_cloud_workspace_details | WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| terraform_no_code_module | WaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| variable_options | WaypointApplicationTemplateVariableOptionsList | *No description.* | -| description_input | str | *No description.* | -| labels_input | typing.List[str] | *No description.* | -| name_input | str | *No description.* | -| project_id_input | str | *No description.* | -| readme_markdown_template_input | str | *No description.* | -| summary_input | str | *No description.* | -| terraform_cloud_workspace_details_input | typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformCloudWorkspaceDetails] | *No description.* | -| terraform_no_code_module_input | typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformNoCodeModule] | *No description.* | -| variable_options_input | typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] | *No description.* | -| description | str | *No description.* | -| labels | typing.List[str] | *No description.* | -| name | str | *No description.* | -| project_id | str | *No description.* | -| readme_markdown_template | str | *No description.* | -| summary | str | *No description.* | - ---- - -##### `node`Required - -```python -node: Node -``` - -- *Type:* constructs.Node - -The tree node. - ---- - -##### `cdktf_stack`Required - -```python -cdktf_stack: TerraformStack -``` - -- *Type:* cdktf.TerraformStack - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `friendly_unique_id`Required - -```python -friendly_unique_id: str -``` - -- *Type:* str - ---- - -##### `terraform_meta_arguments`Required - -```python -terraform_meta_arguments: typing.Mapping[typing.Any] -``` - -- *Type:* typing.Mapping[typing.Any] - ---- - -##### `terraform_resource_type`Required - -```python -terraform_resource_type: str -``` - -- *Type:* str - ---- - -##### `terraform_generator_metadata`Optional - -```python -terraform_generator_metadata: TerraformProviderGeneratorMetadata -``` - -- *Type:* cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `connection`Optional - -```python -connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] -``` - -- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] - ---- - -##### `count`Optional - -```python -count: typing.Union[typing.Union[int, float], TerraformCount] -``` - -- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] - ---- - -##### `depends_on`Optional - -```python -depends_on: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `for_each`Optional - -```python -for_each: ITerraformIterator -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```python -lifecycle: TerraformResourceLifecycle -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```python -provider: TerraformProvider -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```python -provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] -``` - -- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] - ---- - -##### `id`Required - -```python -id: str -``` - -- *Type:* str - ---- - -##### `organization_id`Required - -```python -organization_id: str -``` - -- *Type:* str - ---- - -##### `terraform_cloud_workspace_details`Required - -```python -terraform_cloud_workspace_details: WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `terraform_no_code_module`Required - -```python -terraform_no_code_module: WaypointApplicationTemplateTerraformNoCodeModuleOutputReference -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `variable_options`Required - -```python -variable_options: WaypointApplicationTemplateVariableOptionsList -``` - -- *Type:* WaypointApplicationTemplateVariableOptionsList - ---- - -##### `description_input`Optional - -```python -description_input: str -``` - -- *Type:* str - ---- - -##### `labels_input`Optional - -```python -labels_input: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `name_input`Optional - -```python -name_input: str -``` - -- *Type:* str - ---- - -##### `project_id_input`Optional - -```python -project_id_input: str -``` - -- *Type:* str - ---- - -##### `readme_markdown_template_input`Optional - -```python -readme_markdown_template_input: str -``` - -- *Type:* str - ---- - -##### `summary_input`Optional - -```python -summary_input: str -``` - -- *Type:* str - ---- - -##### `terraform_cloud_workspace_details_input`Optional - -```python -terraform_cloud_workspace_details_input: typing.Union[IResolvable, WaypointApplicationTemplateTerraformCloudWorkspaceDetails] -``` - -- *Type:* typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformCloudWorkspaceDetails] - ---- - -##### `terraform_no_code_module_input`Optional - -```python -terraform_no_code_module_input: typing.Union[IResolvable, WaypointApplicationTemplateTerraformNoCodeModule] -``` - -- *Type:* typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformNoCodeModule] - ---- - -##### `variable_options_input`Optional - -```python -variable_options_input: typing.Union[IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] -``` - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] - ---- - -##### `description`Required - -```python -description: str -``` - -- *Type:* str - ---- - -##### `labels`Required - -```python -labels: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - -##### `project_id`Required - -```python -project_id: str -``` - -- *Type:* str - ---- - -##### `readme_markdown_template`Required - -```python -readme_markdown_template: str -``` - -- *Type:* str - ---- - -##### `summary`Required - -```python -summary: str -``` - -- *Type:* str - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| tfResourceType | str | *No description.* | - ---- - -##### `tfResourceType`Required - -```python -tfResourceType: str -``` - -- *Type:* str - ---- - -## Structs - -### WaypointApplicationTemplateConfig - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateConfig( - connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, - count: typing.Union[typing.Union[int, float], TerraformCount] = None, - depends_on: typing.List[ITerraformDependable] = None, - for_each: ITerraformIterator = None, - lifecycle: TerraformResourceLifecycle = None, - provider: TerraformProvider = None, - provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, - name: str, - summary: str, - terraform_cloud_workspace_details: WaypointApplicationTemplateTerraformCloudWorkspaceDetails, - terraform_no_code_module: WaypointApplicationTemplateTerraformNoCodeModule, - description: str = None, - labels: typing.List[str] = None, - project_id: str = None, - readme_markdown_template: str = None, - variable_options: typing.Union[IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] = None -) -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | -| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | -| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | -| for_each | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | The name of the Application Template. | -| summary | str | A brief description of the template, up to 110 characters. | -| terraform_cloud_workspace_details | WaypointApplicationTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | -| terraform_no_code_module | WaypointApplicationTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | -| description | str | A description of the template, along with when and why it should be used, up to 500 characters. | -| labels | typing.List[str] | List of labels attached to this Application Template. | -| project_id | str | The ID of the HCP project where the Waypoint Application Template is located. | -| readme_markdown_template | str | Instructions for using the template (markdown format supported. | -| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] | List of variable options for the template. | - ---- - -##### `connection`Optional - -```python -connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] -``` - -- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] - ---- - -##### `count`Optional - -```python -count: typing.Union[typing.Union[int, float], TerraformCount] -``` - -- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] - ---- - -##### `depends_on`Optional - -```python -depends_on: typing.List[ITerraformDependable] -``` - -- *Type:* typing.List[cdktf.ITerraformDependable] - ---- - -##### `for_each`Optional - -```python -for_each: ITerraformIterator -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```python -lifecycle: TerraformResourceLifecycle -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```python -provider: TerraformProvider -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```python -provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] -``` - -- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `summary`Required - -```python -summary: str -``` - -- *Type:* str - -A brief description of the template, up to 110 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} - ---- - -##### `terraform_cloud_workspace_details`Required - -```python -terraform_cloud_workspace_details: WaypointApplicationTemplateTerraformCloudWorkspaceDetails -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -Terraform Cloud Workspace details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} - ---- - -##### `terraform_no_code_module`Required - -```python -terraform_no_code_module: WaypointApplicationTemplateTerraformNoCodeModule -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - -Terraform Cloud No-Code Module details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} - ---- - -##### `description`Optional - -```python -description: str -``` - -- *Type:* str - -A description of the template, along with when and why it should be used, up to 500 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} - ---- - -##### `labels`Optional - -```python -labels: typing.List[str] -``` - -- *Type:* typing.List[str] - -List of labels attached to this Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} - ---- - -##### `project_id`Optional - -```python -project_id: str -``` - -- *Type:* str - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} - ---- - -##### `readme_markdown_template`Optional - -```python -readme_markdown_template: str -``` - -- *Type:* str - -Instructions for using the template (markdown format supported. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} - ---- - -##### `variable_options`Optional - -```python -variable_options: typing.Union[IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] -``` - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] - -List of variable options for the template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} - ---- - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateTerraformCloudWorkspaceDetails( - name: str, - terraform_project_id: str -) -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| name | str | Name of the Terraform Cloud Workspace. | -| terraform_project_id | str | Terraform Cloud Project ID. | - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - -Name of the Terraform Cloud Workspace. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `terraform_project_id`Required - -```python -terraform_project_id: str -``` - -- *Type:* str - -Terraform Cloud Project ID. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_project_id WaypointApplicationTemplate#terraform_project_id} - ---- - -### WaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateTerraformNoCodeModule( - source: str, - version: str -) -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| source | str | No-Code Module Source. | -| version | str | No-Code Module Version. | - ---- - -##### `source`Required - -```python -source: str -``` - -- *Type:* str - -No-Code Module Source. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#source WaypointApplicationTemplate#source} - ---- - -##### `version`Required - -```python -version: str -``` - -- *Type:* str - -No-Code Module Version. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#version WaypointApplicationTemplate#version} - ---- - -### WaypointApplicationTemplateVariableOptions - -#### Initializer - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateVariableOptions( - name: str, - variable_type: str, - options: typing.List[str] = None, - user_editable: typing.Union[bool, IResolvable] = None -) -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| name | str | Variable name. | -| variable_type | str | Variable type. | -| options | typing.List[str] | List of options. | -| user_editable | typing.Union[bool, cdktf.IResolvable] | Whether the variable is editable by the user creating an application. | - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - -Variable name. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `variable_type`Required - -```python -variable_type: str -``` - -- *Type:* str - -Variable type. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_type WaypointApplicationTemplate#variable_type} - ---- - -##### `options`Optional - -```python -options: typing.List[str] -``` - -- *Type:* typing.List[str] - -List of options. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#options WaypointApplicationTemplate#options} - ---- - -##### `user_editable`Optional - -```python -user_editable: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - -Whether the variable is editable by the user creating an application. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#user_editable WaypointApplicationTemplate#user_editable} - ---- - -## Classes - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| name_input | str | *No description.* | -| terraform_project_id_input | str | *No description.* | -| name | str | *No description.* | -| terraform_project_id | str | *No description.* | -| internal_value | typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformCloudWorkspaceDetails] | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `name_input`Optional - -```python -name_input: str -``` - -- *Type:* str - ---- - -##### `terraform_project_id_input`Optional - -```python -terraform_project_id_input: str -``` - -- *Type:* str - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - -##### `terraform_project_id`Required - -```python -terraform_project_id: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: typing.Union[IResolvable, WaypointApplicationTemplateTerraformCloudWorkspaceDetails] -``` - -- *Type:* typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformCloudWorkspaceDetails] - ---- - - -### WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateTerraformNoCodeModuleOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| source_input | str | *No description.* | -| version_input | str | *No description.* | -| source | str | *No description.* | -| version | str | *No description.* | -| internal_value | typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformNoCodeModule] | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `source_input`Optional - -```python -source_input: str -``` - -- *Type:* str - ---- - -##### `version_input`Optional - -```python -version_input: str -``` - -- *Type:* str - ---- - -##### `source`Required - -```python -source: str -``` - -- *Type:* str - ---- - -##### `version`Required - -```python -version: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: typing.Union[IResolvable, WaypointApplicationTemplateTerraformNoCodeModule] -``` - -- *Type:* typing.Union[cdktf.IResolvable, WaypointApplicationTemplateTerraformNoCodeModule] - ---- - - -### WaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateVariableOptionsList( - terraform_resource: IInterpolatingParent, - terraform_attribute: str, - wraps_set: bool -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | -| wraps_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -##### `wraps_set`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| all_with_map_key | Creating an iterator for this complex list. | -| compute_fqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `all_with_map_key` - -```python -def all_with_map_key( - map_key_attribute_name: str -) -> DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `map_key_attribute_name`Required - -- *Type:* str - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```python -def get( - index: typing.Union[int, float] -) -> WaypointApplicationTemplateVariableOptionsOutputReference -``` - -###### `index`Required - -- *Type:* typing.Union[int, float] - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| internal_value | typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: typing.Union[IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] -``` - -- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointApplicationTemplateVariableOptions]] - ---- - - -### WaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```python -from cdktf_cdktf_provider_hcp import waypoint_application_template - -waypointApplicationTemplate.WaypointApplicationTemplateVariableOptionsOutputReference( - terraform_resource: IInterpolatingParent, - terraform_attribute: str, - complex_object_index: typing.Union[int, float], - complex_object_is_from_set: bool -) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | -| complex_object_index | typing.Union[int, float] | the index of this item in the list. | -| complex_object_is_from_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraform_resource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraform_attribute`Required - -- *Type:* str - -The attribute on the parent resource this class is referencing. - ---- - -##### `complex_object_index`Required - -- *Type:* typing.Union[int, float] - -the index of this item in the list. - ---- - -##### `complex_object_is_from_set`Required - -- *Type:* bool - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | -| reset_options | *No description.* | -| reset_user_editable | *No description.* | - ---- - -##### `compute_fqn` - -```python -def compute_fqn() -> str -``` - -##### `get_any_map_attribute` - -```python -def get_any_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Any] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_attribute` - -```python -def get_boolean_attribute( - terraform_attribute: str -) -> IResolvable -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_boolean_map_attribute` - -```python -def get_boolean_map_attribute( - terraform_attribute: str -) -> typing.Mapping[bool] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_list_attribute` - -```python -def get_list_attribute( - terraform_attribute: str -) -> typing.List[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_attribute` - -```python -def get_number_attribute( - terraform_attribute: str -) -> typing.Union[int, float] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_list_attribute` - -```python -def get_number_list_attribute( - terraform_attribute: str -) -> typing.List[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_number_map_attribute` - -```python -def get_number_map_attribute( - terraform_attribute: str -) -> typing.Mapping[typing.Union[int, float]] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_attribute` - -```python -def get_string_attribute( - terraform_attribute: str -) -> str -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `get_string_map_attribute` - -```python -def get_string_map_attribute( - terraform_attribute: str -) -> typing.Mapping[str] -``` - -###### `terraform_attribute`Required - -- *Type:* str - ---- - -##### `interpolation_for_attribute` - -```python -def interpolation_for_attribute( - property: str -) -> IResolvable -``` - -###### `property`Required - -- *Type:* str - ---- - -##### `resolve` - -```python -def resolve( - _context: IResolveContext -) -> typing.Any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `to_string` - -```python -def to_string() -> str -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `reset_options` - -```python -def reset_options() -> None -``` - -##### `reset_user_editable` - -```python -def reset_user_editable() -> None -``` - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| name_input | str | *No description.* | -| options_input | typing.List[str] | *No description.* | -| user_editable_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| variable_type_input | str | *No description.* | -| name | str | *No description.* | -| options | typing.List[str] | *No description.* | -| user_editable | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| variable_type | str | *No description.* | -| internal_value | typing.Union[cdktf.IResolvable, WaypointApplicationTemplateVariableOptions] | *No description.* | - ---- - -##### `creation_stack`Required - -```python -creation_stack: typing.List[str] -``` - -- *Type:* typing.List[str] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```python -fqn: str -``` - -- *Type:* str - ---- - -##### `name_input`Optional - -```python -name_input: str -``` - -- *Type:* str - ---- - -##### `options_input`Optional - -```python -options_input: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `user_editable_input`Optional - -```python -user_editable_input: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - ---- - -##### `variable_type_input`Optional - -```python -variable_type_input: str -``` - -- *Type:* str - ---- - -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - -##### `options`Required - -```python -options: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - -##### `user_editable`Required - -```python -user_editable: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - ---- - -##### `variable_type`Required - -```python -variable_type: str -``` - -- *Type:* str - ---- - -##### `internal_value`Optional - -```python -internal_value: typing.Union[IResolvable, WaypointApplicationTemplateVariableOptions] -``` - -- *Type:* typing.Union[cdktf.IResolvable, WaypointApplicationTemplateVariableOptions] - ---- - - - diff --git a/docs/waypointApplicationTemplate.typescript.md b/docs/waypointApplicationTemplate.typescript.md deleted file mode 100644 index 4af897906..000000000 --- a/docs/waypointApplicationTemplate.typescript.md +++ /dev/null @@ -1,2476 +0,0 @@ -# `waypointApplicationTemplate` Submodule - -## Constructs - -### WaypointApplicationTemplate - -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template hcp_waypoint_application_template}. - -#### Initializers - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -new waypointApplicationTemplate.WaypointApplicationTemplate(scope: Construct, id: string, config: WaypointApplicationTemplateConfig) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| scope | constructs.Construct | The scope in which to define this construct. | -| id | string | The scoped construct ID. | -| config | WaypointApplicationTemplateConfig | *No description.* | - ---- - -##### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -##### `id`Required - -- *Type:* string - -The scoped construct ID. - -Must be unique amongst siblings in the same scope - ---- - -##### `config`Required - -- *Type:* WaypointApplicationTemplateConfig - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| toString | Returns a string representation of this construct. | -| addOverride | *No description.* | -| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | -| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | -| toHclTerraform | *No description.* | -| toMetadata | *No description.* | -| toTerraform | Adds this resource to the terraform JSON output. | -| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| hasResourceMove | *No description.* | -| importFrom | *No description.* | -| interpolationForAttribute | *No description.* | -| moveFromId | Move the resource corresponding to "id" to this resource. | -| moveTo | Moves this resource to the target resource given by moveTarget. | -| moveToId | Moves this resource to the resource corresponding to "id". | -| putTerraformCloudWorkspaceDetails | *No description.* | -| putTerraformNoCodeModule | *No description.* | -| putVariableOptions | *No description.* | -| resetDescription | *No description.* | -| resetLabels | *No description.* | -| resetProjectId | *No description.* | -| resetReadmeMarkdownTemplate | *No description.* | -| resetVariableOptions | *No description.* | - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Returns a string representation of this construct. - -##### `addOverride` - -```typescript -public addOverride(path: string, value: any): void -``` - -###### `path`Required - -- *Type:* string - ---- - -###### `value`Required - -- *Type:* any - ---- - -##### `overrideLogicalId` - -```typescript -public overrideLogicalId(newLogicalId: string): void -``` - -Overrides the auto-generated logical ID with a specific ID. - -###### `newLogicalId`Required - -- *Type:* string - -The new logical ID to use for this stack element. - ---- - -##### `resetOverrideLogicalId` - -```typescript -public resetOverrideLogicalId(): void -``` - -Resets a previously passed logical Id to use the auto-generated logical id again. - -##### `toHclTerraform` - -```typescript -public toHclTerraform(): any -``` - -##### `toMetadata` - -```typescript -public toMetadata(): any -``` - -##### `toTerraform` - -```typescript -public toTerraform(): any -``` - -Adds this resource to the terraform JSON output. - -##### `addMoveTarget` - -```typescript -public addMoveTarget(moveTarget: string): void -``` - -Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. - -###### `moveTarget`Required - -- *Type:* string - -The string move target that will correspond to this resource. - ---- - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `hasResourceMove` - -```typescript -public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById -``` - -##### `importFrom` - -```typescript -public importFrom(id: string, provider?: TerraformProvider): void -``` - -###### `id`Required - -- *Type:* string - ---- - -###### `provider`Optional - -- *Type:* cdktf.TerraformProvider - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `moveFromId` - -```typescript -public moveFromId(id: string): void -``` - -Move the resource corresponding to "id" to this resource. - -Note that the resource being moved from must be marked as moved using it's instance function. - -###### `id`Required - -- *Type:* string - -Full id of resource being moved from, e.g. "aws_s3_bucket.example". - ---- - -##### `moveTo` - -```typescript -public moveTo(moveTarget: string, index?: string | number): void -``` - -Moves this resource to the target resource given by moveTarget. - -###### `moveTarget`Required - -- *Type:* string - -The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. - ---- - -###### `index`Optional - -- *Type:* string | number - -Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. - ---- - -##### `moveToId` - -```typescript -public moveToId(id: string): void -``` - -Moves this resource to the resource corresponding to "id". - -###### `id`Required - -- *Type:* string - -Full id of resource to move to, e.g. "aws_s3_bucket.example". - ---- - -##### `putTerraformCloudWorkspaceDetails` - -```typescript -public putTerraformCloudWorkspaceDetails(value: WaypointApplicationTemplateTerraformCloudWorkspaceDetails): void -``` - -###### `value`Required - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - -##### `putTerraformNoCodeModule` - -```typescript -public putTerraformNoCodeModule(value: WaypointApplicationTemplateTerraformNoCodeModule): void -``` - -###### `value`Required - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - ---- - -##### `putVariableOptions` - -```typescript -public putVariableOptions(value: IResolvable | WaypointApplicationTemplateVariableOptions[]): void -``` - -###### `value`Required - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateVariableOptions[] - ---- - -##### `resetDescription` - -```typescript -public resetDescription(): void -``` - -##### `resetLabels` - -```typescript -public resetLabels(): void -``` - -##### `resetProjectId` - -```typescript -public resetProjectId(): void -``` - -##### `resetReadmeMarkdownTemplate` - -```typescript -public resetReadmeMarkdownTemplate(): void -``` - -##### `resetVariableOptions` - -```typescript -public resetVariableOptions(): void -``` - -#### Static Functions - -| **Name** | **Description** | -| --- | --- | -| isConstruct | Checks if `x` is a construct. | -| isTerraformElement | *No description.* | -| isTerraformResource | *No description.* | -| generateConfigForImport | Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". | - ---- - -##### `isConstruct` - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -waypointApplicationTemplate.WaypointApplicationTemplate.isConstruct(x: any) -``` - -Checks if `x` is a construct. - -Use this method instead of `instanceof` to properly detect `Construct` -instances, even when the construct library is symlinked. - -Explanation: in JavaScript, multiple copies of the `constructs` library on -disk are seen as independent, completely different libraries. As a -consequence, the class `Construct` in each copy of the `constructs` library -is seen as a different class, and an instance of one class will not test as -`instanceof` the other class. `npm install` will not create installations -like this, but users may manually symlink construct libraries together or -use a monorepo tool: in those cases, multiple copies of the `constructs` -library can be accidentally installed, and `instanceof` will behave -unpredictably. It is safest to avoid using `instanceof`, and using -this type-testing method instead. - -###### `x`Required - -- *Type:* any - -Any object. - ---- - -##### `isTerraformElement` - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -waypointApplicationTemplate.WaypointApplicationTemplate.isTerraformElement(x: any) -``` - -###### `x`Required - -- *Type:* any - ---- - -##### `isTerraformResource` - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -waypointApplicationTemplate.WaypointApplicationTemplate.isTerraformResource(x: any) -``` - -###### `x`Required - -- *Type:* any - ---- - -##### `generateConfigForImport` - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -waypointApplicationTemplate.WaypointApplicationTemplate.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) -``` - -Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan ". - -###### `scope`Required - -- *Type:* constructs.Construct - -The scope in which to define this construct. - ---- - -###### `importToId`Required - -- *Type:* string - -The construct id used in the generated config for the WaypointApplicationTemplate to import. - ---- - -###### `importFromId`Required - -- *Type:* string - -The id of the existing WaypointApplicationTemplate that should be imported. - -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - ---- - -###### `provider`Optional - -- *Type:* cdktf.TerraformProvider - -? Optional instance of the provider where the WaypointApplicationTemplate to import is found. - ---- - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| node | constructs.Node | The tree node. | -| cdktfStack | cdktf.TerraformStack | *No description.* | -| fqn | string | *No description.* | -| friendlyUniqueId | string | *No description.* | -| terraformMetaArguments | {[ key: string ]: any} | *No description.* | -| terraformResourceType | string | *No description.* | -| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | -| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | -| count | number \| cdktf.TerraformCount | *No description.* | -| dependsOn | string[] | *No description.* | -| forEach | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| id | string | *No description.* | -| organizationId | string | *No description.* | -| terraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | -| terraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModuleOutputReference | *No description.* | -| variableOptions | WaypointApplicationTemplateVariableOptionsList | *No description.* | -| descriptionInput | string | *No description.* | -| labelsInput | string[] | *No description.* | -| nameInput | string | *No description.* | -| projectIdInput | string | *No description.* | -| readmeMarkdownTemplateInput | string | *No description.* | -| summaryInput | string | *No description.* | -| terraformCloudWorkspaceDetailsInput | cdktf.IResolvable \| WaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | -| terraformNoCodeModuleInput | cdktf.IResolvable \| WaypointApplicationTemplateTerraformNoCodeModule | *No description.* | -| variableOptionsInput | cdktf.IResolvable \| WaypointApplicationTemplateVariableOptions[] | *No description.* | -| description | string | *No description.* | -| labels | string[] | *No description.* | -| name | string | *No description.* | -| projectId | string | *No description.* | -| readmeMarkdownTemplate | string | *No description.* | -| summary | string | *No description.* | - ---- - -##### `node`Required - -```typescript -public readonly node: Node; -``` - -- *Type:* constructs.Node - -The tree node. - ---- - -##### `cdktfStack`Required - -```typescript -public readonly cdktfStack: TerraformStack; -``` - -- *Type:* cdktf.TerraformStack - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `friendlyUniqueId`Required - -```typescript -public readonly friendlyUniqueId: string; -``` - -- *Type:* string - ---- - -##### `terraformMetaArguments`Required - -```typescript -public readonly terraformMetaArguments: {[ key: string ]: any}; -``` - -- *Type:* {[ key: string ]: any} - ---- - -##### `terraformResourceType`Required - -```typescript -public readonly terraformResourceType: string; -``` - -- *Type:* string - ---- - -##### `terraformGeneratorMetadata`Optional - -```typescript -public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; -``` - -- *Type:* cdktf.TerraformProviderGeneratorMetadata - ---- - -##### `connection`Optional - -```typescript -public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; -``` - -- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -```typescript -public readonly count: number | TerraformCount; -``` - -- *Type:* number | cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```typescript -public readonly dependsOn: string[]; -``` - -- *Type:* string[] - ---- - -##### `forEach`Optional - -```typescript -public readonly forEach: ITerraformIterator; -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```typescript -public readonly lifecycle: TerraformResourceLifecycle; -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```typescript -public readonly provider: TerraformProvider; -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```typescript -public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; -``` - -- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] - ---- - -##### `id`Required - -```typescript -public readonly id: string; -``` - -- *Type:* string - ---- - -##### `organizationId`Required - -```typescript -public readonly organizationId: string; -``` - -- *Type:* string - ---- - -##### `terraformCloudWorkspaceDetails`Required - -```typescript -public readonly terraformCloudWorkspaceDetails: WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference; -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - ---- - -##### `terraformNoCodeModule`Required - -```typescript -public readonly terraformNoCodeModule: WaypointApplicationTemplateTerraformNoCodeModuleOutputReference; -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - ---- - -##### `variableOptions`Required - -```typescript -public readonly variableOptions: WaypointApplicationTemplateVariableOptionsList; -``` - -- *Type:* WaypointApplicationTemplateVariableOptionsList - ---- - -##### `descriptionInput`Optional - -```typescript -public readonly descriptionInput: string; -``` - -- *Type:* string - ---- - -##### `labelsInput`Optional - -```typescript -public readonly labelsInput: string[]; -``` - -- *Type:* string[] - ---- - -##### `nameInput`Optional - -```typescript -public readonly nameInput: string; -``` - -- *Type:* string - ---- - -##### `projectIdInput`Optional - -```typescript -public readonly projectIdInput: string; -``` - -- *Type:* string - ---- - -##### `readmeMarkdownTemplateInput`Optional - -```typescript -public readonly readmeMarkdownTemplateInput: string; -``` - -- *Type:* string - ---- - -##### `summaryInput`Optional - -```typescript -public readonly summaryInput: string; -``` - -- *Type:* string - ---- - -##### `terraformCloudWorkspaceDetailsInput`Optional - -```typescript -public readonly terraformCloudWorkspaceDetailsInput: IResolvable | WaypointApplicationTemplateTerraformCloudWorkspaceDetails; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - -##### `terraformNoCodeModuleInput`Optional - -```typescript -public readonly terraformNoCodeModuleInput: IResolvable | WaypointApplicationTemplateTerraformNoCodeModule; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateTerraformNoCodeModule - ---- - -##### `variableOptionsInput`Optional - -```typescript -public readonly variableOptionsInput: IResolvable | WaypointApplicationTemplateVariableOptions[]; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateVariableOptions[] - ---- - -##### `description`Required - -```typescript -public readonly description: string; -``` - -- *Type:* string - ---- - -##### `labels`Required - -```typescript -public readonly labels: string[]; -``` - -- *Type:* string[] - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - -##### `projectId`Required - -```typescript -public readonly projectId: string; -``` - -- *Type:* string - ---- - -##### `readmeMarkdownTemplate`Required - -```typescript -public readonly readmeMarkdownTemplate: string; -``` - -- *Type:* string - ---- - -##### `summary`Required - -```typescript -public readonly summary: string; -``` - -- *Type:* string - ---- - -#### Constants - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| tfResourceType | string | *No description.* | - ---- - -##### `tfResourceType`Required - -```typescript -public readonly tfResourceType: string; -``` - -- *Type:* string - ---- - -## Structs - -### WaypointApplicationTemplateConfig - -#### Initializer - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -const waypointApplicationTemplateConfig: waypointApplicationTemplate.WaypointApplicationTemplateConfig = { ... } -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | -| count | number \| cdktf.TerraformCount | *No description.* | -| dependsOn | cdktf.ITerraformDependable[] | *No description.* | -| forEach | cdktf.ITerraformIterator | *No description.* | -| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | -| provider | cdktf.TerraformProvider | *No description.* | -| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | The name of the Application Template. | -| summary | string | A brief description of the template, up to 110 characters. | -| terraformCloudWorkspaceDetails | WaypointApplicationTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | -| terraformNoCodeModule | WaypointApplicationTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | -| description | string | A description of the template, along with when and why it should be used, up to 500 characters. | -| labels | string[] | List of labels attached to this Application Template. | -| projectId | string | The ID of the HCP project where the Waypoint Application Template is located. | -| readmeMarkdownTemplate | string | Instructions for using the template (markdown format supported. | -| variableOptions | cdktf.IResolvable \| WaypointApplicationTemplateVariableOptions[] | List of variable options for the template. | - ---- - -##### `connection`Optional - -```typescript -public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; -``` - -- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection - ---- - -##### `count`Optional - -```typescript -public readonly count: number | TerraformCount; -``` - -- *Type:* number | cdktf.TerraformCount - ---- - -##### `dependsOn`Optional - -```typescript -public readonly dependsOn: ITerraformDependable[]; -``` - -- *Type:* cdktf.ITerraformDependable[] - ---- - -##### `forEach`Optional - -```typescript -public readonly forEach: ITerraformIterator; -``` - -- *Type:* cdktf.ITerraformIterator - ---- - -##### `lifecycle`Optional - -```typescript -public readonly lifecycle: TerraformResourceLifecycle; -``` - -- *Type:* cdktf.TerraformResourceLifecycle - ---- - -##### `provider`Optional - -```typescript -public readonly provider: TerraformProvider; -``` - -- *Type:* cdktf.TerraformProvider - ---- - -##### `provisioners`Optional - -```typescript -public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; -``` - -- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - -The name of the Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `summary`Required - -```typescript -public readonly summary: string; -``` - -- *Type:* string - -A brief description of the template, up to 110 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} - ---- - -##### `terraformCloudWorkspaceDetails`Required - -```typescript -public readonly terraformCloudWorkspaceDetails: WaypointApplicationTemplateTerraformCloudWorkspaceDetails; -``` - -- *Type:* WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -Terraform Cloud Workspace details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} - ---- - -##### `terraformNoCodeModule`Required - -```typescript -public readonly terraformNoCodeModule: WaypointApplicationTemplateTerraformNoCodeModule; -``` - -- *Type:* WaypointApplicationTemplateTerraformNoCodeModule - -Terraform Cloud No-Code Module details. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} - ---- - -##### `description`Optional - -```typescript -public readonly description: string; -``` - -- *Type:* string - -A description of the template, along with when and why it should be used, up to 500 characters. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} - ---- - -##### `labels`Optional - -```typescript -public readonly labels: string[]; -``` - -- *Type:* string[] - -List of labels attached to this Application Template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} - ---- - -##### `projectId`Optional - -```typescript -public readonly projectId: string; -``` - -- *Type:* string - -The ID of the HCP project where the Waypoint Application Template is located. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} - ---- - -##### `readmeMarkdownTemplate`Optional - -```typescript -public readonly readmeMarkdownTemplate: string; -``` - -- *Type:* string - -Instructions for using the template (markdown format supported. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} - ---- - -##### `variableOptions`Optional - -```typescript -public readonly variableOptions: IResolvable | WaypointApplicationTemplateVariableOptions[]; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateVariableOptions[] - -List of variable options for the template. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} - ---- - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetails - -#### Initializer - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -const waypointApplicationTemplateTerraformCloudWorkspaceDetails: waypointApplicationTemplate.WaypointApplicationTemplateTerraformCloudWorkspaceDetails = { ... } -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| name | string | Name of the Terraform Cloud Workspace. | -| terraformProjectId | string | Terraform Cloud Project ID. | - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - -Name of the Terraform Cloud Workspace. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `terraformProjectId`Required - -```typescript -public readonly terraformProjectId: string; -``` - -- *Type:* string - -Terraform Cloud Project ID. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_project_id WaypointApplicationTemplate#terraform_project_id} - ---- - -### WaypointApplicationTemplateTerraformNoCodeModule - -#### Initializer - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -const waypointApplicationTemplateTerraformNoCodeModule: waypointApplicationTemplate.WaypointApplicationTemplateTerraformNoCodeModule = { ... } -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| source | string | No-Code Module Source. | -| version | string | No-Code Module Version. | - ---- - -##### `source`Required - -```typescript -public readonly source: string; -``` - -- *Type:* string - -No-Code Module Source. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#source WaypointApplicationTemplate#source} - ---- - -##### `version`Required - -```typescript -public readonly version: string; -``` - -- *Type:* string - -No-Code Module Version. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#version WaypointApplicationTemplate#version} - ---- - -### WaypointApplicationTemplateVariableOptions - -#### Initializer - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -const waypointApplicationTemplateVariableOptions: waypointApplicationTemplate.WaypointApplicationTemplateVariableOptions = { ... } -``` - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| name | string | Variable name. | -| variableType | string | Variable type. | -| options | string[] | List of options. | -| userEditable | boolean \| cdktf.IResolvable | Whether the variable is editable by the user creating an application. | - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - -Variable name. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} - ---- - -##### `variableType`Required - -```typescript -public readonly variableType: string; -``` - -- *Type:* string - -Variable type. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_type WaypointApplicationTemplate#variable_type} - ---- - -##### `options`Optional - -```typescript -public readonly options: string[]; -``` - -- *Type:* string[] - -List of options. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#options WaypointApplicationTemplate#options} - ---- - -##### `userEditable`Optional - -```typescript -public readonly userEditable: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - -Whether the variable is editable by the user creating an application. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#user_editable WaypointApplicationTemplate#user_editable} - ---- - -## Classes - -### WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference - -#### Initializers - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -new waypointApplicationTemplate.WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| nameInput | string | *No description.* | -| terraformProjectIdInput | string | *No description.* | -| name | string | *No description.* | -| terraformProjectId | string | *No description.* | -| internalValue | cdktf.IResolvable \| WaypointApplicationTemplateTerraformCloudWorkspaceDetails | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `nameInput`Optional - -```typescript -public readonly nameInput: string; -``` - -- *Type:* string - ---- - -##### `terraformProjectIdInput`Optional - -```typescript -public readonly terraformProjectIdInput: string; -``` - -- *Type:* string - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - -##### `terraformProjectId`Required - -```typescript -public readonly terraformProjectId: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: IResolvable | WaypointApplicationTemplateTerraformCloudWorkspaceDetails; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateTerraformCloudWorkspaceDetails - ---- - - -### WaypointApplicationTemplateTerraformNoCodeModuleOutputReference - -#### Initializers - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -new waypointApplicationTemplate.WaypointApplicationTemplateTerraformNoCodeModuleOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| sourceInput | string | *No description.* | -| versionInput | string | *No description.* | -| source | string | *No description.* | -| version | string | *No description.* | -| internalValue | cdktf.IResolvable \| WaypointApplicationTemplateTerraformNoCodeModule | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `sourceInput`Optional - -```typescript -public readonly sourceInput: string; -``` - -- *Type:* string - ---- - -##### `versionInput`Optional - -```typescript -public readonly versionInput: string; -``` - -- *Type:* string - ---- - -##### `source`Required - -```typescript -public readonly source: string; -``` - -- *Type:* string - ---- - -##### `version`Required - -```typescript -public readonly version: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: IResolvable | WaypointApplicationTemplateTerraformNoCodeModule; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateTerraformNoCodeModule - ---- - - -### WaypointApplicationTemplateVariableOptionsList - -#### Initializers - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -new waypointApplicationTemplate.WaypointApplicationTemplateVariableOptionsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `wrapsSet`Required - -- *Type:* boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| allWithMapKey | Creating an iterator for this complex list. | -| computeFqn | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| get | *No description.* | - ---- - -##### `allWithMapKey` - -```typescript -public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator -``` - -Creating an iterator for this complex list. - -The list will be converted into a map with the mapKeyAttributeName as the key. - -###### `mapKeyAttributeName`Required - -- *Type:* string - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `get` - -```typescript -public get(index: number): WaypointApplicationTemplateVariableOptionsOutputReference -``` - -###### `index`Required - -- *Type:* number - -the index of the item to return. - ---- - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| internalValue | cdktf.IResolvable \| WaypointApplicationTemplateVariableOptions[] | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: IResolvable | WaypointApplicationTemplateVariableOptions[]; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateVariableOptions[] - ---- - - -### WaypointApplicationTemplateVariableOptionsOutputReference - -#### Initializers - -```typescript -import { waypointApplicationTemplate } from '@cdktf/provider-hcp' - -new waypointApplicationTemplate.WaypointApplicationTemplateVariableOptionsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) -``` - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| terraformResource | cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | string | The attribute on the parent resource this class is referencing. | -| complexObjectIndex | number | the index of this item in the list. | -| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | - ---- - -##### `terraformResource`Required - -- *Type:* cdktf.IInterpolatingParent - -The parent resource. - ---- - -##### `terraformAttribute`Required - -- *Type:* string - -The attribute on the parent resource this class is referencing. - ---- - -##### `complexObjectIndex`Required - -- *Type:* number - -the index of this item in the list. - ---- - -##### `complexObjectIsFromSet`Required - -- *Type:* boolean - -whether the list is wrapping a set (will add tolist() to be able to access an item via an index). - ---- - -#### Methods - -| **Name** | **Description** | -| --- | --- | -| computeFqn | *No description.* | -| getAnyMapAttribute | *No description.* | -| getBooleanAttribute | *No description.* | -| getBooleanMapAttribute | *No description.* | -| getListAttribute | *No description.* | -| getNumberAttribute | *No description.* | -| getNumberListAttribute | *No description.* | -| getNumberMapAttribute | *No description.* | -| getStringAttribute | *No description.* | -| getStringMapAttribute | *No description.* | -| interpolationForAttribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| toString | Return a string representation of this resolvable object. | -| resetOptions | *No description.* | -| resetUserEditable | *No description.* | - ---- - -##### `computeFqn` - -```typescript -public computeFqn(): string -``` - -##### `getAnyMapAttribute` - -```typescript -public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanAttribute` - -```typescript -public getBooleanAttribute(terraformAttribute: string): IResolvable -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getBooleanMapAttribute` - -```typescript -public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getListAttribute` - -```typescript -public getListAttribute(terraformAttribute: string): string[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberAttribute` - -```typescript -public getNumberAttribute(terraformAttribute: string): number -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberListAttribute` - -```typescript -public getNumberListAttribute(terraformAttribute: string): number[] -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getNumberMapAttribute` - -```typescript -public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringAttribute` - -```typescript -public getStringAttribute(terraformAttribute: string): string -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `getStringMapAttribute` - -```typescript -public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} -``` - -###### `terraformAttribute`Required - -- *Type:* string - ---- - -##### `interpolationForAttribute` - -```typescript -public interpolationForAttribute(property: string): IResolvable -``` - -###### `property`Required - -- *Type:* string - ---- - -##### `resolve` - -```typescript -public resolve(_context: IResolveContext): any -``` - -Produce the Token's value at resolution time. - -###### `_context`Required - -- *Type:* cdktf.IResolveContext - ---- - -##### `toString` - -```typescript -public toString(): string -``` - -Return a string representation of this resolvable object. - -Returns a reversible string representation. - -##### `resetOptions` - -```typescript -public resetOptions(): void -``` - -##### `resetUserEditable` - -```typescript -public resetUserEditable(): void -``` - - -#### Properties - -| **Name** | **Type** | **Description** | -| --- | --- | --- | -| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | string | *No description.* | -| nameInput | string | *No description.* | -| optionsInput | string[] | *No description.* | -| userEditableInput | boolean \| cdktf.IResolvable | *No description.* | -| variableTypeInput | string | *No description.* | -| name | string | *No description.* | -| options | string[] | *No description.* | -| userEditable | boolean \| cdktf.IResolvable | *No description.* | -| variableType | string | *No description.* | -| internalValue | cdktf.IResolvable \| WaypointApplicationTemplateVariableOptions | *No description.* | - ---- - -##### `creationStack`Required - -```typescript -public readonly creationStack: string[]; -``` - -- *Type:* string[] - -The creation stack of this resolvable which will be appended to errors thrown during resolution. - -If this returns an empty array the stack will not be attached. - ---- - -##### `fqn`Required - -```typescript -public readonly fqn: string; -``` - -- *Type:* string - ---- - -##### `nameInput`Optional - -```typescript -public readonly nameInput: string; -``` - -- *Type:* string - ---- - -##### `optionsInput`Optional - -```typescript -public readonly optionsInput: string[]; -``` - -- *Type:* string[] - ---- - -##### `userEditableInput`Optional - -```typescript -public readonly userEditableInput: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - ---- - -##### `variableTypeInput`Optional - -```typescript -public readonly variableTypeInput: string; -``` - -- *Type:* string - ---- - -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - -##### `options`Required - -```typescript -public readonly options: string[]; -``` - -- *Type:* string[] - ---- - -##### `userEditable`Required - -```typescript -public readonly userEditable: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - ---- - -##### `variableType`Required - -```typescript -public readonly variableType: string; -``` - -- *Type:* string - ---- - -##### `internalValue`Optional - -```typescript -public readonly internalValue: IResolvable | WaypointApplicationTemplateVariableOptions; -``` - -- *Type:* cdktf.IResolvable | WaypointApplicationTemplateVariableOptions - ---- - - - diff --git a/docs/waypointTemplate.csharp.md b/docs/waypointTemplate.csharp.md new file mode 100644 index 000000000..e5191e35a --- /dev/null +++ b/docs/waypointTemplate.csharp.md @@ -0,0 +1,2504 @@ +# `waypointTemplate` Submodule + +## Constructs + +### WaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplate(Construct Scope, string Id, WaypointTemplateConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | WaypointTemplateConfig | *No description.* | + +--- + +##### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +##### `Id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `Config`Required + +- *Type:* WaypointTemplateConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | *No description.* | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| HasResourceMove | *No description.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveFromId | Move the resource corresponding to "id" to this resource. | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| MoveToId | Moves this resource to the resource corresponding to "id". | +| PutTerraformCloudWorkspaceDetails | *No description.* | +| PutTerraformNoCodeModule | *No description.* | +| PutVariableOptions | *No description.* | +| ResetDescription | *No description.* | +| ResetLabels | *No description.* | +| ResetProjectId | *No description.* | +| ResetReadmeMarkdownTemplate | *No description.* | +| ResetVariableOptions | *No description.* | + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```csharp +private void AddOverride(string Path, object Value) +``` + +###### `Path`Required + +- *Type:* string + +--- + +###### `Value`Required + +- *Type:* object + +--- + +##### `OverrideLogicalId` + +```csharp +private void OverrideLogicalId(string NewLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `NewLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```csharp +private void ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```csharp +private object ToHclTerraform() +``` + +##### `ToMetadata` + +```csharp +private object ToMetadata() +``` + +##### `ToTerraform` + +```csharp +private object ToTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `AddMoveTarget` + +```csharp +private void AddMoveTarget(string MoveTarget) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `MoveTarget`Required + +- *Type:* string + +The string move target that will correspond to this resource. + +--- + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `HasResourceMove` + +```csharp +private object HasResourceMove() +``` + +##### `ImportFrom` + +```csharp +private void ImportFrom(string Id, TerraformProvider Provider = null) +``` + +###### `Id`Required + +- *Type:* string + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `MoveFromId` + +```csharp +private void MoveFromId(string Id) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `Id`Required + +- *Type:* string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `MoveTo` + +```csharp +private void MoveTo(string MoveTarget, object Index = null) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `MoveTarget`Required + +- *Type:* string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `Index`Optional + +- *Type:* object + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `MoveToId` + +```csharp +private void MoveToId(string Id) +``` + +Moves this resource to the resource corresponding to "id". + +###### `Id`Required + +- *Type:* string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `PutTerraformCloudWorkspaceDetails` + +```csharp +private void PutTerraformCloudWorkspaceDetails(WaypointTemplateTerraformCloudWorkspaceDetails Value) +``` + +###### `Value`Required + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +--- + +##### `PutTerraformNoCodeModule` + +```csharp +private void PutTerraformNoCodeModule(WaypointTemplateTerraformNoCodeModule Value) +``` + +###### `Value`Required + +- *Type:* WaypointTemplateTerraformNoCodeModule + +--- + +##### `PutVariableOptions` + +```csharp +private void PutVariableOptions(object Value) +``` + +###### `Value`Required + +- *Type:* object + +--- + +##### `ResetDescription` + +```csharp +private void ResetDescription() +``` + +##### `ResetLabels` + +```csharp +private void ResetLabels() +``` + +##### `ResetProjectId` + +```csharp +private void ResetProjectId() +``` + +##### `ResetReadmeMarkdownTemplate` + +```csharp +private void ResetReadmeMarkdownTemplate() +``` + +##### `ResetVariableOptions` + +```csharp +private void ResetVariableOptions() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointTemplate.IsConstruct(object X); +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `X`Required + +- *Type:* object + +Any object. + +--- + +##### `IsTerraformElement` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointTemplate.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointTemplate.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +WaypointTemplate.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". + +###### `Scope`Required + +- *Type:* Constructs.Construct + +The scope in which to define this construct. + +--- + +###### `ImportToId`Required + +- *Type:* string + +The construct id used in the generated config for the WaypointTemplate to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing WaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `Provider`Optional + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | Constructs.Node | The tree node. | +| CdktfStack | HashiCorp.Cdktf.TerraformStack | *No description.* | +| Fqn | string | *No description.* | +| FriendlyUniqueId | string | *No description.* | +| TerraformMetaArguments | System.Collections.Generic.IDictionary | *No description.* | +| TerraformResourceType | string | *No description.* | +| TerraformGeneratorMetadata | HashiCorp.Cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | string[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Id | string | *No description.* | +| OrganizationId | string | *No description.* | +| TerraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| TerraformNoCodeModule | WaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| VariableOptions | WaypointTemplateVariableOptionsList | *No description.* | +| DescriptionInput | string | *No description.* | +| LabelsInput | string[] | *No description.* | +| NameInput | string | *No description.* | +| ProjectIdInput | string | *No description.* | +| ReadmeMarkdownTemplateInput | string | *No description.* | +| SummaryInput | string | *No description.* | +| TerraformCloudWorkspaceDetailsInput | object | *No description.* | +| TerraformNoCodeModuleInput | object | *No description.* | +| VariableOptionsInput | object | *No description.* | +| Description | string | *No description.* | +| Labels | string[] | *No description.* | +| Name | string | *No description.* | +| ProjectId | string | *No description.* | +| ReadmeMarkdownTemplate | string | *No description.* | +| Summary | string | *No description.* | + +--- + +##### `Node`Required + +```csharp +public Node Node { get; } +``` + +- *Type:* Constructs.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```csharp +public TerraformStack CdktfStack { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `FriendlyUniqueId`Required + +```csharp +public string FriendlyUniqueId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformMetaArguments`Required + +```csharp +public System.Collections.Generic.IDictionary TerraformMetaArguments { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `TerraformResourceType`Required + +```csharp +public string TerraformResourceType { get; } +``` + +- *Type:* string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```csharp +public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public string[] DependsOn { get; } +``` + +- *Type:* string[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; } +``` + +- *Type:* object[] + +--- + +##### `Id`Required + +```csharp +public string Id { get; } +``` + +- *Type:* string + +--- + +##### `OrganizationId`Required + +```csharp +public string OrganizationId { get; } +``` + +- *Type:* string + +--- + +##### `TerraformCloudWorkspaceDetails`Required + +```csharp +public WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference TerraformCloudWorkspaceDetails { get; } +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `TerraformNoCodeModule`Required + +```csharp +public WaypointTemplateTerraformNoCodeModuleOutputReference TerraformNoCodeModule { get; } +``` + +- *Type:* WaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `VariableOptions`Required + +```csharp +public WaypointTemplateVariableOptionsList VariableOptions { get; } +``` + +- *Type:* WaypointTemplateVariableOptionsList + +--- + +##### `DescriptionInput`Optional + +```csharp +public string DescriptionInput { get; } +``` + +- *Type:* string + +--- + +##### `LabelsInput`Optional + +```csharp +public string[] LabelsInput { get; } +``` + +- *Type:* string[] + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `ProjectIdInput`Optional + +```csharp +public string ProjectIdInput { get; } +``` + +- *Type:* string + +--- + +##### `ReadmeMarkdownTemplateInput`Optional + +```csharp +public string ReadmeMarkdownTemplateInput { get; } +``` + +- *Type:* string + +--- + +##### `SummaryInput`Optional + +```csharp +public string SummaryInput { get; } +``` + +- *Type:* string + +--- + +##### `TerraformCloudWorkspaceDetailsInput`Optional + +```csharp +public object TerraformCloudWorkspaceDetailsInput { get; } +``` + +- *Type:* object + +--- + +##### `TerraformNoCodeModuleInput`Optional + +```csharp +public object TerraformNoCodeModuleInput { get; } +``` + +- *Type:* object + +--- + +##### `VariableOptionsInput`Optional + +```csharp +public object VariableOptionsInput { get; } +``` + +- *Type:* object + +--- + +##### `Description`Required + +```csharp +public string Description { get; } +``` + +- *Type:* string + +--- + +##### `Labels`Required + +```csharp +public string[] Labels { get; } +``` + +- *Type:* string[] + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `ProjectId`Required + +```csharp +public string ProjectId { get; } +``` + +- *Type:* string + +--- + +##### `ReadmeMarkdownTemplate`Required + +```csharp +public string ReadmeMarkdownTemplate { get; } +``` + +- *Type:* string + +--- + +##### `Summary`Required + +```csharp +public string Summary { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### WaypointTemplateConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Name, + string Summary, + WaypointTemplateTerraformCloudWorkspaceDetails TerraformCloudWorkspaceDetails, + WaypointTemplateTerraformNoCodeModule TerraformNoCodeModule, + string Description = null, + string[] Labels = null, + string ProjectId = null, + string ReadmeMarkdownTemplate = null, + object VariableOptions = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | object | *No description.* | +| Count | object | *No description.* | +| DependsOn | HashiCorp.Cdktf.ITerraformDependable[] | *No description.* | +| ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | +| Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | +| Provisioners | object[] | *No description.* | +| Name | string | The name of the Template. | +| Summary | string | A brief description of the template, up to 110 characters. | +| TerraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | +| TerraformNoCodeModule | WaypointTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | +| Description | string | A description of the template, along with when and why it should be used, up to 500 characters. | +| Labels | string[] | List of labels attached to this Template. | +| ProjectId | string | The ID of the HCP project where the Waypoint Template is located. | +| ReadmeMarkdownTemplate | string | Instructions for using the template (markdown format supported. | +| VariableOptions | object | List of variable options for the template. | + +--- + +##### `Connection`Optional + +```csharp +public object Connection { get; set; } +``` + +- *Type:* object + +--- + +##### `Count`Optional + +```csharp +public object Count { get; set; } +``` + +- *Type:* object + +--- + +##### `DependsOn`Optional + +```csharp +public ITerraformDependable[] DependsOn { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformDependable[] + +--- + +##### `ForEach`Optional + +```csharp +public ITerraformIterator ForEach { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```csharp +public TerraformResourceLifecycle Lifecycle { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```csharp +public TerraformProvider Provider { get; set; } +``` + +- *Type:* HashiCorp.Cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```csharp +public object[] Provisioners { get; set; } +``` + +- *Type:* object[] + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `Summary`Required + +```csharp +public string Summary { get; set; } +``` + +- *Type:* string + +A brief description of the template, up to 110 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} + +--- + +##### `TerraformCloudWorkspaceDetails`Required + +```csharp +public WaypointTemplateTerraformCloudWorkspaceDetails TerraformCloudWorkspaceDetails { get; set; } +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +Terraform Cloud Workspace details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} + +--- + +##### `TerraformNoCodeModule`Required + +```csharp +public WaypointTemplateTerraformNoCodeModule TerraformNoCodeModule { get; set; } +``` + +- *Type:* WaypointTemplateTerraformNoCodeModule + +Terraform Cloud No-Code Module details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} + +--- + +##### `Description`Optional + +```csharp +public string Description { get; set; } +``` + +- *Type:* string + +A description of the template, along with when and why it should be used, up to 500 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} + +--- + +##### `Labels`Optional + +```csharp +public string[] Labels { get; set; } +``` + +- *Type:* string[] + +List of labels attached to this Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} + +--- + +##### `ProjectId`Optional + +```csharp +public string ProjectId { get; set; } +``` + +- *Type:* string + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} + +--- + +##### `ReadmeMarkdownTemplate`Optional + +```csharp +public string ReadmeMarkdownTemplate { get; set; } +``` + +- *Type:* string + +Instructions for using the template (markdown format supported. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} + +--- + +##### `VariableOptions`Optional + +```csharp +public object VariableOptions { get; set; } +``` + +- *Type:* object + +List of variable options for the template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} + +--- + +### WaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateTerraformCloudWorkspaceDetails { + string Name, + string TerraformProjectId +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Name | string | Name of the Terraform Cloud Workspace. | +| TerraformProjectId | string | Terraform Cloud Project ID. | + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +Name of the Terraform Cloud Workspace. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `TerraformProjectId`Required + +```csharp +public string TerraformProjectId { get; set; } +``` + +- *Type:* string + +Terraform Cloud Project ID. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_project_id WaypointTemplate#terraform_project_id} + +--- + +### WaypointTemplateTerraformNoCodeModule + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateTerraformNoCodeModule { + string Source, + string Version +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Source | string | No-Code Module Source. | +| Version | string | No-Code Module Version. | + +--- + +##### `Source`Required + +```csharp +public string Source { get; set; } +``` + +- *Type:* string + +No-Code Module Source. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#source WaypointTemplate#source} + +--- + +##### `Version`Required + +```csharp +public string Version { get; set; } +``` + +- *Type:* string + +No-Code Module Version. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#version WaypointTemplate#version} + +--- + +### WaypointTemplateVariableOptions + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateVariableOptions { + string Name, + string VariableType, + string[] Options = null, + object UserEditable = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Name | string | Variable name. | +| VariableType | string | Variable type. | +| Options | string[] | List of options. | +| UserEditable | object | Whether the variable is editable by the user creating an application. | + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* string + +Variable name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `VariableType`Required + +```csharp +public string VariableType { get; set; } +``` + +- *Type:* string + +Variable type. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_type WaypointTemplate#variable_type} + +--- + +##### `Options`Optional + +```csharp +public string[] Options { get; set; } +``` + +- *Type:* string[] + +List of options. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#options WaypointTemplate#options} + +--- + +##### `UserEditable`Optional + +```csharp +public object UserEditable { get; set; } +``` + +- *Type:* object + +Whether the variable is editable by the user creating an application. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#user_editable WaypointTemplate#user_editable} + +--- + +## Classes + +### WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| NameInput | string | *No description.* | +| TerraformProjectIdInput | string | *No description.* | +| Name | string | *No description.* | +| TerraformProjectId | string | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `TerraformProjectIdInput`Optional + +```csharp +public string TerraformProjectIdInput { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `TerraformProjectId`Required + +```csharp +public string TerraformProjectId { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + +### WaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| SourceInput | string | *No description.* | +| VersionInput | string | *No description.* | +| Source | string | *No description.* | +| Version | string | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `SourceInput`Optional + +```csharp +public string SourceInput { get; } +``` + +- *Type:* string + +--- + +##### `VersionInput`Optional + +```csharp +public string VersionInput { get; } +``` + +- *Type:* string + +--- + +##### `Source`Required + +```csharp +public string Source { get; } +``` + +- *Type:* string + +--- + +##### `Version`Required + +```csharp +public string Version { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + +### WaypointTemplateVariableOptionsList + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateVariableOptionsList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `WrapsSet`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | + +--- + +##### `AllWithMapKey` + +```csharp +private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `MapKeyAttributeName`Required + +- *Type:* string + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `Get` + +```csharp +private WaypointTemplateVariableOptionsOutputReference Get(double Index) +``` + +###### `Index`Required + +- *Type:* double + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + +### WaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new WaypointTemplateVariableOptionsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| ComplexObjectIndex | double | the index of this item in the list. | +| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `ComplexObjectIndex`Required + +- *Type:* double + +the index of this item in the list. + +--- + +##### `ComplexObjectIsFromSet`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetOptions | *No description.* | +| ResetUserEditable | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetOptions` + +```csharp +private void ResetOptions() +``` + +##### `ResetUserEditable` + +```csharp +private void ResetUserEditable() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| NameInput | string | *No description.* | +| OptionsInput | string[] | *No description.* | +| UserEditableInput | object | *No description.* | +| VariableTypeInput | string | *No description.* | +| Name | string | *No description.* | +| Options | string[] | *No description.* | +| UserEditable | object | *No description.* | +| VariableType | string | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `OptionsInput`Optional + +```csharp +public string[] OptionsInput { get; } +``` + +- *Type:* string[] + +--- + +##### `UserEditableInput`Optional + +```csharp +public object UserEditableInput { get; } +``` + +- *Type:* object + +--- + +##### `VariableTypeInput`Optional + +```csharp +public string VariableTypeInput { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `Options`Required + +```csharp +public string[] Options { get; } +``` + +- *Type:* string[] + +--- + +##### `UserEditable`Required + +```csharp +public object UserEditable { get; } +``` + +- *Type:* object + +--- + +##### `VariableType`Required + +```csharp +public string VariableType { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + + diff --git a/docs/waypointTemplate.go.md b/docs/waypointTemplate.go.md new file mode 100644 index 000000000..3b8973d7d --- /dev/null +++ b/docs/waypointTemplate.go.md @@ -0,0 +1,2504 @@ +# `waypointTemplate` Submodule + +## Constructs + +### WaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.NewWaypointTemplate(scope Construct, id *string, config WaypointTemplateConfig) WaypointTemplate +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | github.com/aws/constructs-go/constructs/v10.Construct | The scope in which to define this construct. | +| id | *string | The scoped construct ID. | +| config | WaypointTemplateConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* *string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* WaypointTemplateConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ToString | Returns a string representation of this construct. | +| AddOverride | *No description.* | +| OverrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| ResetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| ToHclTerraform | *No description.* | +| ToMetadata | *No description.* | +| ToTerraform | Adds this resource to the terraform JSON output. | +| AddMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| HasResourceMove | *No description.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveFromId | Move the resource corresponding to "id" to this resource. | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| MoveToId | Moves this resource to the resource corresponding to "id". | +| PutTerraformCloudWorkspaceDetails | *No description.* | +| PutTerraformNoCodeModule | *No description.* | +| PutVariableOptions | *No description.* | +| ResetDescription | *No description.* | +| ResetLabels | *No description.* | +| ResetProjectId | *No description.* | +| ResetReadmeMarkdownTemplate | *No description.* | +| ResetVariableOptions | *No description.* | + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Returns a string representation of this construct. + +##### `AddOverride` + +```go +func AddOverride(path *string, value interface{}) +``` + +###### `path`Required + +- *Type:* *string + +--- + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `OverrideLogicalId` + +```go +func OverrideLogicalId(newLogicalId *string) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* *string + +The new logical ID to use for this stack element. + +--- + +##### `ResetOverrideLogicalId` + +```go +func ResetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `ToHclTerraform` + +```go +func ToHclTerraform() interface{} +``` + +##### `ToMetadata` + +```go +func ToMetadata() interface{} +``` + +##### `ToTerraform` + +```go +func ToTerraform() interface{} +``` + +Adds this resource to the terraform JSON output. + +##### `AddMoveTarget` + +```go +func AddMoveTarget(moveTarget *string) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* *string + +The string move target that will correspond to this resource. + +--- + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `HasResourceMove` + +```go +func HasResourceMove() interface{} +``` + +##### `ImportFrom` + +```go +func ImportFrom(id *string, provider TerraformProvider) +``` + +###### `id`Required + +- *Type:* *string + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `MoveFromId` + +```go +func MoveFromId(id *string) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* *string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `MoveTo` + +```go +func MoveTo(moveTarget *string, index interface{}) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* *string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* interface{} + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `MoveToId` + +```go +func MoveToId(id *string) +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* *string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `PutTerraformCloudWorkspaceDetails` + +```go +func PutTerraformCloudWorkspaceDetails(value WaypointTemplateTerraformCloudWorkspaceDetails) +``` + +###### `value`Required + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +--- + +##### `PutTerraformNoCodeModule` + +```go +func PutTerraformNoCodeModule(value WaypointTemplateTerraformNoCodeModule) +``` + +###### `value`Required + +- *Type:* WaypointTemplateTerraformNoCodeModule + +--- + +##### `PutVariableOptions` + +```go +func PutVariableOptions(value interface{}) +``` + +###### `value`Required + +- *Type:* interface{} + +--- + +##### `ResetDescription` + +```go +func ResetDescription() +``` + +##### `ResetLabels` + +```go +func ResetLabels() +``` + +##### `ResetProjectId` + +```go +func ResetProjectId() +``` + +##### `ResetReadmeMarkdownTemplate` + +```go +func ResetReadmeMarkdownTemplate() +``` + +##### `ResetVariableOptions` + +```go +func ResetVariableOptions() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.WaypointTemplate_IsConstruct(x interface{}) *bool +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* interface{} + +Any object. + +--- + +##### `IsTerraformElement` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.WaypointTemplate_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.WaypointTemplate_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.WaypointTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* github.com/aws/constructs-go/constructs/v10.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* *string + +The construct id used in the generated config for the WaypointTemplate to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing WaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Node | github.com/aws/constructs-go/constructs/v10.Node | The tree node. | +| CdktfStack | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack | *No description.* | +| Fqn | *string | *No description.* | +| FriendlyUniqueId | *string | *No description.* | +| TerraformMetaArguments | *map[string]interface{} | *No description.* | +| TerraformResourceType | *string | *No description.* | +| TerraformGeneratorMetadata | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]*string | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Id | *string | *No description.* | +| OrganizationId | *string | *No description.* | +| TerraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| TerraformNoCodeModule | WaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| VariableOptions | WaypointTemplateVariableOptionsList | *No description.* | +| DescriptionInput | *string | *No description.* | +| LabelsInput | *[]*string | *No description.* | +| NameInput | *string | *No description.* | +| ProjectIdInput | *string | *No description.* | +| ReadmeMarkdownTemplateInput | *string | *No description.* | +| SummaryInput | *string | *No description.* | +| TerraformCloudWorkspaceDetailsInput | interface{} | *No description.* | +| TerraformNoCodeModuleInput | interface{} | *No description.* | +| VariableOptionsInput | interface{} | *No description.* | +| Description | *string | *No description.* | +| Labels | *[]*string | *No description.* | +| Name | *string | *No description.* | +| ProjectId | *string | *No description.* | +| ReadmeMarkdownTemplate | *string | *No description.* | +| Summary | *string | *No description.* | + +--- + +##### `Node`Required + +```go +func Node() Node +``` + +- *Type:* github.com/aws/constructs-go/constructs/v10.Node + +The tree node. + +--- + +##### `CdktfStack`Required + +```go +func CdktfStack() TerraformStack +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `FriendlyUniqueId`Required + +```go +func FriendlyUniqueId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformMetaArguments`Required + +```go +func TerraformMetaArguments() *map[string]interface{} +``` + +- *Type:* *map[string]interface{} + +--- + +##### `TerraformResourceType`Required + +```go +func TerraformResourceType() *string +``` + +- *Type:* *string + +--- + +##### `TerraformGeneratorMetadata`Optional + +```go +func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `Connection`Optional + +```go +func Connection() interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +func Count() interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +func DependsOn() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `ForEach`Optional + +```go +func ForEach() ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +func Lifecycle() TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +func Provider() TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +func Provisioners() *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Id`Required + +```go +func Id() *string +``` + +- *Type:* *string + +--- + +##### `OrganizationId`Required + +```go +func OrganizationId() *string +``` + +- *Type:* *string + +--- + +##### `TerraformCloudWorkspaceDetails`Required + +```go +func TerraformCloudWorkspaceDetails() WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `TerraformNoCodeModule`Required + +```go +func TerraformNoCodeModule() WaypointTemplateTerraformNoCodeModuleOutputReference +``` + +- *Type:* WaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `VariableOptions`Required + +```go +func VariableOptions() WaypointTemplateVariableOptionsList +``` + +- *Type:* WaypointTemplateVariableOptionsList + +--- + +##### `DescriptionInput`Optional + +```go +func DescriptionInput() *string +``` + +- *Type:* *string + +--- + +##### `LabelsInput`Optional + +```go +func LabelsInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `ProjectIdInput`Optional + +```go +func ProjectIdInput() *string +``` + +- *Type:* *string + +--- + +##### `ReadmeMarkdownTemplateInput`Optional + +```go +func ReadmeMarkdownTemplateInput() *string +``` + +- *Type:* *string + +--- + +##### `SummaryInput`Optional + +```go +func SummaryInput() *string +``` + +- *Type:* *string + +--- + +##### `TerraformCloudWorkspaceDetailsInput`Optional + +```go +func TerraformCloudWorkspaceDetailsInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `TerraformNoCodeModuleInput`Optional + +```go +func TerraformNoCodeModuleInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `VariableOptionsInput`Optional + +```go +func VariableOptionsInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `Description`Required + +```go +func Description() *string +``` + +- *Type:* *string + +--- + +##### `Labels`Required + +```go +func Labels() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `ProjectId`Required + +```go +func ProjectId() *string +``` + +- *Type:* *string + +--- + +##### `ReadmeMarkdownTemplate`Required + +```go +func ReadmeMarkdownTemplate() *string +``` + +- *Type:* *string + +--- + +##### `Summary`Required + +```go +func Summary() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### WaypointTemplateConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +&waypointtemplate.WaypointTemplateConfig { + Connection: interface{}, + Count: interface{}, + DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable, + ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator, + Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle, + Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, + Provisioners: *[]interface{}, + Name: *string, + Summary: *string, + TerraformCloudWorkspaceDetails: github.com/cdktf/cdktf-provider-hcp-go/hcp.waypointTemplate.WaypointTemplateTerraformCloudWorkspaceDetails, + TerraformNoCodeModule: github.com/cdktf/cdktf-provider-hcp-go/hcp.waypointTemplate.WaypointTemplateTerraformNoCodeModule, + Description: *string, + Labels: *[]*string, + ProjectId: *string, + ReadmeMarkdownTemplate: *string, + VariableOptions: interface{}, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Connection | interface{} | *No description.* | +| Count | interface{} | *No description.* | +| DependsOn | *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable | *No description.* | +| ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | +| Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | +| Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | +| Provisioners | *[]interface{} | *No description.* | +| Name | *string | The name of the Template. | +| Summary | *string | A brief description of the template, up to 110 characters. | +| TerraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | +| TerraformNoCodeModule | WaypointTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | +| Description | *string | A description of the template, along with when and why it should be used, up to 500 characters. | +| Labels | *[]*string | List of labels attached to this Template. | +| ProjectId | *string | The ID of the HCP project where the Waypoint Template is located. | +| ReadmeMarkdownTemplate | *string | Instructions for using the template (markdown format supported. | +| VariableOptions | interface{} | List of variable options for the template. | + +--- + +##### `Connection`Optional + +```go +Connection interface{} +``` + +- *Type:* interface{} + +--- + +##### `Count`Optional + +```go +Count interface{} +``` + +- *Type:* interface{} + +--- + +##### `DependsOn`Optional + +```go +DependsOn *[]ITerraformDependable +``` + +- *Type:* *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable + +--- + +##### `ForEach`Optional + +```go +ForEach ITerraformIterator +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator + +--- + +##### `Lifecycle`Optional + +```go +Lifecycle TerraformResourceLifecycle +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle + +--- + +##### `Provider`Optional + +```go +Provider TerraformProvider +``` + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider + +--- + +##### `Provisioners`Optional + +```go +Provisioners *[]interface{} +``` + +- *Type:* *[]interface{} + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *string + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `Summary`Required + +```go +Summary *string +``` + +- *Type:* *string + +A brief description of the template, up to 110 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} + +--- + +##### `TerraformCloudWorkspaceDetails`Required + +```go +TerraformCloudWorkspaceDetails WaypointTemplateTerraformCloudWorkspaceDetails +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +Terraform Cloud Workspace details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} + +--- + +##### `TerraformNoCodeModule`Required + +```go +TerraformNoCodeModule WaypointTemplateTerraformNoCodeModule +``` + +- *Type:* WaypointTemplateTerraformNoCodeModule + +Terraform Cloud No-Code Module details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} + +--- + +##### `Description`Optional + +```go +Description *string +``` + +- *Type:* *string + +A description of the template, along with when and why it should be used, up to 500 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} + +--- + +##### `Labels`Optional + +```go +Labels *[]*string +``` + +- *Type:* *[]*string + +List of labels attached to this Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} + +--- + +##### `ProjectId`Optional + +```go +ProjectId *string +``` + +- *Type:* *string + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} + +--- + +##### `ReadmeMarkdownTemplate`Optional + +```go +ReadmeMarkdownTemplate *string +``` + +- *Type:* *string + +Instructions for using the template (markdown format supported. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} + +--- + +##### `VariableOptions`Optional + +```go +VariableOptions interface{} +``` + +- *Type:* interface{} + +List of variable options for the template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} + +--- + +### WaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +&waypointtemplate.WaypointTemplateTerraformCloudWorkspaceDetails { + Name: *string, + TerraformProjectId: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Name | *string | Name of the Terraform Cloud Workspace. | +| TerraformProjectId | *string | Terraform Cloud Project ID. | + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *string + +Name of the Terraform Cloud Workspace. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `TerraformProjectId`Required + +```go +TerraformProjectId *string +``` + +- *Type:* *string + +Terraform Cloud Project ID. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_project_id WaypointTemplate#terraform_project_id} + +--- + +### WaypointTemplateTerraformNoCodeModule + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +&waypointtemplate.WaypointTemplateTerraformNoCodeModule { + Source: *string, + Version: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Source | *string | No-Code Module Source. | +| Version | *string | No-Code Module Version. | + +--- + +##### `Source`Required + +```go +Source *string +``` + +- *Type:* *string + +No-Code Module Source. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#source WaypointTemplate#source} + +--- + +##### `Version`Required + +```go +Version *string +``` + +- *Type:* *string + +No-Code Module Version. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#version WaypointTemplate#version} + +--- + +### WaypointTemplateVariableOptions + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +&waypointtemplate.WaypointTemplateVariableOptions { + Name: *string, + VariableType: *string, + Options: *[]*string, + UserEditable: interface{}, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Name | *string | Variable name. | +| VariableType | *string | Variable type. | +| Options | *[]*string | List of options. | +| UserEditable | interface{} | Whether the variable is editable by the user creating an application. | + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *string + +Variable name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `VariableType`Required + +```go +VariableType *string +``` + +- *Type:* *string + +Variable type. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_type WaypointTemplate#variable_type} + +--- + +##### `Options`Optional + +```go +Options *[]*string +``` + +- *Type:* *[]*string + +List of options. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#options WaypointTemplate#options} + +--- + +##### `UserEditable`Optional + +```go +UserEditable interface{} +``` + +- *Type:* interface{} + +Whether the variable is editable by the user creating an application. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#user_editable WaypointTemplate#user_editable} + +--- + +## Classes + +### WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.NewWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| NameInput | *string | *No description.* | +| TerraformProjectIdInput | *string | *No description.* | +| Name | *string | *No description.* | +| TerraformProjectId | *string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `TerraformProjectIdInput`Optional + +```go +func TerraformProjectIdInput() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `TerraformProjectId`Required + +```go +func TerraformProjectId() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + +### WaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.NewWaypointTemplateTerraformNoCodeModuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) WaypointTemplateTerraformNoCodeModuleOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| SourceInput | *string | *No description.* | +| VersionInput | *string | *No description.* | +| Source | *string | *No description.* | +| Version | *string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `SourceInput`Optional + +```go +func SourceInput() *string +``` + +- *Type:* *string + +--- + +##### `VersionInput`Optional + +```go +func VersionInput() *string +``` + +- *Type:* *string + +--- + +##### `Source`Required + +```go +func Source() *string +``` + +- *Type:* *string + +--- + +##### `Version`Required + +```go +func Version() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + +### WaypointTemplateVariableOptionsList + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.NewWaypointTemplateVariableOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) WaypointTemplateVariableOptionsList +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* *bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | + +--- + +##### `AllWithMapKey` + +```go +func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* *string + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `Get` + +```go +func Get(index *f64) WaypointTemplateVariableOptionsOutputReference +``` + +###### `index`Required + +- *Type:* *f64 + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + +### WaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtemplate" + +waypointtemplate.NewWaypointTemplateVariableOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) WaypointTemplateVariableOptionsOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | *f64 | the index of this item in the list. | +| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* *f64 + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* *bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetOptions | *No description.* | +| ResetUserEditable | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetOptions` + +```go +func ResetOptions() +``` + +##### `ResetUserEditable` + +```go +func ResetUserEditable() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| NameInput | *string | *No description.* | +| OptionsInput | *[]*string | *No description.* | +| UserEditableInput | interface{} | *No description.* | +| VariableTypeInput | *string | *No description.* | +| Name | *string | *No description.* | +| Options | *[]*string | *No description.* | +| UserEditable | interface{} | *No description.* | +| VariableType | *string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `OptionsInput`Optional + +```go +func OptionsInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `UserEditableInput`Optional + +```go +func UserEditableInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `VariableTypeInput`Optional + +```go +func VariableTypeInput() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `Options`Required + +```go +func Options() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `UserEditable`Required + +```go +func UserEditable() interface{} +``` + +- *Type:* interface{} + +--- + +##### `VariableType`Required + +```go +func VariableType() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + + diff --git a/docs/waypointTemplate.java.md b/docs/waypointTemplate.java.md new file mode 100644 index 000000000..d061fe40b --- /dev/null +++ b/docs/waypointTemplate.java.md @@ -0,0 +1,2675 @@ +# `waypointTemplate` Submodule + +## Constructs + +### WaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplate; + +WaypointTemplate.Builder.create(Construct scope, java.lang.String id) +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) + .summary(java.lang.String) + .terraformCloudWorkspaceDetails(WaypointTemplateTerraformCloudWorkspaceDetails) + .terraformNoCodeModule(WaypointTemplateTerraformNoCodeModule) +// .description(java.lang.String) +// .labels(java.util.List) +// .projectId(java.lang.String) +// .readmeMarkdownTemplate(java.lang.String) +// .variableOptions(IResolvable) +// .variableOptions(java.util.List) + .build(); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | software.constructs.Construct | The scope in which to define this construct. | +| id | java.lang.String | The scoped construct ID. | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | The name of the Template. | +| summary | java.lang.String | A brief description of the template, up to 110 characters. | +| terraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | +| terraformNoCodeModule | WaypointTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | +| description | java.lang.String | A description of the template, along with when and why it should be used, up to 500 characters. | +| labels | java.util.List | List of labels attached to this Template. | +| projectId | java.lang.String | The ID of the HCP project where the Waypoint Template is located. | +| readmeMarkdownTemplate | java.lang.String | Instructions for using the template (markdown format supported. | +| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> | List of variable options for the template. | + +--- + +##### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* java.lang.String + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* java.util.List + +--- + +##### `name`Required + +- *Type:* java.lang.String + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `summary`Required + +- *Type:* java.lang.String + +A brief description of the template, up to 110 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} + +--- + +##### `terraformCloudWorkspaceDetails`Required + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +Terraform Cloud Workspace details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} + +--- + +##### `terraformNoCodeModule`Required + +- *Type:* WaypointTemplateTerraformNoCodeModule + +Terraform Cloud No-Code Module details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} + +--- + +##### `description`Optional + +- *Type:* java.lang.String + +A description of the template, along with when and why it should be used, up to 500 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} + +--- + +##### `labels`Optional + +- *Type:* java.util.List + +List of labels attached to this Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} + +--- + +##### `projectId`Optional + +- *Type:* java.lang.String + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} + +--- + +##### `readmeMarkdownTemplate`Optional + +- *Type:* java.lang.String + +Instructions for using the template (markdown format supported. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} + +--- + +##### `variableOptions`Optional + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> + +List of variable options for the template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | *No description.* | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| hasResourceMove | *No description.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveFromId | Move the resource corresponding to "id" to this resource. | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| moveToId | Moves this resource to the resource corresponding to "id". | +| putTerraformCloudWorkspaceDetails | *No description.* | +| putTerraformNoCodeModule | *No description.* | +| putVariableOptions | *No description.* | +| resetDescription | *No description.* | +| resetLabels | *No description.* | +| resetProjectId | *No description.* | +| resetReadmeMarkdownTemplate | *No description.* | +| resetVariableOptions | *No description.* | + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```java +public void addOverride(java.lang.String path, java.lang.Object value) +``` + +###### `path`Required + +- *Type:* java.lang.String + +--- + +###### `value`Required + +- *Type:* java.lang.Object + +--- + +##### `overrideLogicalId` + +```java +public void overrideLogicalId(java.lang.String newLogicalId) +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* java.lang.String + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```java +public void resetOverrideLogicalId() +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```java +public java.lang.Object toHclTerraform() +``` + +##### `toMetadata` + +```java +public java.lang.Object toMetadata() +``` + +##### `toTerraform` + +```java +public java.lang.Object toTerraform() +``` + +Adds this resource to the terraform JSON output. + +##### `addMoveTarget` + +```java +public void addMoveTarget(java.lang.String moveTarget) +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* java.lang.String + +The string move target that will correspond to this resource. + +--- + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `hasResourceMove` + +```java +public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove() +``` + +##### `importFrom` + +```java +public void importFrom(java.lang.String id) +public void importFrom(java.lang.String id, TerraformProvider provider) +``` + +###### `id`Required + +- *Type:* java.lang.String + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `moveFromId` + +```java +public void moveFromId(java.lang.String id) +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* java.lang.String + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `moveTo` + +```java +public void moveTo(java.lang.String moveTarget) +public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index) +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* java.lang.String + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* java.lang.String OR java.lang.Number + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `moveToId` + +```java +public void moveToId(java.lang.String id) +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* java.lang.String + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `putTerraformCloudWorkspaceDetails` + +```java +public void putTerraformCloudWorkspaceDetails(WaypointTemplateTerraformCloudWorkspaceDetails value) +``` + +###### `value`Required + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +--- + +##### `putTerraformNoCodeModule` + +```java +public void putTerraformNoCodeModule(WaypointTemplateTerraformNoCodeModule value) +``` + +###### `value`Required + +- *Type:* WaypointTemplateTerraformNoCodeModule + +--- + +##### `putVariableOptions` + +```java +public void putVariableOptions(IResolvable OR java.util.List value) +``` + +###### `value`Required + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> + +--- + +##### `resetDescription` + +```java +public void resetDescription() +``` + +##### `resetLabels` + +```java +public void resetLabels() +``` + +##### `resetProjectId` + +```java +public void resetProjectId() +``` + +##### `resetReadmeMarkdownTemplate` + +```java +public void resetReadmeMarkdownTemplate() +``` + +##### `resetVariableOptions` + +```java +public void resetVariableOptions() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplate; + +WaypointTemplate.isConstruct(java.lang.Object x) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* java.lang.Object + +Any object. + +--- + +##### `isTerraformElement` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplate; + +WaypointTemplate.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplate; + +WaypointTemplate.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplate; + +WaypointTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),WaypointTemplate.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* software.constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* java.lang.String + +The construct id used in the generated config for the WaypointTemplate to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing WaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | software.constructs.Node | The tree node. | +| cdktfStack | com.hashicorp.cdktf.TerraformStack | *No description.* | +| fqn | java.lang.String | *No description.* | +| friendlyUniqueId | java.lang.String | *No description.* | +| terraformMetaArguments | java.util.Map | *No description.* | +| terraformResourceType | java.lang.String | *No description.* | +| terraformGeneratorMetadata | com.hashicorp.cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| id | java.lang.String | *No description.* | +| organizationId | java.lang.String | *No description.* | +| terraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| terraformNoCodeModule | WaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| variableOptions | WaypointTemplateVariableOptionsList | *No description.* | +| descriptionInput | java.lang.String | *No description.* | +| labelsInput | java.util.List | *No description.* | +| nameInput | java.lang.String | *No description.* | +| projectIdInput | java.lang.String | *No description.* | +| readmeMarkdownTemplateInput | java.lang.String | *No description.* | +| summaryInput | java.lang.String | *No description.* | +| terraformCloudWorkspaceDetailsInput | com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | +| terraformNoCodeModuleInput | com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformNoCodeModule | *No description.* | +| variableOptionsInput | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> | *No description.* | +| description | java.lang.String | *No description.* | +| labels | java.util.List | *No description.* | +| name | java.lang.String | *No description.* | +| projectId | java.lang.String | *No description.* | +| readmeMarkdownTemplate | java.lang.String | *No description.* | +| summary | java.lang.String | *No description.* | + +--- + +##### `node`Required + +```java +public Node getNode(); +``` + +- *Type:* software.constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```java +public TerraformStack getCdktfStack(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformStack + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `friendlyUniqueId`Required + +```java +public java.lang.String getFriendlyUniqueId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformMetaArguments`Required + +```java +public java.util.Map getTerraformMetaArguments(); +``` + +- *Type:* java.util.Map + +--- + +##### `terraformResourceType`Required + +```java +public java.lang.String getTerraformResourceType(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformGeneratorMetadata`Optional + +```java +public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `id`Required + +```java +public java.lang.String getId(); +``` + +- *Type:* java.lang.String + +--- + +##### `organizationId`Required + +```java +public java.lang.String getOrganizationId(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformCloudWorkspaceDetails`Required + +```java +public WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference getTerraformCloudWorkspaceDetails(); +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `terraformNoCodeModule`Required + +```java +public WaypointTemplateTerraformNoCodeModuleOutputReference getTerraformNoCodeModule(); +``` + +- *Type:* WaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `variableOptions`Required + +```java +public WaypointTemplateVariableOptionsList getVariableOptions(); +``` + +- *Type:* WaypointTemplateVariableOptionsList + +--- + +##### `descriptionInput`Optional + +```java +public java.lang.String getDescriptionInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `labelsInput`Optional + +```java +public java.util.List getLabelsInput(); +``` + +- *Type:* java.util.List + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectIdInput`Optional + +```java +public java.lang.String getProjectIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `readmeMarkdownTemplateInput`Optional + +```java +public java.lang.String getReadmeMarkdownTemplateInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `summaryInput`Optional + +```java +public java.lang.String getSummaryInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformCloudWorkspaceDetailsInput`Optional + +```java +public java.lang.Object getTerraformCloudWorkspaceDetailsInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformCloudWorkspaceDetails + +--- + +##### `terraformNoCodeModuleInput`Optional + +```java +public java.lang.Object getTerraformNoCodeModuleInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformNoCodeModule + +--- + +##### `variableOptionsInput`Optional + +```java +public java.lang.Object getVariableOptionsInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> + +--- + +##### `description`Required + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +--- + +##### `labels`Required + +```java +public java.util.List getLabels(); +``` + +- *Type:* java.util.List + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `projectId`Required + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +--- + +##### `readmeMarkdownTemplate`Required + +```java +public java.lang.String getReadmeMarkdownTemplate(); +``` + +- *Type:* java.lang.String + +--- + +##### `summary`Required + +```java +public java.lang.String getSummary(); +``` + +- *Type:* java.lang.String + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | java.lang.String | *No description.* | + +--- + +##### `tfResourceType`Required + +```java +public java.lang.String getTfResourceType(); +``` + +- *Type:* java.lang.String + +--- + +## Structs + +### WaypointTemplateConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateConfig; + +WaypointTemplateConfig.builder() +// .connection(SSHProvisionerConnection) +// .connection(WinrmProvisionerConnection) +// .count(java.lang.Number) +// .count(TerraformCount) +// .dependsOn(java.util.List) +// .forEach(ITerraformIterator) +// .lifecycle(TerraformResourceLifecycle) +// .provider(TerraformProvider) +// .provisioners(java.util.List) + .name(java.lang.String) + .summary(java.lang.String) + .terraformCloudWorkspaceDetails(WaypointTemplateTerraformCloudWorkspaceDetails) + .terraformNoCodeModule(WaypointTemplateTerraformNoCodeModule) +// .description(java.lang.String) +// .labels(java.util.List) +// .projectId(java.lang.String) +// .readmeMarkdownTemplate(java.lang.String) +// .variableOptions(IResolvable) +// .variableOptions(java.util.List) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection | *No description.* | +| count | java.lang.Number OR com.hashicorp.cdktf.TerraformCount | *No description.* | +| dependsOn | java.util.List | *No description.* | +| forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | +| lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | +| provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | +| provisioners | java.util.List | *No description.* | +| name | java.lang.String | The name of the Template. | +| summary | java.lang.String | A brief description of the template, up to 110 characters. | +| terraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | +| terraformNoCodeModule | WaypointTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | +| description | java.lang.String | A description of the template, along with when and why it should be used, up to 500 characters. | +| labels | java.util.List | List of labels attached to this Template. | +| projectId | java.lang.String | The ID of the HCP project where the Waypoint Template is located. | +| readmeMarkdownTemplate | java.lang.String | Instructions for using the template (markdown format supported. | +| variableOptions | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> | List of variable options for the template. | + +--- + +##### `connection`Optional + +```java +public java.lang.Object getConnection(); +``` + +- *Type:* com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```java +public java.lang.Object getCount(); +``` + +- *Type:* java.lang.Number OR com.hashicorp.cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```java +public java.util.List getDependsOn(); +``` + +- *Type:* java.util.List + +--- + +##### `forEach`Optional + +```java +public ITerraformIterator getForEach(); +``` + +- *Type:* com.hashicorp.cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```java +public TerraformResourceLifecycle getLifecycle(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```java +public TerraformProvider getProvider(); +``` + +- *Type:* com.hashicorp.cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```java +public java.lang.Object getProvisioners(); +``` + +- *Type:* java.util.List + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `summary`Required + +```java +public java.lang.String getSummary(); +``` + +- *Type:* java.lang.String + +A brief description of the template, up to 110 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} + +--- + +##### `terraformCloudWorkspaceDetails`Required + +```java +public WaypointTemplateTerraformCloudWorkspaceDetails getTerraformCloudWorkspaceDetails(); +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +Terraform Cloud Workspace details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} + +--- + +##### `terraformNoCodeModule`Required + +```java +public WaypointTemplateTerraformNoCodeModule getTerraformNoCodeModule(); +``` + +- *Type:* WaypointTemplateTerraformNoCodeModule + +Terraform Cloud No-Code Module details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} + +--- + +##### `description`Optional + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +A description of the template, along with when and why it should be used, up to 500 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} + +--- + +##### `labels`Optional + +```java +public java.util.List getLabels(); +``` + +- *Type:* java.util.List + +List of labels attached to this Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} + +--- + +##### `projectId`Optional + +```java +public java.lang.String getProjectId(); +``` + +- *Type:* java.lang.String + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} + +--- + +##### `readmeMarkdownTemplate`Optional + +```java +public java.lang.String getReadmeMarkdownTemplate(); +``` + +- *Type:* java.lang.String + +Instructions for using the template (markdown format supported. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} + +--- + +##### `variableOptions`Optional + +```java +public java.lang.Object getVariableOptions(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> + +List of variable options for the template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} + +--- + +### WaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateTerraformCloudWorkspaceDetails; + +WaypointTemplateTerraformCloudWorkspaceDetails.builder() + .name(java.lang.String) + .terraformProjectId(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| name | java.lang.String | Name of the Terraform Cloud Workspace. | +| terraformProjectId | java.lang.String | Terraform Cloud Project ID. | + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +Name of the Terraform Cloud Workspace. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `terraformProjectId`Required + +```java +public java.lang.String getTerraformProjectId(); +``` + +- *Type:* java.lang.String + +Terraform Cloud Project ID. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_project_id WaypointTemplate#terraform_project_id} + +--- + +### WaypointTemplateTerraformNoCodeModule + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateTerraformNoCodeModule; + +WaypointTemplateTerraformNoCodeModule.builder() + .source(java.lang.String) + .version(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| source | java.lang.String | No-Code Module Source. | +| version | java.lang.String | No-Code Module Version. | + +--- + +##### `source`Required + +```java +public java.lang.String getSource(); +``` + +- *Type:* java.lang.String + +No-Code Module Source. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#source WaypointTemplate#source} + +--- + +##### `version`Required + +```java +public java.lang.String getVersion(); +``` + +- *Type:* java.lang.String + +No-Code Module Version. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#version WaypointTemplate#version} + +--- + +### WaypointTemplateVariableOptions + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateVariableOptions; + +WaypointTemplateVariableOptions.builder() + .name(java.lang.String) + .variableType(java.lang.String) +// .options(java.util.List) +// .userEditable(java.lang.Boolean) +// .userEditable(IResolvable) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| name | java.lang.String | Variable name. | +| variableType | java.lang.String | Variable type. | +| options | java.util.List | List of options. | +| userEditable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the variable is editable by the user creating an application. | + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +Variable name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `variableType`Required + +```java +public java.lang.String getVariableType(); +``` + +- *Type:* java.lang.String + +Variable type. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_type WaypointTemplate#variable_type} + +--- + +##### `options`Optional + +```java +public java.util.List getOptions(); +``` + +- *Type:* java.util.List + +List of options. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#options WaypointTemplate#options} + +--- + +##### `userEditable`Optional + +```java +public java.lang.Object getUserEditable(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +Whether the variable is editable by the user creating an application. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#user_editable WaypointTemplate#user_editable} + +--- + +## Classes + +### WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference; + +new WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| terraformProjectIdInput | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| terraformProjectId | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformProjectIdInput`Optional + +```java +public java.lang.String getTerraformProjectIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `terraformProjectId`Required + +```java +public java.lang.String getTerraformProjectId(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformCloudWorkspaceDetails + +--- + + +### WaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateTerraformNoCodeModuleOutputReference; + +new WaypointTemplateTerraformNoCodeModuleOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| sourceInput | java.lang.String | *No description.* | +| versionInput | java.lang.String | *No description.* | +| source | java.lang.String | *No description.* | +| version | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformNoCodeModule | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `sourceInput`Optional + +```java +public java.lang.String getSourceInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `versionInput`Optional + +```java +public java.lang.String getVersionInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `source`Required + +```java +public java.lang.String getSource(); +``` + +- *Type:* java.lang.String + +--- + +##### `version`Required + +```java +public java.lang.String getVersion(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointTemplateTerraformNoCodeModule + +--- + + +### WaypointTemplateVariableOptionsList + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateVariableOptionsList; + +new WaypointTemplateVariableOptionsList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* java.lang.Boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `allWithMapKey` + +```java +public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* java.lang.String + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```java +public WaypointTemplateVariableOptionsOutputReference get(java.lang.Number index) +``` + +###### `index`Required + +- *Type:* java.lang.Number + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<WaypointTemplateVariableOptions> + +--- + + +### WaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.waypoint_template.WaypointTemplateVariableOptionsOutputReference; + +new WaypointTemplateVariableOptionsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | java.lang.Number | the index of this item in the list. | +| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* java.lang.Number + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* java.lang.Boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetOptions | *No description.* | +| resetUserEditable | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetOptions` + +```java +public void resetOptions() +``` + +##### `resetUserEditable` + +```java +public void resetUserEditable() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| optionsInput | java.util.List | *No description.* | +| userEditableInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| variableTypeInput | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| options | java.util.List | *No description.* | +| userEditable | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| variableType | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR WaypointTemplateVariableOptions | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `optionsInput`Optional + +```java +public java.util.List getOptionsInput(); +``` + +- *Type:* java.util.List + +--- + +##### `userEditableInput`Optional + +```java +public java.lang.Object getUserEditableInput(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + +##### `variableTypeInput`Optional + +```java +public java.lang.String getVariableTypeInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `options`Required + +```java +public java.util.List getOptions(); +``` + +- *Type:* java.util.List + +--- + +##### `userEditable`Required + +```java +public java.lang.Object getUserEditable(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + +##### `variableType`Required + +```java +public java.lang.String getVariableType(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR WaypointTemplateVariableOptions + +--- + + + diff --git a/docs/waypointTemplate.python.md b/docs/waypointTemplate.python.md new file mode 100644 index 000000000..8efa82285 --- /dev/null +++ b/docs/waypointTemplate.python.md @@ -0,0 +1,2835 @@ +# `waypointTemplate` Submodule + +## Constructs + +### WaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplate( + scope: Construct, + id: str, + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + summary: str, + terraform_cloud_workspace_details: WaypointTemplateTerraformCloudWorkspaceDetails, + terraform_no_code_module: WaypointTemplateTerraformNoCodeModule, + description: str = None, + labels: typing.List[str] = None, + project_id: str = None, + readme_markdown_template: str = None, + variable_options: typing.Union[IResolvable, typing.List[WaypointTemplateVariableOptions]] = None +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | str | The scoped construct ID. | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | The name of the Template. | +| summary | str | A brief description of the template, up to 110 characters. | +| terraform_cloud_workspace_details | WaypointTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | +| terraform_no_code_module | WaypointTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | +| description | str | A description of the template, along with when and why it should be used, up to 500 characters. | +| labels | typing.List[str] | List of labels attached to this Template. | +| project_id | str | The ID of the HCP project where the Waypoint Template is located. | +| readme_markdown_template | str | Instructions for using the template (markdown format supported. | +| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] | List of variable options for the template. | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* str + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `connection`Optional + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +- *Type:* str + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `summary`Required + +- *Type:* str + +A brief description of the template, up to 110 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} + +--- + +##### `terraform_cloud_workspace_details`Required + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +Terraform Cloud Workspace details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} + +--- + +##### `terraform_no_code_module`Required + +- *Type:* WaypointTemplateTerraformNoCodeModule + +Terraform Cloud No-Code Module details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} + +--- + +##### `description`Optional + +- *Type:* str + +A description of the template, along with when and why it should be used, up to 500 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} + +--- + +##### `labels`Optional + +- *Type:* typing.List[str] + +List of labels attached to this Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} + +--- + +##### `project_id`Optional + +- *Type:* str + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} + +--- + +##### `readme_markdown_template`Optional + +- *Type:* str + +Instructions for using the template (markdown format supported. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} + +--- + +##### `variable_options`Optional + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] + +List of variable options for the template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| to_string | Returns a string representation of this construct. | +| add_override | *No description.* | +| override_logical_id | Overrides the auto-generated logical ID with a specific ID. | +| reset_override_logical_id | Resets a previously passed logical Id to use the auto-generated logical id again. | +| to_hcl_terraform | *No description.* | +| to_metadata | *No description.* | +| to_terraform | Adds this resource to the terraform JSON output. | +| add_move_target | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| has_resource_move | *No description.* | +| import_from | *No description.* | +| interpolation_for_attribute | *No description.* | +| move_from_id | Move the resource corresponding to "id" to this resource. | +| move_to | Moves this resource to the target resource given by moveTarget. | +| move_to_id | Moves this resource to the resource corresponding to "id". | +| put_terraform_cloud_workspace_details | *No description.* | +| put_terraform_no_code_module | *No description.* | +| put_variable_options | *No description.* | +| reset_description | *No description.* | +| reset_labels | *No description.* | +| reset_project_id | *No description.* | +| reset_readme_markdown_template | *No description.* | +| reset_variable_options | *No description.* | + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Returns a string representation of this construct. + +##### `add_override` + +```python +def add_override( + path: str, + value: typing.Any +) -> None +``` + +###### `path`Required + +- *Type:* str + +--- + +###### `value`Required + +- *Type:* typing.Any + +--- + +##### `override_logical_id` + +```python +def override_logical_id( + new_logical_id: str +) -> None +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `new_logical_id`Required + +- *Type:* str + +The new logical ID to use for this stack element. + +--- + +##### `reset_override_logical_id` + +```python +def reset_override_logical_id() -> None +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `to_hcl_terraform` + +```python +def to_hcl_terraform() -> typing.Any +``` + +##### `to_metadata` + +```python +def to_metadata() -> typing.Any +``` + +##### `to_terraform` + +```python +def to_terraform() -> typing.Any +``` + +Adds this resource to the terraform JSON output. + +##### `add_move_target` + +```python +def add_move_target( + move_target: str +) -> None +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `move_target`Required + +- *Type:* str + +The string move target that will correspond to this resource. + +--- + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `has_resource_move` + +```python +def has_resource_move() -> typing.Union[TerraformResourceMoveByTarget, TerraformResourceMoveById] +``` + +##### `import_from` + +```python +def import_from( + id: str, + provider: TerraformProvider = None +) -> None +``` + +###### `id`Required + +- *Type:* str + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `move_from_id` + +```python +def move_from_id( + id: str +) -> None +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* str + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `move_to` + +```python +def move_to( + move_target: str, + index: typing.Union[str, typing.Union[int, float]] = None +) -> None +``` + +Moves this resource to the target resource given by moveTarget. + +###### `move_target`Required + +- *Type:* str + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* typing.Union[str, typing.Union[int, float]] + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `move_to_id` + +```python +def move_to_id( + id: str +) -> None +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* str + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `put_terraform_cloud_workspace_details` + +```python +def put_terraform_cloud_workspace_details( + name: str, + terraform_project_id: str +) -> None +``` + +###### `name`Required + +- *Type:* str + +Name of the Terraform Cloud Workspace. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +###### `terraform_project_id`Required + +- *Type:* str + +Terraform Cloud Project ID. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_project_id WaypointTemplate#terraform_project_id} + +--- + +##### `put_terraform_no_code_module` + +```python +def put_terraform_no_code_module( + source: str, + version: str +) -> None +``` + +###### `source`Required + +- *Type:* str + +No-Code Module Source. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#source WaypointTemplate#source} + +--- + +###### `version`Required + +- *Type:* str + +No-Code Module Version. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#version WaypointTemplate#version} + +--- + +##### `put_variable_options` + +```python +def put_variable_options( + value: typing.Union[IResolvable, typing.List[WaypointTemplateVariableOptions]] +) -> None +``` + +###### `value`Required + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] + +--- + +##### `reset_description` + +```python +def reset_description() -> None +``` + +##### `reset_labels` + +```python +def reset_labels() -> None +``` + +##### `reset_project_id` + +```python +def reset_project_id() -> None +``` + +##### `reset_readme_markdown_template` + +```python +def reset_readme_markdown_template() -> None +``` + +##### `reset_variable_options` + +```python +def reset_variable_options() -> None +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| is_construct | Checks if `x` is a construct. | +| is_terraform_element | *No description.* | +| is_terraform_resource | *No description.* | +| generate_config_for_import | Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplate.is_construct( + x: typing.Any +) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* typing.Any + +Any object. + +--- + +##### `is_terraform_element` + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplate.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplate.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplate.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `import_to_id`Required + +- *Type:* str + +The construct id used in the generated config for the WaypointTemplate to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing WaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktf_stack | cdktf.TerraformStack | *No description.* | +| fqn | str | *No description.* | +| friendly_unique_id | str | *No description.* | +| terraform_meta_arguments | typing.Mapping[typing.Any] | *No description.* | +| terraform_resource_type | str | *No description.* | +| terraform_generator_metadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[str] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| id | str | *No description.* | +| organization_id | str | *No description.* | +| terraform_cloud_workspace_details | WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| terraform_no_code_module | WaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| variable_options | WaypointTemplateVariableOptionsList | *No description.* | +| description_input | str | *No description.* | +| labels_input | typing.List[str] | *No description.* | +| name_input | str | *No description.* | +| project_id_input | str | *No description.* | +| readme_markdown_template_input | str | *No description.* | +| summary_input | str | *No description.* | +| terraform_cloud_workspace_details_input | typing.Union[cdktf.IResolvable, WaypointTemplateTerraformCloudWorkspaceDetails] | *No description.* | +| terraform_no_code_module_input | typing.Union[cdktf.IResolvable, WaypointTemplateTerraformNoCodeModule] | *No description.* | +| variable_options_input | typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] | *No description.* | +| description | str | *No description.* | +| labels | typing.List[str] | *No description.* | +| name | str | *No description.* | +| project_id | str | *No description.* | +| readme_markdown_template | str | *No description.* | +| summary | str | *No description.* | + +--- + +##### `node`Required + +```python +node: Node +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktf_stack`Required + +```python +cdktf_stack: TerraformStack +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `friendly_unique_id`Required + +```python +friendly_unique_id: str +``` + +- *Type:* str + +--- + +##### `terraform_meta_arguments`Required + +```python +terraform_meta_arguments: typing.Mapping[typing.Any] +``` + +- *Type:* typing.Mapping[typing.Any] + +--- + +##### `terraform_resource_type`Required + +```python +terraform_resource_type: str +``` + +- *Type:* str + +--- + +##### `terraform_generator_metadata`Optional + +```python +terraform_generator_metadata: TerraformProviderGeneratorMetadata +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `id`Required + +```python +id: str +``` + +- *Type:* str + +--- + +##### `organization_id`Required + +```python +organization_id: str +``` + +- *Type:* str + +--- + +##### `terraform_cloud_workspace_details`Required + +```python +terraform_cloud_workspace_details: WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `terraform_no_code_module`Required + +```python +terraform_no_code_module: WaypointTemplateTerraformNoCodeModuleOutputReference +``` + +- *Type:* WaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `variable_options`Required + +```python +variable_options: WaypointTemplateVariableOptionsList +``` + +- *Type:* WaypointTemplateVariableOptionsList + +--- + +##### `description_input`Optional + +```python +description_input: str +``` + +- *Type:* str + +--- + +##### `labels_input`Optional + +```python +labels_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `project_id_input`Optional + +```python +project_id_input: str +``` + +- *Type:* str + +--- + +##### `readme_markdown_template_input`Optional + +```python +readme_markdown_template_input: str +``` + +- *Type:* str + +--- + +##### `summary_input`Optional + +```python +summary_input: str +``` + +- *Type:* str + +--- + +##### `terraform_cloud_workspace_details_input`Optional + +```python +terraform_cloud_workspace_details_input: typing.Union[IResolvable, WaypointTemplateTerraformCloudWorkspaceDetails] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointTemplateTerraformCloudWorkspaceDetails] + +--- + +##### `terraform_no_code_module_input`Optional + +```python +terraform_no_code_module_input: typing.Union[IResolvable, WaypointTemplateTerraformNoCodeModule] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointTemplateTerraformNoCodeModule] + +--- + +##### `variable_options_input`Optional + +```python +variable_options_input: typing.Union[IResolvable, typing.List[WaypointTemplateVariableOptions]] +``` + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] + +--- + +##### `description`Required + +```python +description: str +``` + +- *Type:* str + +--- + +##### `labels`Required + +```python +labels: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `project_id`Required + +```python +project_id: str +``` + +- *Type:* str + +--- + +##### `readme_markdown_template`Required + +```python +readme_markdown_template: str +``` + +- *Type:* str + +--- + +##### `summary`Required + +```python +summary: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### WaypointTemplateConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateConfig( + connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] = None, + count: typing.Union[typing.Union[int, float], TerraformCount] = None, + depends_on: typing.List[ITerraformDependable] = None, + for_each: ITerraformIterator = None, + lifecycle: TerraformResourceLifecycle = None, + provider: TerraformProvider = None, + provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] = None, + name: str, + summary: str, + terraform_cloud_workspace_details: WaypointTemplateTerraformCloudWorkspaceDetails, + terraform_no_code_module: WaypointTemplateTerraformNoCodeModule, + description: str = None, + labels: typing.List[str] = None, + project_id: str = None, + readme_markdown_template: str = None, + variable_options: typing.Union[IResolvable, typing.List[WaypointTemplateVariableOptions]] = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] | *No description.* | +| count | typing.Union[typing.Union[int, float], cdktf.TerraformCount] | *No description.* | +| depends_on | typing.List[cdktf.ITerraformDependable] | *No description.* | +| for_each | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | +| name | str | The name of the Template. | +| summary | str | A brief description of the template, up to 110 characters. | +| terraform_cloud_workspace_details | WaypointTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | +| terraform_no_code_module | WaypointTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | +| description | str | A description of the template, along with when and why it should be used, up to 500 characters. | +| labels | typing.List[str] | List of labels attached to this Template. | +| project_id | str | The ID of the HCP project where the Waypoint Template is located. | +| readme_markdown_template | str | Instructions for using the template (markdown format supported. | +| variable_options | typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] | List of variable options for the template. | + +--- + +##### `connection`Optional + +```python +connection: typing.Union[SSHProvisionerConnection, WinrmProvisionerConnection] +``` + +- *Type:* typing.Union[cdktf.SSHProvisionerConnection, cdktf.WinrmProvisionerConnection] + +--- + +##### `count`Optional + +```python +count: typing.Union[typing.Union[int, float], TerraformCount] +``` + +- *Type:* typing.Union[typing.Union[int, float], cdktf.TerraformCount] + +--- + +##### `depends_on`Optional + +```python +depends_on: typing.List[ITerraformDependable] +``` + +- *Type:* typing.List[cdktf.ITerraformDependable] + +--- + +##### `for_each`Optional + +```python +for_each: ITerraformIterator +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```python +lifecycle: TerraformResourceLifecycle +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```python +provider: TerraformProvider +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```python +provisioners: typing.List[typing.Union[FileProvisioner, LocalExecProvisioner, RemoteExecProvisioner]] +``` + +- *Type:* typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `summary`Required + +```python +summary: str +``` + +- *Type:* str + +A brief description of the template, up to 110 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} + +--- + +##### `terraform_cloud_workspace_details`Required + +```python +terraform_cloud_workspace_details: WaypointTemplateTerraformCloudWorkspaceDetails +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +Terraform Cloud Workspace details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} + +--- + +##### `terraform_no_code_module`Required + +```python +terraform_no_code_module: WaypointTemplateTerraformNoCodeModule +``` + +- *Type:* WaypointTemplateTerraformNoCodeModule + +Terraform Cloud No-Code Module details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} + +--- + +##### `description`Optional + +```python +description: str +``` + +- *Type:* str + +A description of the template, along with when and why it should be used, up to 500 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} + +--- + +##### `labels`Optional + +```python +labels: typing.List[str] +``` + +- *Type:* typing.List[str] + +List of labels attached to this Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} + +--- + +##### `project_id`Optional + +```python +project_id: str +``` + +- *Type:* str + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} + +--- + +##### `readme_markdown_template`Optional + +```python +readme_markdown_template: str +``` + +- *Type:* str + +Instructions for using the template (markdown format supported. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} + +--- + +##### `variable_options`Optional + +```python +variable_options: typing.Union[IResolvable, typing.List[WaypointTemplateVariableOptions]] +``` + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] + +List of variable options for the template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} + +--- + +### WaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateTerraformCloudWorkspaceDetails( + name: str, + terraform_project_id: str +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| name | str | Name of the Terraform Cloud Workspace. | +| terraform_project_id | str | Terraform Cloud Project ID. | + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +Name of the Terraform Cloud Workspace. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `terraform_project_id`Required + +```python +terraform_project_id: str +``` + +- *Type:* str + +Terraform Cloud Project ID. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_project_id WaypointTemplate#terraform_project_id} + +--- + +### WaypointTemplateTerraformNoCodeModule + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateTerraformNoCodeModule( + source: str, + version: str +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| source | str | No-Code Module Source. | +| version | str | No-Code Module Version. | + +--- + +##### `source`Required + +```python +source: str +``` + +- *Type:* str + +No-Code Module Source. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#source WaypointTemplate#source} + +--- + +##### `version`Required + +```python +version: str +``` + +- *Type:* str + +No-Code Module Version. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#version WaypointTemplate#version} + +--- + +### WaypointTemplateVariableOptions + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateVariableOptions( + name: str, + variable_type: str, + options: typing.List[str] = None, + user_editable: typing.Union[bool, IResolvable] = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| name | str | Variable name. | +| variable_type | str | Variable type. | +| options | typing.List[str] | List of options. | +| user_editable | typing.Union[bool, cdktf.IResolvable] | Whether the variable is editable by the user creating an application. | + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +Variable name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `variable_type`Required + +```python +variable_type: str +``` + +- *Type:* str + +Variable type. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_type WaypointTemplate#variable_type} + +--- + +##### `options`Optional + +```python +options: typing.List[str] +``` + +- *Type:* typing.List[str] + +List of options. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#options WaypointTemplate#options} + +--- + +##### `user_editable`Optional + +```python +user_editable: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +Whether the variable is editable by the user creating an application. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#user_editable WaypointTemplate#user_editable} + +--- + +## Classes + +### WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| name_input | str | *No description.* | +| terraform_project_id_input | str | *No description.* | +| name | str | *No description.* | +| terraform_project_id | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, WaypointTemplateTerraformCloudWorkspaceDetails] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `terraform_project_id_input`Optional + +```python +terraform_project_id_input: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `terraform_project_id`Required + +```python +terraform_project_id: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, WaypointTemplateTerraformCloudWorkspaceDetails] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointTemplateTerraformCloudWorkspaceDetails] + +--- + + +### WaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateTerraformNoCodeModuleOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| source_input | str | *No description.* | +| version_input | str | *No description.* | +| source | str | *No description.* | +| version | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, WaypointTemplateTerraformNoCodeModule] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `source_input`Optional + +```python +source_input: str +``` + +- *Type:* str + +--- + +##### `version_input`Optional + +```python +version_input: str +``` + +- *Type:* str + +--- + +##### `source`Required + +```python +source: str +``` + +- *Type:* str + +--- + +##### `version`Required + +```python +version: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, WaypointTemplateTerraformNoCodeModule] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointTemplateTerraformNoCodeModule] + +--- + + +### WaypointTemplateVariableOptionsList + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateVariableOptionsList( + terraform_resource: IInterpolatingParent, + terraform_attribute: str, + wraps_set: bool +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| wraps_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +##### `wraps_set`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| all_with_map_key | Creating an iterator for this complex list. | +| compute_fqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `all_with_map_key` + +```python +def all_with_map_key( + map_key_attribute_name: str +) -> DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `map_key_attribute_name`Required + +- *Type:* str + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```python +def get( + index: typing.Union[int, float] +) -> WaypointTemplateVariableOptionsOutputReference +``` + +###### `index`Required + +- *Type:* typing.Union[int, float] + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, typing.List[WaypointTemplateVariableOptions]] +``` + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[WaypointTemplateVariableOptions]] + +--- + + +### WaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import waypoint_template + +waypointTemplate.WaypointTemplateVariableOptionsOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str, + complex_object_index: typing.Union[int, float], + complex_object_is_from_set: bool +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| complex_object_index | typing.Union[int, float] | the index of this item in the list. | +| complex_object_is_from_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +##### `complex_object_index`Required + +- *Type:* typing.Union[int, float] + +the index of this item in the list. + +--- + +##### `complex_object_is_from_set`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| reset_options | *No description.* | +| reset_user_editable | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `reset_options` + +```python +def reset_options() -> None +``` + +##### `reset_user_editable` + +```python +def reset_user_editable() -> None +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| name_input | str | *No description.* | +| options_input | typing.List[str] | *No description.* | +| user_editable_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| variable_type_input | str | *No description.* | +| name | str | *No description.* | +| options | typing.List[str] | *No description.* | +| user_editable | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| variable_type | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, WaypointTemplateVariableOptions] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `options_input`Optional + +```python +options_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `user_editable_input`Optional + +```python +user_editable_input: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + +##### `variable_type_input`Optional + +```python +variable_type_input: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `options`Required + +```python +options: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `user_editable`Required + +```python +user_editable: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + +##### `variable_type`Required + +```python +variable_type: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, WaypointTemplateVariableOptions] +``` + +- *Type:* typing.Union[cdktf.IResolvable, WaypointTemplateVariableOptions] + +--- + + + diff --git a/docs/waypointTemplate.typescript.md b/docs/waypointTemplate.typescript.md new file mode 100644 index 000000000..72cb60476 --- /dev/null +++ b/docs/waypointTemplate.typescript.md @@ -0,0 +1,2476 @@ +# `waypointTemplate` Submodule + +## Constructs + +### WaypointTemplate + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template hcp_waypoint_template}. + +#### Initializers + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +new waypointTemplate.WaypointTemplate(scope: Construct, id: string, config: WaypointTemplateConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | WaypointTemplateConfig | *No description.* | + +--- + +##### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +##### `id`Required + +- *Type:* string + +The scoped construct ID. + +Must be unique amongst siblings in the same scope + +--- + +##### `config`Required + +- *Type:* WaypointTemplateConfig + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| toString | Returns a string representation of this construct. | +| addOverride | *No description.* | +| overrideLogicalId | Overrides the auto-generated logical ID with a specific ID. | +| resetOverrideLogicalId | Resets a previously passed logical Id to use the auto-generated logical id again. | +| toHclTerraform | *No description.* | +| toMetadata | *No description.* | +| toTerraform | Adds this resource to the terraform JSON output. | +| addMoveTarget | Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| hasResourceMove | *No description.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveFromId | Move the resource corresponding to "id" to this resource. | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| moveToId | Moves this resource to the resource corresponding to "id". | +| putTerraformCloudWorkspaceDetails | *No description.* | +| putTerraformNoCodeModule | *No description.* | +| putVariableOptions | *No description.* | +| resetDescription | *No description.* | +| resetLabels | *No description.* | +| resetProjectId | *No description.* | +| resetReadmeMarkdownTemplate | *No description.* | +| resetVariableOptions | *No description.* | + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Returns a string representation of this construct. + +##### `addOverride` + +```typescript +public addOverride(path: string, value: any): void +``` + +###### `path`Required + +- *Type:* string + +--- + +###### `value`Required + +- *Type:* any + +--- + +##### `overrideLogicalId` + +```typescript +public overrideLogicalId(newLogicalId: string): void +``` + +Overrides the auto-generated logical ID with a specific ID. + +###### `newLogicalId`Required + +- *Type:* string + +The new logical ID to use for this stack element. + +--- + +##### `resetOverrideLogicalId` + +```typescript +public resetOverrideLogicalId(): void +``` + +Resets a previously passed logical Id to use the auto-generated logical id again. + +##### `toHclTerraform` + +```typescript +public toHclTerraform(): any +``` + +##### `toMetadata` + +```typescript +public toMetadata(): any +``` + +##### `toTerraform` + +```typescript +public toTerraform(): any +``` + +Adds this resource to the terraform JSON output. + +##### `addMoveTarget` + +```typescript +public addMoveTarget(moveTarget: string): void +``` + +Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. + +###### `moveTarget`Required + +- *Type:* string + +The string move target that will correspond to this resource. + +--- + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `hasResourceMove` + +```typescript +public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById +``` + +##### `importFrom` + +```typescript +public importFrom(id: string, provider?: TerraformProvider): void +``` + +###### `id`Required + +- *Type:* string + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `moveFromId` + +```typescript +public moveFromId(id: string): void +``` + +Move the resource corresponding to "id" to this resource. + +Note that the resource being moved from must be marked as moved using it's instance function. + +###### `id`Required + +- *Type:* string + +Full id of resource being moved from, e.g. "aws_s3_bucket.example". + +--- + +##### `moveTo` + +```typescript +public moveTo(moveTarget: string, index?: string | number): void +``` + +Moves this resource to the target resource given by moveTarget. + +###### `moveTarget`Required + +- *Type:* string + +The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to. + +--- + +###### `index`Optional + +- *Type:* string | number + +Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to. + +--- + +##### `moveToId` + +```typescript +public moveToId(id: string): void +``` + +Moves this resource to the resource corresponding to "id". + +###### `id`Required + +- *Type:* string + +Full id of resource to move to, e.g. "aws_s3_bucket.example". + +--- + +##### `putTerraformCloudWorkspaceDetails` + +```typescript +public putTerraformCloudWorkspaceDetails(value: WaypointTemplateTerraformCloudWorkspaceDetails): void +``` + +###### `value`Required + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +--- + +##### `putTerraformNoCodeModule` + +```typescript +public putTerraformNoCodeModule(value: WaypointTemplateTerraformNoCodeModule): void +``` + +###### `value`Required + +- *Type:* WaypointTemplateTerraformNoCodeModule + +--- + +##### `putVariableOptions` + +```typescript +public putVariableOptions(value: IResolvable | WaypointTemplateVariableOptions[]): void +``` + +###### `value`Required + +- *Type:* cdktf.IResolvable | WaypointTemplateVariableOptions[] + +--- + +##### `resetDescription` + +```typescript +public resetDescription(): void +``` + +##### `resetLabels` + +```typescript +public resetLabels(): void +``` + +##### `resetProjectId` + +```typescript +public resetProjectId(): void +``` + +##### `resetReadmeMarkdownTemplate` + +```typescript +public resetReadmeMarkdownTemplate(): void +``` + +##### `resetVariableOptions` + +```typescript +public resetVariableOptions(): void +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +waypointTemplate.WaypointTemplate.isConstruct(x: any) +``` + +Checks if `x` is a construct. + +Use this method instead of `instanceof` to properly detect `Construct` +instances, even when the construct library is symlinked. + +Explanation: in JavaScript, multiple copies of the `constructs` library on +disk are seen as independent, completely different libraries. As a +consequence, the class `Construct` in each copy of the `constructs` library +is seen as a different class, and an instance of one class will not test as +`instanceof` the other class. `npm install` will not create installations +like this, but users may manually symlink construct libraries together or +use a monorepo tool: in those cases, multiple copies of the `constructs` +library can be accidentally installed, and `instanceof` will behave +unpredictably. It is safest to avoid using `instanceof`, and using +this type-testing method instead. + +###### `x`Required + +- *Type:* any + +Any object. + +--- + +##### `isTerraformElement` + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +waypointTemplate.WaypointTemplate.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +waypointTemplate.WaypointTemplate.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +waypointTemplate.WaypointTemplate.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan ". + +###### `scope`Required + +- *Type:* constructs.Construct + +The scope in which to define this construct. + +--- + +###### `importToId`Required + +- *Type:* string + +The construct id used in the generated config for the WaypointTemplate to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing WaypointTemplate that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#import import section} in the documentation of this resource for the id to use + +--- + +###### `provider`Optional + +- *Type:* cdktf.TerraformProvider + +? Optional instance of the provider where the WaypointTemplate to import is found. + +--- + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| node | constructs.Node | The tree node. | +| cdktfStack | cdktf.TerraformStack | *No description.* | +| fqn | string | *No description.* | +| friendlyUniqueId | string | *No description.* | +| terraformMetaArguments | {[ key: string ]: any} | *No description.* | +| terraformResourceType | string | *No description.* | +| terraformGeneratorMetadata | cdktf.TerraformProviderGeneratorMetadata | *No description.* | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | string[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| id | string | *No description.* | +| organizationId | string | *No description.* | +| terraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference | *No description.* | +| terraformNoCodeModule | WaypointTemplateTerraformNoCodeModuleOutputReference | *No description.* | +| variableOptions | WaypointTemplateVariableOptionsList | *No description.* | +| descriptionInput | string | *No description.* | +| labelsInput | string[] | *No description.* | +| nameInput | string | *No description.* | +| projectIdInput | string | *No description.* | +| readmeMarkdownTemplateInput | string | *No description.* | +| summaryInput | string | *No description.* | +| terraformCloudWorkspaceDetailsInput | cdktf.IResolvable \| WaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | +| terraformNoCodeModuleInput | cdktf.IResolvable \| WaypointTemplateTerraformNoCodeModule | *No description.* | +| variableOptionsInput | cdktf.IResolvable \| WaypointTemplateVariableOptions[] | *No description.* | +| description | string | *No description.* | +| labels | string[] | *No description.* | +| name | string | *No description.* | +| projectId | string | *No description.* | +| readmeMarkdownTemplate | string | *No description.* | +| summary | string | *No description.* | + +--- + +##### `node`Required + +```typescript +public readonly node: Node; +``` + +- *Type:* constructs.Node + +The tree node. + +--- + +##### `cdktfStack`Required + +```typescript +public readonly cdktfStack: TerraformStack; +``` + +- *Type:* cdktf.TerraformStack + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `friendlyUniqueId`Required + +```typescript +public readonly friendlyUniqueId: string; +``` + +- *Type:* string + +--- + +##### `terraformMetaArguments`Required + +```typescript +public readonly terraformMetaArguments: {[ key: string ]: any}; +``` + +- *Type:* {[ key: string ]: any} + +--- + +##### `terraformResourceType`Required + +```typescript +public readonly terraformResourceType: string; +``` + +- *Type:* string + +--- + +##### `terraformGeneratorMetadata`Optional + +```typescript +public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; +``` + +- *Type:* cdktf.TerraformProviderGeneratorMetadata + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: string[]; +``` + +- *Type:* string[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `id`Required + +```typescript +public readonly id: string; +``` + +- *Type:* string + +--- + +##### `organizationId`Required + +```typescript +public readonly organizationId: string; +``` + +- *Type:* string + +--- + +##### `terraformCloudWorkspaceDetails`Required + +```typescript +public readonly terraformCloudWorkspaceDetails: WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference; +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +--- + +##### `terraformNoCodeModule`Required + +```typescript +public readonly terraformNoCodeModule: WaypointTemplateTerraformNoCodeModuleOutputReference; +``` + +- *Type:* WaypointTemplateTerraformNoCodeModuleOutputReference + +--- + +##### `variableOptions`Required + +```typescript +public readonly variableOptions: WaypointTemplateVariableOptionsList; +``` + +- *Type:* WaypointTemplateVariableOptionsList + +--- + +##### `descriptionInput`Optional + +```typescript +public readonly descriptionInput: string; +``` + +- *Type:* string + +--- + +##### `labelsInput`Optional + +```typescript +public readonly labelsInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `projectIdInput`Optional + +```typescript +public readonly projectIdInput: string; +``` + +- *Type:* string + +--- + +##### `readmeMarkdownTemplateInput`Optional + +```typescript +public readonly readmeMarkdownTemplateInput: string; +``` + +- *Type:* string + +--- + +##### `summaryInput`Optional + +```typescript +public readonly summaryInput: string; +``` + +- *Type:* string + +--- + +##### `terraformCloudWorkspaceDetailsInput`Optional + +```typescript +public readonly terraformCloudWorkspaceDetailsInput: IResolvable | WaypointTemplateTerraformCloudWorkspaceDetails; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateTerraformCloudWorkspaceDetails + +--- + +##### `terraformNoCodeModuleInput`Optional + +```typescript +public readonly terraformNoCodeModuleInput: IResolvable | WaypointTemplateTerraformNoCodeModule; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateTerraformNoCodeModule + +--- + +##### `variableOptionsInput`Optional + +```typescript +public readonly variableOptionsInput: IResolvable | WaypointTemplateVariableOptions[]; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateVariableOptions[] + +--- + +##### `description`Required + +```typescript +public readonly description: string; +``` + +- *Type:* string + +--- + +##### `labels`Required + +```typescript +public readonly labels: string[]; +``` + +- *Type:* string[] + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `projectId`Required + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +--- + +##### `readmeMarkdownTemplate`Required + +```typescript +public readonly readmeMarkdownTemplate: string; +``` + +- *Type:* string + +--- + +##### `summary`Required + +```typescript +public readonly summary: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### WaypointTemplateConfig + +#### Initializer + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +const waypointTemplateConfig: waypointTemplate.WaypointTemplateConfig = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| connection | cdktf.SSHProvisionerConnection \| cdktf.WinrmProvisionerConnection | *No description.* | +| count | number \| cdktf.TerraformCount | *No description.* | +| dependsOn | cdktf.ITerraformDependable[] | *No description.* | +| forEach | cdktf.ITerraformIterator | *No description.* | +| lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | +| provider | cdktf.TerraformProvider | *No description.* | +| provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | +| name | string | The name of the Template. | +| summary | string | A brief description of the template, up to 110 characters. | +| terraformCloudWorkspaceDetails | WaypointTemplateTerraformCloudWorkspaceDetails | Terraform Cloud Workspace details. | +| terraformNoCodeModule | WaypointTemplateTerraformNoCodeModule | Terraform Cloud No-Code Module details. | +| description | string | A description of the template, along with when and why it should be used, up to 500 characters. | +| labels | string[] | List of labels attached to this Template. | +| projectId | string | The ID of the HCP project where the Waypoint Template is located. | +| readmeMarkdownTemplate | string | Instructions for using the template (markdown format supported. | +| variableOptions | cdktf.IResolvable \| WaypointTemplateVariableOptions[] | List of variable options for the template. | + +--- + +##### `connection`Optional + +```typescript +public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection; +``` + +- *Type:* cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection + +--- + +##### `count`Optional + +```typescript +public readonly count: number | TerraformCount; +``` + +- *Type:* number | cdktf.TerraformCount + +--- + +##### `dependsOn`Optional + +```typescript +public readonly dependsOn: ITerraformDependable[]; +``` + +- *Type:* cdktf.ITerraformDependable[] + +--- + +##### `forEach`Optional + +```typescript +public readonly forEach: ITerraformIterator; +``` + +- *Type:* cdktf.ITerraformIterator + +--- + +##### `lifecycle`Optional + +```typescript +public readonly lifecycle: TerraformResourceLifecycle; +``` + +- *Type:* cdktf.TerraformResourceLifecycle + +--- + +##### `provider`Optional + +```typescript +public readonly provider: TerraformProvider; +``` + +- *Type:* cdktf.TerraformProvider + +--- + +##### `provisioners`Optional + +```typescript +public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]; +``` + +- *Type:* cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +The name of the Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `summary`Required + +```typescript +public readonly summary: string; +``` + +- *Type:* string + +A brief description of the template, up to 110 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} + +--- + +##### `terraformCloudWorkspaceDetails`Required + +```typescript +public readonly terraformCloudWorkspaceDetails: WaypointTemplateTerraformCloudWorkspaceDetails; +``` + +- *Type:* WaypointTemplateTerraformCloudWorkspaceDetails + +Terraform Cloud Workspace details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} + +--- + +##### `terraformNoCodeModule`Required + +```typescript +public readonly terraformNoCodeModule: WaypointTemplateTerraformNoCodeModule; +``` + +- *Type:* WaypointTemplateTerraformNoCodeModule + +Terraform Cloud No-Code Module details. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} + +--- + +##### `description`Optional + +```typescript +public readonly description: string; +``` + +- *Type:* string + +A description of the template, along with when and why it should be used, up to 500 characters. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} + +--- + +##### `labels`Optional + +```typescript +public readonly labels: string[]; +``` + +- *Type:* string[] + +List of labels attached to this Template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} + +--- + +##### `projectId`Optional + +```typescript +public readonly projectId: string; +``` + +- *Type:* string + +The ID of the HCP project where the Waypoint Template is located. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} + +--- + +##### `readmeMarkdownTemplate`Optional + +```typescript +public readonly readmeMarkdownTemplate: string; +``` + +- *Type:* string + +Instructions for using the template (markdown format supported. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} + +--- + +##### `variableOptions`Optional + +```typescript +public readonly variableOptions: IResolvable | WaypointTemplateVariableOptions[]; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateVariableOptions[] + +List of variable options for the template. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} + +--- + +### WaypointTemplateTerraformCloudWorkspaceDetails + +#### Initializer + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +const waypointTemplateTerraformCloudWorkspaceDetails: waypointTemplate.WaypointTemplateTerraformCloudWorkspaceDetails = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| name | string | Name of the Terraform Cloud Workspace. | +| terraformProjectId | string | Terraform Cloud Project ID. | + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +Name of the Terraform Cloud Workspace. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `terraformProjectId`Required + +```typescript +public readonly terraformProjectId: string; +``` + +- *Type:* string + +Terraform Cloud Project ID. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_project_id WaypointTemplate#terraform_project_id} + +--- + +### WaypointTemplateTerraformNoCodeModule + +#### Initializer + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +const waypointTemplateTerraformNoCodeModule: waypointTemplate.WaypointTemplateTerraformNoCodeModule = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| source | string | No-Code Module Source. | +| version | string | No-Code Module Version. | + +--- + +##### `source`Required + +```typescript +public readonly source: string; +``` + +- *Type:* string + +No-Code Module Source. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#source WaypointTemplate#source} + +--- + +##### `version`Required + +```typescript +public readonly version: string; +``` + +- *Type:* string + +No-Code Module Version. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#version WaypointTemplate#version} + +--- + +### WaypointTemplateVariableOptions + +#### Initializer + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +const waypointTemplateVariableOptions: waypointTemplate.WaypointTemplateVariableOptions = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| name | string | Variable name. | +| variableType | string | Variable type. | +| options | string[] | List of options. | +| userEditable | boolean \| cdktf.IResolvable | Whether the variable is editable by the user creating an application. | + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +Variable name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} + +--- + +##### `variableType`Required + +```typescript +public readonly variableType: string; +``` + +- *Type:* string + +Variable type. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_type WaypointTemplate#variable_type} + +--- + +##### `options`Optional + +```typescript +public readonly options: string[]; +``` + +- *Type:* string[] + +List of options. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#options WaypointTemplate#options} + +--- + +##### `userEditable`Optional + +```typescript +public readonly userEditable: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +Whether the variable is editable by the user creating an application. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#user_editable WaypointTemplate#user_editable} + +--- + +## Classes + +### WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference + +#### Initializers + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +new waypointTemplate.WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| nameInput | string | *No description.* | +| terraformProjectIdInput | string | *No description.* | +| name | string | *No description.* | +| terraformProjectId | string | *No description.* | +| internalValue | cdktf.IResolvable \| WaypointTemplateTerraformCloudWorkspaceDetails | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `terraformProjectIdInput`Optional + +```typescript +public readonly terraformProjectIdInput: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `terraformProjectId`Required + +```typescript +public readonly terraformProjectId: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | WaypointTemplateTerraformCloudWorkspaceDetails; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateTerraformCloudWorkspaceDetails + +--- + + +### WaypointTemplateTerraformNoCodeModuleOutputReference + +#### Initializers + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +new waypointTemplate.WaypointTemplateTerraformNoCodeModuleOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| sourceInput | string | *No description.* | +| versionInput | string | *No description.* | +| source | string | *No description.* | +| version | string | *No description.* | +| internalValue | cdktf.IResolvable \| WaypointTemplateTerraformNoCodeModule | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `sourceInput`Optional + +```typescript +public readonly sourceInput: string; +``` + +- *Type:* string + +--- + +##### `versionInput`Optional + +```typescript +public readonly versionInput: string; +``` + +- *Type:* string + +--- + +##### `source`Required + +```typescript +public readonly source: string; +``` + +- *Type:* string + +--- + +##### `version`Required + +```typescript +public readonly version: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | WaypointTemplateTerraformNoCodeModule; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateTerraformNoCodeModule + +--- + + +### WaypointTemplateVariableOptionsList + +#### Initializers + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +new waypointTemplate.WaypointTemplateVariableOptionsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `allWithMapKey` + +```typescript +public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* string + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```typescript +public get(index: number): WaypointTemplateVariableOptionsOutputReference +``` + +###### `index`Required + +- *Type:* number + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| internalValue | cdktf.IResolvable \| WaypointTemplateVariableOptions[] | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | WaypointTemplateVariableOptions[]; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateVariableOptions[] + +--- + + +### WaypointTemplateVariableOptionsOutputReference + +#### Initializers + +```typescript +import { waypointTemplate } from '@cdktf/provider-hcp' + +new waypointTemplate.WaypointTemplateVariableOptionsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | number | the index of this item in the list. | +| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* number + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetOptions | *No description.* | +| resetUserEditable | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetOptions` + +```typescript +public resetOptions(): void +``` + +##### `resetUserEditable` + +```typescript +public resetUserEditable(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| nameInput | string | *No description.* | +| optionsInput | string[] | *No description.* | +| userEditableInput | boolean \| cdktf.IResolvable | *No description.* | +| variableTypeInput | string | *No description.* | +| name | string | *No description.* | +| options | string[] | *No description.* | +| userEditable | boolean \| cdktf.IResolvable | *No description.* | +| variableType | string | *No description.* | +| internalValue | cdktf.IResolvable \| WaypointTemplateVariableOptions | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `optionsInput`Optional + +```typescript +public readonly optionsInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `userEditableInput`Optional + +```typescript +public readonly userEditableInput: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + +##### `variableTypeInput`Optional + +```typescript +public readonly variableTypeInput: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `options`Required + +```typescript +public readonly options: string[]; +``` + +- *Type:* string[] + +--- + +##### `userEditable`Required + +```typescript +public readonly userEditable: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + +##### `variableType`Required + +```typescript +public readonly variableType: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | WaypointTemplateVariableOptions; +``` + +- *Type:* cdktf.IResolvable | WaypointTemplateVariableOptions + +--- + + + diff --git a/docs/waypointTfcConfig.csharp.md b/docs/waypointTfcConfig.csharp.md index 834949dd8..b87ae64c8 100644 --- a/docs/waypointTfcConfig.csharp.md +++ b/docs/waypointTfcConfig.csharp.md @@ -4,7 +4,7 @@ ### WaypointTfcConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the WaypointTfcConfig to impor The id of the existing WaypointTfcConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use --- @@ -864,7 +864,7 @@ public string TfcOrgName { get; set; } The Terraform Cloud Organization with which the token is associated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} --- @@ -878,7 +878,7 @@ public string Token { get; set; } Terraform Cloud team token. The token must include permissions to manage workspaces and applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} --- @@ -892,7 +892,7 @@ public string ProjectId { get; set; } Waypoint Project ID to associate with the TFC config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} --- diff --git a/docs/waypointTfcConfig.go.md b/docs/waypointTfcConfig.go.md index b7353c519..4fedf5674 100644 --- a/docs/waypointTfcConfig.go.md +++ b/docs/waypointTfcConfig.go.md @@ -4,12 +4,12 @@ ### WaypointTfcConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointtfcconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtfcconfig" waypointtfcconfig.NewWaypointTfcConfig(scope Construct, id *string, config WaypointTfcConfigConfig) WaypointTfcConfig ``` @@ -385,7 +385,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointtfcconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtfcconfig" waypointtfcconfig.WaypointTfcConfig_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointtfcconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtfcconfig" waypointtfcconfig.WaypointTfcConfig_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ waypointtfcconfig.WaypointTfcConfig_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointtfcconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtfcconfig" waypointtfcconfig.WaypointTfcConfig_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ waypointtfcconfig.WaypointTfcConfig_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointtfcconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtfcconfig" waypointtfcconfig.WaypointTfcConfig_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the WaypointTfcConfig to impor The id of the existing WaypointTfcConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/waypointtfcconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/waypointtfcconfig" &waypointtfcconfig.WaypointTfcConfigConfig { Connection: interface{}, @@ -864,7 +864,7 @@ TfcOrgName *string The Terraform Cloud Organization with which the token is associated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} --- @@ -878,7 +878,7 @@ Token *string Terraform Cloud team token. The token must include permissions to manage workspaces and applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} --- @@ -892,7 +892,7 @@ ProjectId *string Waypoint Project ID to associate with the TFC config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} --- diff --git a/docs/waypointTfcConfig.java.md b/docs/waypointTfcConfig.java.md index 918a4a47f..d6719038c 100644 --- a/docs/waypointTfcConfig.java.md +++ b/docs/waypointTfcConfig.java.md @@ -4,7 +4,7 @@ ### WaypointTfcConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The Terraform Cloud Organization with which the token is associated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Terraform Cloud team token. The token must include permissions to manage workspaces and applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Waypoint Project ID to associate with the TFC config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} --- @@ -566,7 +566,7 @@ The construct id used in the generated config for the WaypointTfcConfig to impor The id of the existing WaypointTfcConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use --- @@ -960,7 +960,7 @@ public java.lang.String getTfcOrgName(); The Terraform Cloud Organization with which the token is associated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} --- @@ -974,7 +974,7 @@ public java.lang.String getToken(); Terraform Cloud team token. The token must include permissions to manage workspaces and applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} --- @@ -988,7 +988,7 @@ public java.lang.String getProjectId(); Waypoint Project ID to associate with the TFC config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} --- diff --git a/docs/waypointTfcConfig.python.md b/docs/waypointTfcConfig.python.md index f0889f67f..b5e31e19e 100644 --- a/docs/waypointTfcConfig.python.md +++ b/docs/waypointTfcConfig.python.md @@ -4,7 +4,7 @@ ### WaypointTfcConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The Terraform Cloud Organization with which the token is associated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Terraform Cloud team token. The token must include permissions to manage workspaces and applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Waypoint Project ID to associate with the TFC config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} --- @@ -610,7 +610,7 @@ The construct id used in the generated config for the WaypointTfcConfig to impor The id of the existing WaypointTfcConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use --- @@ -1000,7 +1000,7 @@ tfc_org_name: str The Terraform Cloud Organization with which the token is associated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} --- @@ -1014,7 +1014,7 @@ token: str Terraform Cloud team token. The token must include permissions to manage workspaces and applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} --- @@ -1028,7 +1028,7 @@ project_id: str Waypoint Project ID to associate with the TFC config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} --- diff --git a/docs/waypointTfcConfig.typescript.md b/docs/waypointTfcConfig.typescript.md index 5a963568b..81f6fa298 100644 --- a/docs/waypointTfcConfig.typescript.md +++ b/docs/waypointTfcConfig.typescript.md @@ -4,7 +4,7 @@ ### WaypointTfcConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the WaypointTfcConfig to impor The id of the existing WaypointTfcConfig that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use --- @@ -853,7 +853,7 @@ public readonly tfcOrgName: string; The Terraform Cloud Organization with which the token is associated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} --- @@ -867,7 +867,7 @@ public readonly token: string; Terraform Cloud team token. The token must include permissions to manage workspaces and applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} --- @@ -881,7 +881,7 @@ public readonly projectId: string; Waypoint Project ID to associate with the TFC config. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} --- diff --git a/package.json b/package.json index 0a66d25d5..6e5795ffe 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/hashicorp/hcp", - "version": "0.92.0" + "version": "0.93.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/aws-network-peering/README.md b/src/aws-network-peering/README.md index e540fee5d..96b7a8bcb 100644 --- a/src/aws-network-peering/README.md +++ b/src/aws-network-peering/README.md @@ -1,3 +1,3 @@ # `hcp_aws_network_peering` -Refer to the Terraform Registry for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering). +Refer to the Terraform Registry for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering). diff --git a/src/aws-network-peering/index.ts b/src/aws-network-peering/index.ts index eadaf64ef..8624f36c7 100644 --- a/src/aws-network-peering/index.ts +++ b/src/aws-network-peering/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface AwsNetworkPeeringConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +23,25 @@ export interface AwsNetworkPeeringConfig extends cdktf.TerraformMetaArguments { /** * The account ID of the peer VPC in AWS. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} */ readonly peerAccountId: string; /** * The ID of the peer VPC in AWS. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} */ readonly peerVpcId: string; /** * The region of the peer VPC in AWS. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} */ readonly peerVpcRegion: string; /** * The ID of the network peering. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} */ readonly peeringId: string; /** @@ -55,27 +50,27 @@ export interface AwsNetworkPeeringConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} */ readonly timeouts?: AwsNetworkPeeringTimeouts; } export interface AwsNetworkPeeringTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete} */ readonly delete?: string; } @@ -227,7 +222,7 @@ export class AwsNetworkPeeringTimeoutsOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering hcp_aws_network_peering} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering hcp_aws_network_peering} */ export class AwsNetworkPeering extends cdktf.TerraformResource { @@ -243,7 +238,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource { * Generates CDKTF code for importing a AwsNetworkPeering resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AwsNetworkPeering to import - * @param importFromId The id of the existing AwsNetworkPeering that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AwsNetworkPeering that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AwsNetworkPeering to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -255,7 +250,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_network_peering hcp_aws_network_peering} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_network_peering hcp_aws_network_peering} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -266,7 +261,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource { terraformResourceType: 'hcp_aws_network_peering', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/aws-transit-gateway-attachment/README.md b/src/aws-transit-gateway-attachment/README.md index ef0f67916..e6bfdef5e 100644 --- a/src/aws-transit-gateway-attachment/README.md +++ b/src/aws-transit-gateway-attachment/README.md @@ -1,3 +1,3 @@ # `hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registry for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment). +Refer to the Terraform Registry for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment). diff --git a/src/aws-transit-gateway-attachment/index.ts b/src/aws-transit-gateway-attachment/index.ts index 7f9037773..80b71f780 100644 --- a/src/aws-transit-gateway-attachment/index.ts +++ b/src/aws-transit-gateway-attachment/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface AwsTransitGatewayAttachmentConfig extends cdktf.TerraformMetaAr /** * The ID of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,45 +26,45 @@ export interface AwsTransitGatewayAttachmentConfig extends cdktf.TerraformMetaAr * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} */ readonly projectId?: string; /** * The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} */ readonly resourceShareArn: string; /** * The user-settable name of the transit gateway attachment in HCP. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} */ readonly transitGatewayAttachmentId: string; /** * The ID of the user-owned transit gateway in AWS. The AWS region of the transit gateway must match the HVN. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} */ readonly transitGatewayId: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} */ readonly timeouts?: AwsTransitGatewayAttachmentTimeouts; } export interface AwsTransitGatewayAttachmentTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete} */ readonly delete?: string; } @@ -221,7 +216,7 @@ export class AwsTransitGatewayAttachmentTimeoutsOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} */ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource { @@ -237,7 +232,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource { * Generates CDKTF code for importing a AwsTransitGatewayAttachment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AwsTransitGatewayAttachment to import - * @param importFromId The id of the existing AwsTransitGatewayAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AwsTransitGatewayAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AwsTransitGatewayAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -249,7 +244,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -260,7 +255,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource { terraformResourceType: 'hcp_aws_transit_gateway_attachment', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/azure-peering-connection/README.md b/src/azure-peering-connection/README.md index 9745ff7e6..ba28cf920 100644 --- a/src/azure-peering-connection/README.md +++ b/src/azure-peering-connection/README.md @@ -1,3 +1,3 @@ # `hcp_azure_peering_connection` -Refer to the Terraform Registry for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection). +Refer to the Terraform Registry for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection). diff --git a/src/azure-peering-connection/index.ts b/src/azure-peering-connection/index.ts index bddc30414..aef38d7f3 100644 --- a/src/azure-peering-connection/index.ts +++ b/src/azure-peering-connection/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface AzurePeeringConnectionConfig extends cdktf.TerraformMetaArgumen /** * Whether the forwarded traffic originating from the peered VNet is allowed in the HVN * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic} */ readonly allowForwardedTraffic?: boolean | cdktf.IResolvable; /** * The `self_link` of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} */ readonly hvnLink: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,63 +29,63 @@ export interface AzurePeeringConnectionConfig extends cdktf.TerraformMetaArgumen /** * The resource group name of the peer VNet in Azure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} */ readonly peerResourceGroupName: string; /** * The subscription ID of the peer VNet in Azure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} */ readonly peerSubscriptionId: string; /** * The tenant ID of the peer VNet in Azure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} */ readonly peerTenantId: string; /** * The name of the peer VNet in Azure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} */ readonly peerVnetName: string; /** * The region of the peer VNet in Azure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} */ readonly peerVnetRegion: string; /** * The ID of the peering connection. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} */ readonly peeringId: string; /** * If the HVN should use the gateway of the peered VNet * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways} */ readonly useRemoteGateways?: boolean | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} */ readonly timeouts?: AzurePeeringConnectionTimeouts; } export interface AzurePeeringConnectionTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete} */ readonly delete?: string; } @@ -242,7 +237,7 @@ export class AzurePeeringConnectionTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} */ export class AzurePeeringConnection extends cdktf.TerraformResource { @@ -258,7 +253,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource { * Generates CDKTF code for importing a AzurePeeringConnection resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the AzurePeeringConnection to import - * @param importFromId The id of the existing AzurePeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AzurePeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AzurePeeringConnection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -270,7 +265,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -281,7 +276,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource { terraformResourceType: 'hcp_azure_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/boundary-cluster/README.md b/src/boundary-cluster/README.md index 4bf1afb51..27a377250 100644 --- a/src/boundary-cluster/README.md +++ b/src/boundary-cluster/README.md @@ -1,3 +1,3 @@ # `hcp_boundary_cluster` -Refer to the Terraform Registry for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster). +Refer to the Terraform Registry for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster). diff --git a/src/boundary-cluster/index.ts b/src/boundary-cluster/index.ts index 7832df58c..edf9a168d 100644 --- a/src/boundary-cluster/index.ts +++ b/src/boundary-cluster/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface BoundaryClusterConfig extends cdktf.TerraformMetaArguments { /** * The ID of the Boundary cluster * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#id BoundaryCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#id BoundaryCluster#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +23,7 @@ export interface BoundaryClusterConfig extends cdktf.TerraformMetaArguments { /** * The password of the initial admin user. This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#password BoundaryCluster#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#password BoundaryCluster#password} */ readonly password: string; /** @@ -37,31 +32,31 @@ export interface BoundaryClusterConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} */ readonly projectId?: string; /** * The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} */ readonly tier: string; /** * The username of the initial admin user. This must be at least 3 characters in length, alphanumeric, hyphen, or period. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#username BoundaryCluster#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#username BoundaryCluster#username} */ readonly username: string; /** * maintenance_window_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} */ readonly maintenanceWindowConfig?: BoundaryClusterMaintenanceWindowConfig; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} */ readonly timeouts?: BoundaryClusterTimeouts; } @@ -69,25 +64,25 @@ export interface BoundaryClusterMaintenanceWindowConfig { /** * The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#day BoundaryCluster#day} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#day BoundaryCluster#day} */ readonly day?: string; /** * The end time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#end BoundaryCluster#end} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#end BoundaryCluster#end} */ readonly end?: number; /** * The start time which upgrades can be performed. Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#start BoundaryCluster#start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#start BoundaryCluster#start} */ readonly start?: number; /** * The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} */ readonly upgradeType?: string; } @@ -258,15 +253,15 @@ export class BoundaryClusterMaintenanceWindowConfigOutputReference extends cdktf } export interface BoundaryClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#create BoundaryCluster#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#create BoundaryCluster#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#default BoundaryCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#default BoundaryCluster#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete} */ readonly delete?: string; } @@ -418,7 +413,7 @@ export class BoundaryClusterTimeoutsOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster hcp_boundary_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster hcp_boundary_cluster} */ export class BoundaryCluster extends cdktf.TerraformResource { @@ -434,7 +429,7 @@ export class BoundaryCluster extends cdktf.TerraformResource { * Generates CDKTF code for importing a BoundaryCluster resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the BoundaryCluster to import - * @param importFromId The id of the existing BoundaryCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing BoundaryCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the BoundaryCluster to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -446,7 +441,7 @@ export class BoundaryCluster extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/boundary_cluster hcp_boundary_cluster} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/boundary_cluster hcp_boundary_cluster} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -457,7 +452,7 @@ export class BoundaryCluster extends cdktf.TerraformResource { terraformResourceType: 'hcp_boundary_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/consul-cluster-root-token/README.md b/src/consul-cluster-root-token/README.md index 74b6939c2..faa3c91e2 100644 --- a/src/consul-cluster-root-token/README.md +++ b/src/consul-cluster-root-token/README.md @@ -1,3 +1,3 @@ # `hcp_consul_cluster_root_token` -Refer to the Terraform Registry for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token). +Refer to the Terraform Registry for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token). diff --git a/src/consul-cluster-root-token/index.ts b/src/consul-cluster-root-token/index.ts index 2275bcd1e..f52dc44b2 100644 --- a/src/consul-cluster-root-token/index.ts +++ b/src/consul-cluster-root-token/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface ConsulClusterRootTokenConfig extends cdktf.TerraformMetaArgumen /** * The ID of the HCP Consul cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,19 +26,19 @@ export interface ConsulClusterRootTokenConfig extends cdktf.TerraformMetaArgumen * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} */ readonly timeouts?: ConsulClusterRootTokenTimeouts; } export interface ConsulClusterRootTokenTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default} */ readonly default?: string; } @@ -137,7 +132,7 @@ export class ConsulClusterRootTokenTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token} */ export class ConsulClusterRootToken extends cdktf.TerraformResource { @@ -153,7 +148,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource { * Generates CDKTF code for importing a ConsulClusterRootToken resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ConsulClusterRootToken to import - * @param importFromId The id of the existing ConsulClusterRootToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ConsulClusterRootToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ConsulClusterRootToken to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -165,7 +160,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -176,7 +171,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource { terraformResourceType: 'hcp_consul_cluster_root_token', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/consul-cluster/README.md b/src/consul-cluster/README.md index 6c6d6fce5..5f5519baa 100644 --- a/src/consul-cluster/README.md +++ b/src/consul-cluster/README.md @@ -1,3 +1,3 @@ # `hcp_consul_cluster` -Refer to the Terraform Registry for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster). +Refer to the Terraform Registry for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster). diff --git a/src/consul-cluster/index.ts b/src/consul-cluster/index.ts index 12489711f..1a9684424 100644 --- a/src/consul-cluster/index.ts +++ b/src/consul-cluster/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +10,35 @@ export interface ConsulClusterConfig extends cdktf.TerraformMetaArguments { /** * Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} */ readonly autoHvnToHvnPeering?: boolean | cdktf.IResolvable; /** * The ID of the HCP Consul cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} */ readonly clusterId: string; /** * Denotes the Consul connect feature should be enabled for this cluster. Default to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} */ readonly connectEnabled?: boolean | cdktf.IResolvable; /** * The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} */ readonly datacenter?: string; /** * The ID of the HVN this HCP Consul cluster is associated to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#id ConsulCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#id ConsulCluster#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -52,13 +47,13 @@ export interface ConsulClusterConfig extends cdktf.TerraformMetaArguments { /** * The minimum Consul patch version of the cluster. Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} */ readonly minConsulVersion?: string; /** * The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. If not specified, it is a standalone cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} */ readonly primaryLink?: string; /** @@ -67,37 +62,37 @@ export interface ConsulClusterConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} */ readonly projectId?: string; /** * Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} */ readonly publicEndpoint?: boolean | cdktf.IResolvable; /** * The t-shirt size representation of each server VM that this Consul cluster is provisioned with. Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#size ConsulCluster#size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#size ConsulCluster#size} */ readonly size?: string; /** * The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#tier ConsulCluster#tier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#tier ConsulCluster#tier} */ readonly tier: string; /** * ip_allowlist block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} */ readonly ipAllowlist?: ConsulClusterIpAllowlistStruct[] | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} */ readonly timeouts?: ConsulClusterTimeouts; } @@ -105,13 +100,13 @@ export interface ConsulClusterIpAllowlistStruct { /** * IP address range in CIDR notation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#address ConsulCluster#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#address ConsulCluster#address} */ readonly address: string; /** * Description to help identify source (maximum 255 chars). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#description ConsulCluster#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#description ConsulCluster#description} */ readonly description?: string; } @@ -253,19 +248,19 @@ export class ConsulClusterIpAllowlistStructList extends cdktf.ComplexList { } export interface ConsulClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#create ConsulCluster#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#create ConsulCluster#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#default ConsulCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#default ConsulCluster#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#delete ConsulCluster#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#delete ConsulCluster#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#update ConsulCluster#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#update ConsulCluster#update} */ readonly update?: string; } @@ -446,7 +441,7 @@ export class ConsulClusterTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster hcp_consul_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster hcp_consul_cluster} */ export class ConsulCluster extends cdktf.TerraformResource { @@ -462,7 +457,7 @@ export class ConsulCluster extends cdktf.TerraformResource { * Generates CDKTF code for importing a ConsulCluster resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ConsulCluster to import - * @param importFromId The id of the existing ConsulCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ConsulCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ConsulCluster to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -474,7 +469,7 @@ export class ConsulCluster extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_cluster hcp_consul_cluster} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_cluster hcp_consul_cluster} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -485,7 +480,7 @@ export class ConsulCluster extends cdktf.TerraformResource { terraformResourceType: 'hcp_consul_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/consul-snapshot/README.md b/src/consul-snapshot/README.md index b4fa827a0..92ce5d0bf 100644 --- a/src/consul-snapshot/README.md +++ b/src/consul-snapshot/README.md @@ -1,3 +1,3 @@ # `hcp_consul_snapshot` -Refer to the Terraform Registry for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot). +Refer to the Terraform Registry for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot). diff --git a/src/consul-snapshot/index.ts b/src/consul-snapshot/index.ts index 8222a7a3b..16b0c958f 100644 --- a/src/consul-snapshot/index.ts +++ b/src/consul-snapshot/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface ConsulSnapshotConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HCP Consul cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#id ConsulSnapshot#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#id ConsulSnapshot#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,37 +26,37 @@ export interface ConsulSnapshotConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} */ readonly projectId?: string; /** * The name of the snapshot. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} */ readonly snapshotName: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} */ readonly timeouts?: ConsulSnapshotTimeouts; } export interface ConsulSnapshotTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#create ConsulSnapshot#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#create ConsulSnapshot#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#default ConsulSnapshot#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#default ConsulSnapshot#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#update ConsulSnapshot#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#update ConsulSnapshot#update} */ readonly update?: string; } @@ -242,7 +237,7 @@ export class ConsulSnapshotTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot hcp_consul_snapshot} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot hcp_consul_snapshot} */ export class ConsulSnapshot extends cdktf.TerraformResource { @@ -258,7 +253,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource { * Generates CDKTF code for importing a ConsulSnapshot resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ConsulSnapshot to import - * @param importFromId The id of the existing ConsulSnapshot that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ConsulSnapshot that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ConsulSnapshot to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -270,7 +265,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/consul_snapshot hcp_consul_snapshot} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/consul_snapshot hcp_consul_snapshot} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -281,7 +276,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource { terraformResourceType: 'hcp_consul_snapshot', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-aws-network-peering/README.md b/src/data-hcp-aws-network-peering/README.md index 62c75a55d..e137ef7ef 100644 --- a/src/data-hcp-aws-network-peering/README.md +++ b/src/data-hcp-aws-network-peering/README.md @@ -1,3 +1,3 @@ # `data_hcp_aws_network_peering` -Refer to the Terraform Registry for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering). +Refer to the Terraform Registry for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering). diff --git a/src/data-hcp-aws-network-peering/index.ts b/src/data-hcp-aws-network-peering/index.ts index cc40fb636..6c8e606a4 100644 --- a/src/data-hcp-aws-network-peering/index.ts +++ b/src/data-hcp-aws-network-peering/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpAwsNetworkPeeringConfig extends cdktf.TerraformMetaArgum /** * The ID of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +23,7 @@ export interface DataHcpAwsNetworkPeeringConfig extends cdktf.TerraformMetaArgum /** * The ID of the network peering. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} */ readonly peeringId: string; /** @@ -37,25 +32,25 @@ export interface DataHcpAwsNetworkPeeringConfig extends cdktf.TerraformMetaArgum * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} */ readonly projectId?: string; /** * If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} */ readonly waitForActiveState?: boolean | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} */ readonly timeouts?: DataHcpAwsNetworkPeeringTimeouts; } export interface DataHcpAwsNetworkPeeringTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read} */ readonly read?: string; } @@ -149,7 +144,7 @@ export class DataHcpAwsNetworkPeeringTimeoutsOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering hcp_aws_network_peering} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering hcp_aws_network_peering} */ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource { @@ -165,7 +160,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpAwsNetworkPeering resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpAwsNetworkPeering to import - * @param importFromId The id of the existing DataHcpAwsNetworkPeering that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpAwsNetworkPeering that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpAwsNetworkPeering to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -177,7 +172,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_network_peering hcp_aws_network_peering} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_network_peering hcp_aws_network_peering} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -188,7 +183,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_aws_network_peering', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-aws-transit-gateway-attachment/README.md b/src/data-hcp-aws-transit-gateway-attachment/README.md index 22f98c5cd..86afc730b 100644 --- a/src/data-hcp-aws-transit-gateway-attachment/README.md +++ b/src/data-hcp-aws-transit-gateway-attachment/README.md @@ -1,3 +1,3 @@ # `data_hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registry for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment). +Refer to the Terraform Registry for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment). diff --git a/src/data-hcp-aws-transit-gateway-attachment/index.ts b/src/data-hcp-aws-transit-gateway-attachment/index.ts index c39a377ac..511096719 100644 --- a/src/data-hcp-aws-transit-gateway-attachment/index.ts +++ b/src/data-hcp-aws-transit-gateway-attachment/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpAwsTransitGatewayAttachmentConfig extends cdktf.Terrafor /** * The ID of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,31 +26,31 @@ export interface DataHcpAwsTransitGatewayAttachmentConfig extends cdktf.Terrafor * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} */ readonly projectId?: string; /** * The user-settable name of the transit gateway attachment in HCP. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} */ readonly transitGatewayAttachmentId: string; /** * If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} */ readonly waitForActiveState?: boolean | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} */ readonly timeouts?: DataHcpAwsTransitGatewayAttachmentTimeouts; } export interface DataHcpAwsTransitGatewayAttachmentTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default} */ readonly default?: string; } @@ -149,7 +144,7 @@ export class DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference extends c } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} */ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSource { @@ -165,7 +160,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc * Generates CDKTF code for importing a DataHcpAwsTransitGatewayAttachment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpAwsTransitGatewayAttachment to import - * @param importFromId The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpAwsTransitGatewayAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -177,7 +172,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -188,7 +183,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc terraformResourceType: 'hcp_aws_transit_gateway_attachment', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-azure-peering-connection/README.md b/src/data-hcp-azure-peering-connection/README.md index 9c674c423..c85d96d13 100644 --- a/src/data-hcp-azure-peering-connection/README.md +++ b/src/data-hcp-azure-peering-connection/README.md @@ -1,3 +1,3 @@ # `data_hcp_azure_peering_connection` -Refer to the Terraform Registry for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection). +Refer to the Terraform Registry for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection). diff --git a/src/data-hcp-azure-peering-connection/index.ts b/src/data-hcp-azure-peering-connection/index.ts index bf9cf8a9d..a6bff8749 100644 --- a/src/data-hcp-azure-peering-connection/index.ts +++ b/src/data-hcp-azure-peering-connection/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpAzurePeeringConnectionConfig extends cdktf.TerraformMeta /** * The `self_link` of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} */ readonly hvnLink: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +23,25 @@ export interface DataHcpAzurePeeringConnectionConfig extends cdktf.TerraformMeta /** * The ID of the peering connection. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} */ readonly peeringId: string; /** * If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} */ readonly waitForActiveState?: boolean | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} */ readonly timeouts?: DataHcpAzurePeeringConnectionTimeouts; } export interface DataHcpAzurePeeringConnectionTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read} */ readonly read?: string; } @@ -140,7 +135,7 @@ export class DataHcpAzurePeeringConnectionTimeoutsOutputReference extends cdktf. } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection} */ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource { @@ -156,7 +151,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpAzurePeeringConnection resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpAzurePeeringConnection to import - * @param importFromId The id of the existing DataHcpAzurePeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpAzurePeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpAzurePeeringConnection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -168,7 +163,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -179,7 +174,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_azure_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-boundary-cluster/README.md b/src/data-hcp-boundary-cluster/README.md index f37c28844..0268f18e0 100644 --- a/src/data-hcp-boundary-cluster/README.md +++ b/src/data-hcp-boundary-cluster/README.md @@ -1,3 +1,3 @@ # `data_hcp_boundary_cluster` -Refer to the Terraform Registry for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster). +Refer to the Terraform Registry for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster). diff --git a/src/data-hcp-boundary-cluster/index.ts b/src/data-hcp-boundary-cluster/index.ts index e473376d5..22adc9e5f 100644 --- a/src/data-hcp-boundary-cluster/index.ts +++ b/src/data-hcp-boundary-cluster/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpBoundaryClusterConfig extends cdktf.TerraformMetaArgumen /** * The ID of the Boundary cluster * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,13 +26,13 @@ export interface DataHcpBoundaryClusterConfig extends cdktf.TerraformMetaArgumen * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} */ readonly timeouts?: DataHcpBoundaryClusterTimeouts; } @@ -133,7 +128,7 @@ export class DataHcpBoundaryClusterMaintenanceWindowConfigList extends cdktf.Com } export interface DataHcpBoundaryClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default} */ readonly default?: string; } @@ -227,7 +222,7 @@ export class DataHcpBoundaryClusterTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} */ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource { @@ -243,7 +238,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpBoundaryCluster resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpBoundaryCluster to import - * @param importFromId The id of the existing DataHcpBoundaryCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpBoundaryCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpBoundaryCluster to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -255,7 +250,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -266,7 +261,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_boundary_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-consul-agent-helm-config/README.md b/src/data-hcp-consul-agent-helm-config/README.md index 2a8ede461..a5382622b 100644 --- a/src/data-hcp-consul-agent-helm-config/README.md +++ b/src/data-hcp-consul-agent-helm-config/README.md @@ -1,3 +1,3 @@ # `data_hcp_consul_agent_helm_config` -Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config). +Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config). diff --git a/src/data-hcp-consul-agent-helm-config/index.ts b/src/data-hcp-consul-agent-helm-config/index.ts index 82110c86a..b15d01143 100644 --- a/src/data-hcp-consul-agent-helm-config/index.ts +++ b/src/data-hcp-consul-agent-helm-config/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface DataHcpConsulAgentHelmConfigConfig extends cdktf.TerraformMetaA /** * The ID of the HCP Consul cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} */ readonly clusterId: string; /** * Denotes that the gossip ports should be exposed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} */ readonly exposeGossipPorts?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,7 +29,7 @@ export interface DataHcpConsulAgentHelmConfigConfig extends cdktf.TerraformMetaA /** * The FQDN for the Kubernetes API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} */ readonly kubernetesEndpoint: string; /** @@ -43,19 +38,19 @@ export interface DataHcpConsulAgentHelmConfigConfig extends cdktf.TerraformMetaA * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} */ readonly timeouts?: DataHcpConsulAgentHelmConfigTimeouts; } export interface DataHcpConsulAgentHelmConfigTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default} */ readonly default?: string; } @@ -149,7 +144,7 @@ export class DataHcpConsulAgentHelmConfigTimeoutsOutputReference extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config} */ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource { @@ -165,7 +160,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpConsulAgentHelmConfig resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpConsulAgentHelmConfig to import - * @param importFromId The id of the existing DataHcpConsulAgentHelmConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpConsulAgentHelmConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpConsulAgentHelmConfig to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -177,7 +172,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -188,7 +183,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_consul_agent_helm_config', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-consul-agent-kubernetes-secret/README.md b/src/data-hcp-consul-agent-kubernetes-secret/README.md index 3d0023720..d90317a3e 100644 --- a/src/data-hcp-consul-agent-kubernetes-secret/README.md +++ b/src/data-hcp-consul-agent-kubernetes-secret/README.md @@ -1,3 +1,3 @@ # `data_hcp_consul_agent_kubernetes_secret` -Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret). +Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret). diff --git a/src/data-hcp-consul-agent-kubernetes-secret/index.ts b/src/data-hcp-consul-agent-kubernetes-secret/index.ts index 00781fca6..7c8088dfa 100644 --- a/src/data-hcp-consul-agent-kubernetes-secret/index.ts +++ b/src/data-hcp-consul-agent-kubernetes-secret/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpConsulAgentKubernetesSecretConfig extends cdktf.Terrafor /** * The ID of the HCP Consul cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,19 +26,19 @@ export interface DataHcpConsulAgentKubernetesSecretConfig extends cdktf.Terrafor * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} */ readonly timeouts?: DataHcpConsulAgentKubernetesSecretTimeouts; } export interface DataHcpConsulAgentKubernetesSecretTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default} */ readonly default?: string; } @@ -137,7 +132,7 @@ export class DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference extends c } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret} */ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSource { @@ -153,7 +148,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc * Generates CDKTF code for importing a DataHcpConsulAgentKubernetesSecret resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpConsulAgentKubernetesSecret to import - * @param importFromId The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpConsulAgentKubernetesSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -165,7 +160,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -176,7 +171,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc terraformResourceType: 'hcp_consul_agent_kubernetes_secret', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-consul-cluster/README.md b/src/data-hcp-consul-cluster/README.md index 989d970f0..7b658f48e 100644 --- a/src/data-hcp-consul-cluster/README.md +++ b/src/data-hcp-consul-cluster/README.md @@ -1,3 +1,3 @@ # `data_hcp_consul_cluster` -Refer to the Terraform Registry for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster). +Refer to the Terraform Registry for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster). diff --git a/src/data-hcp-consul-cluster/index.ts b/src/data-hcp-consul-cluster/index.ts index 1a639c76c..3380526bb 100644 --- a/src/data-hcp-consul-cluster/index.ts +++ b/src/data-hcp-consul-cluster/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpConsulClusterConfig extends cdktf.TerraformMetaArguments /** * The ID of the HCP Consul cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,13 +26,13 @@ export interface DataHcpConsulClusterConfig extends cdktf.TerraformMetaArguments * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} */ readonly timeouts?: DataHcpConsulClusterTimeouts; } @@ -123,7 +118,7 @@ export class DataHcpConsulClusterIpAllowlistStructList extends cdktf.ComplexList } export interface DataHcpConsulClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default} */ readonly default?: string; } @@ -217,7 +212,7 @@ export class DataHcpConsulClusterTimeoutsOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster hcp_consul_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster hcp_consul_cluster} */ export class DataHcpConsulCluster extends cdktf.TerraformDataSource { @@ -233,7 +228,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpConsulCluster resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpConsulCluster to import - * @param importFromId The id of the existing DataHcpConsulCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpConsulCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpConsulCluster to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -245,7 +240,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_cluster hcp_consul_cluster} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_cluster hcp_consul_cluster} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -256,7 +251,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_consul_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-consul-versions/README.md b/src/data-hcp-consul-versions/README.md index cc2194457..ffaf411f4 100644 --- a/src/data-hcp-consul-versions/README.md +++ b/src/data-hcp-consul-versions/README.md @@ -1,3 +1,3 @@ # `data_hcp_consul_versions` -Refer to the Terraform Registry for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions). +Refer to the Terraform Registry for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions). diff --git a/src/data-hcp-consul-versions/index.ts b/src/data-hcp-consul-versions/index.ts index df55dc400..376eec1ba 100644 --- a/src/data-hcp-consul-versions/index.ts +++ b/src/data-hcp-consul-versions/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +8,7 @@ import * as cdktf from 'cdktf'; export interface DataHcpConsulVersionsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,13 +17,13 @@ export interface DataHcpConsulVersionsConfig extends cdktf.TerraformMetaArgument /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} */ readonly timeouts?: DataHcpConsulVersionsTimeouts; } export interface DataHcpConsulVersionsTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default} */ readonly default?: string; } @@ -122,7 +117,7 @@ export class DataHcpConsulVersionsTimeoutsOutputReference extends cdktf.ComplexO } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions hcp_consul_versions} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions hcp_consul_versions} */ export class DataHcpConsulVersions extends cdktf.TerraformDataSource { @@ -138,7 +133,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpConsulVersions resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpConsulVersions to import - * @param importFromId The id of the existing DataHcpConsulVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpConsulVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpConsulVersions to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -150,7 +145,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/consul_versions hcp_consul_versions} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/consul_versions hcp_consul_versions} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -161,7 +156,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_consul_versions', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-group/README.md b/src/data-hcp-group/README.md index 994f4ab5f..ba3fbde14 100644 --- a/src/data-hcp-group/README.md +++ b/src/data-hcp-group/README.md @@ -1,3 +1,3 @@ # `data_hcp_group` -Refer to the Terraform Registry for docs: [`data_hcp_group`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group). +Refer to the Terraform Registry for docs: [`data_hcp_group`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group). diff --git a/src/data-hcp-group/index.ts b/src/data-hcp-group/index.ts index 4eb3b693d..177a0b2e5 100644 --- a/src/data-hcp-group/index.ts +++ b/src/data-hcp-group/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +10,13 @@ export interface DataHcpGroupConfig extends cdktf.TerraformMetaArguments { /** * The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#resource_name DataHcpGroup#resource_name} */ readonly resourceName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group hcp_group} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group hcp_group} */ export class DataHcpGroup extends cdktf.TerraformDataSource { @@ -37,7 +32,7 @@ export class DataHcpGroup extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpGroup resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpGroup to import - * @param importFromId The id of the existing DataHcpGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +44,7 @@ export class DataHcpGroup extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/group hcp_group} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/group hcp_group} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +55,7 @@ export class DataHcpGroup extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_group', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-hvn-peering-connection/README.md b/src/data-hcp-hvn-peering-connection/README.md index ed0ae0c51..fc6a555fa 100644 --- a/src/data-hcp-hvn-peering-connection/README.md +++ b/src/data-hcp-hvn-peering-connection/README.md @@ -1,3 +1,3 @@ # `data_hcp_hvn_peering_connection` -Refer to the Terraform Registry for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection). +Refer to the Terraform Registry for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection). diff --git a/src/data-hcp-hvn-peering-connection/index.ts b/src/data-hcp-hvn-peering-connection/index.ts index ee9c0510e..af78776f8 100644 --- a/src/data-hcp-hvn-peering-connection/index.ts +++ b/src/data-hcp-hvn-peering-connection/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface DataHcpHvnPeeringConnectionConfig extends cdktf.TerraformMetaAr /** * The unique URL of one of the HVNs being peered. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} */ readonly hvn1: string; /** * The unique URL of one of the HVNs being peered. Setting this attribute is deprecated, but it will remain usable in read-only form. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} */ readonly hvn2?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,25 +29,25 @@ export interface DataHcpHvnPeeringConnectionConfig extends cdktf.TerraformMetaAr /** * The ID of the peering connection. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} */ readonly peeringId: string; /** * The ID of the HCP project where the HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} */ readonly timeouts?: DataHcpHvnPeeringConnectionTimeouts; } export interface DataHcpHvnPeeringConnectionTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default} */ readonly default?: string; } @@ -146,7 +141,7 @@ export class DataHcpHvnPeeringConnectionTimeoutsOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection} */ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource { @@ -162,7 +157,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpHvnPeeringConnection resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpHvnPeeringConnection to import - * @param importFromId The id of the existing DataHcpHvnPeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpHvnPeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpHvnPeeringConnection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -174,7 +169,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -185,7 +180,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_hvn_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-hvn-route/README.md b/src/data-hcp-hvn-route/README.md index 54e18446e..ce4bce7e5 100644 --- a/src/data-hcp-hvn-route/README.md +++ b/src/data-hcp-hvn-route/README.md @@ -1,3 +1,3 @@ # `data_hcp_hvn_route` -Refer to the Terraform Registry for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route). +Refer to the Terraform Registry for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route). diff --git a/src/data-hcp-hvn-route/index.ts b/src/data-hcp-hvn-route/index.ts index 8fb7a9c7b..a7f71e531 100644 --- a/src/data-hcp-hvn-route/index.ts +++ b/src/data-hcp-hvn-route/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface DataHcpHvnRouteConfig extends cdktf.TerraformMetaArguments { /** * The `self_link` of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} */ readonly hvnLink: string; /** * The ID of the HVN route. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} */ readonly hvnRouteId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,13 +29,13 @@ export interface DataHcpHvnRouteConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} */ readonly timeouts?: DataHcpHvnRouteTimeouts; } @@ -126,7 +121,7 @@ export class DataHcpHvnRouteAzureConfigList extends cdktf.ComplexList { } export interface DataHcpHvnRouteTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default} */ readonly default?: string; } @@ -220,7 +215,7 @@ export class DataHcpHvnRouteTimeoutsOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route hcp_hvn_route} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route hcp_hvn_route} */ export class DataHcpHvnRoute extends cdktf.TerraformDataSource { @@ -236,7 +231,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpHvnRoute resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpHvnRoute to import - * @param importFromId The id of the existing DataHcpHvnRoute that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpHvnRoute that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpHvnRoute to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -248,7 +243,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn_route hcp_hvn_route} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn_route hcp_hvn_route} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -259,7 +254,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_hvn_route', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-hvn/README.md b/src/data-hcp-hvn/README.md index 4ccc176b8..9c56ae910 100644 --- a/src/data-hcp-hvn/README.md +++ b/src/data-hcp-hvn/README.md @@ -1,3 +1,3 @@ # `data_hcp_hvn` -Refer to the Terraform Registry for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn). +Refer to the Terraform Registry for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn). diff --git a/src/data-hcp-hvn/index.ts b/src/data-hcp-hvn/index.ts index c2049edf0..a25522709 100644 --- a/src/data-hcp-hvn/index.ts +++ b/src/data-hcp-hvn/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpHvnConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#id DataHcpHvn#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#id DataHcpHvn#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,19 +26,19 @@ export interface DataHcpHvnConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} */ readonly timeouts?: DataHcpHvnTimeouts; } export interface DataHcpHvnTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#default DataHcpHvn#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#default DataHcpHvn#default} */ readonly default?: string; } @@ -137,7 +132,7 @@ export class DataHcpHvnTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn hcp_hvn} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn hcp_hvn} */ export class DataHcpHvn extends cdktf.TerraformDataSource { @@ -153,7 +148,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpHvn resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpHvn to import - * @param importFromId The id of the existing DataHcpHvn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpHvn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpHvn to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -165,7 +160,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/hvn hcp_hvn} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/hvn hcp_hvn} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -176,7 +171,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_hvn', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-iam-policy/README.md b/src/data-hcp-iam-policy/README.md index a639cbb35..92b32aafe 100644 --- a/src/data-hcp-iam-policy/README.md +++ b/src/data-hcp-iam-policy/README.md @@ -1,3 +1,3 @@ # `data_hcp_iam_policy` -Refer to the Terraform Registry for docs: [`data_hcp_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy). +Refer to the Terraform Registry for docs: [`data_hcp_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy). diff --git a/src/data-hcp-iam-policy/index.ts b/src/data-hcp-iam-policy/index.ts index edcc12837..607c94316 100644 --- a/src/data-hcp-iam-policy/index.ts +++ b/src/data-hcp-iam-policy/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,7 +10,7 @@ export interface DataHcpIamPolicyConfig extends cdktf.TerraformMetaArguments { /** * A binding associates a set of principals to a role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings} */ readonly bindings: DataHcpIamPolicyBindings[] | cdktf.IResolvable; } @@ -23,13 +18,13 @@ export interface DataHcpIamPolicyBindings { /** * The set of principals to bind to the given role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals} */ readonly principals: string[]; /** * The role name to bind to the given principals. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role} */ readonly role: string; } @@ -168,7 +163,7 @@ export class DataHcpIamPolicyBindingsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy hcp_iam_policy} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy hcp_iam_policy} */ export class DataHcpIamPolicy extends cdktf.TerraformDataSource { @@ -184,7 +179,7 @@ export class DataHcpIamPolicy extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpIamPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpIamPolicy to import - * @param importFromId The id of the existing DataHcpIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpIamPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -196,7 +191,7 @@ export class DataHcpIamPolicy extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/iam_policy hcp_iam_policy} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/iam_policy hcp_iam_policy} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -207,7 +202,7 @@ export class DataHcpIamPolicy extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_iam_policy', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-organization/README.md b/src/data-hcp-organization/README.md index 1b7ec4fea..20b0096f9 100644 --- a/src/data-hcp-organization/README.md +++ b/src/data-hcp-organization/README.md @@ -1,3 +1,3 @@ # `data_hcp_organization` -Refer to the Terraform Registry for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization). +Refer to the Terraform Registry for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization). diff --git a/src/data-hcp-organization/index.ts b/src/data-hcp-organization/index.ts index af11254f6..8c5ae3712 100644 --- a/src/data-hcp-organization/index.ts +++ b/src/data-hcp-organization/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,7 +10,7 @@ export interface DataHcpOrganizationConfig extends cdktf.TerraformMetaArguments } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization hcp_organization} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization hcp_organization} */ export class DataHcpOrganization extends cdktf.TerraformDataSource { @@ -31,7 +26,7 @@ export class DataHcpOrganization extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpOrganization resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpOrganization to import - * @param importFromId The id of the existing DataHcpOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpOrganization to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -43,7 +38,7 @@ export class DataHcpOrganization extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/organization hcp_organization} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/organization hcp_organization} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -54,7 +49,7 @@ export class DataHcpOrganization extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_organization', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-packer-artifact/README.md b/src/data-hcp-packer-artifact/README.md index 93ffd950a..a6d865a13 100644 --- a/src/data-hcp-packer-artifact/README.md +++ b/src/data-hcp-packer-artifact/README.md @@ -1,3 +1,3 @@ # `data_hcp_packer_artifact` -Refer to the Terraform Registry for docs: [`data_hcp_packer_artifact`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact). +Refer to the Terraform Registry for docs: [`data_hcp_packer_artifact`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact). diff --git a/src/data-hcp-packer-artifact/index.ts b/src/data-hcp-packer-artifact/index.ts index 3c64d58ab..d731bd81a 100644 --- a/src/data-hcp-packer-artifact/index.ts +++ b/src/data-hcp-packer-artifact/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,7 +10,7 @@ export interface DataHcpPackerArtifactConfig extends cdktf.TerraformMetaArgument /** * The name of the HCP Packer Bucket where the Artifact is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#bucket_name DataHcpPackerArtifact#bucket_name} */ readonly bucketName: string; /** @@ -24,31 +19,31 @@ export interface DataHcpPackerArtifactConfig extends cdktf.TerraformMetaArgument * The Version currently assigned to the Channel will be fetched. * Exactly one of `channel_name` or `version_fingerprint` must be provided. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#channel_name DataHcpPackerArtifact#channel_name} */ readonly channelName?: string; /** * Name of the Packer builder that built this Artifact. Ex: `amazon-ebs.example`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#component_type DataHcpPackerArtifact#component_type} */ readonly componentType?: string; /** * Name of the platform where the HCP Packer Artifact is stored. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#platform DataHcpPackerArtifact#platform} */ readonly platform: string; /** * The ID of the HCP Organization where the Artifact is located * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#project_id DataHcpPackerArtifact#project_id} */ readonly projectId?: string; /** * The Region where the HCP Packer Artifact is stored, if any. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#region DataHcpPackerArtifact#region} */ readonly region: string; /** @@ -57,13 +52,13 @@ export interface DataHcpPackerArtifactConfig extends cdktf.TerraformMetaArgument * If provided in the config, it is used to fetch the Version. * Exactly one of `channel_name` or `version_fingerprint` must be provided. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#version_fingerprint DataHcpPackerArtifact#version_fingerprint} */ readonly versionFingerprint?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact hcp_packer_artifact} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact hcp_packer_artifact} */ export class DataHcpPackerArtifact extends cdktf.TerraformDataSource { @@ -79,7 +74,7 @@ export class DataHcpPackerArtifact extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpPackerArtifact resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpPackerArtifact to import - * @param importFromId The id of the existing DataHcpPackerArtifact that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpPackerArtifact that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpPackerArtifact to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -91,7 +86,7 @@ export class DataHcpPackerArtifact extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_artifact hcp_packer_artifact} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_artifact hcp_packer_artifact} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -102,7 +97,7 @@ export class DataHcpPackerArtifact extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_artifact', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-packer-bucket-names/README.md b/src/data-hcp-packer-bucket-names/README.md index 07fca8fd3..80d2fd190 100644 --- a/src/data-hcp-packer-bucket-names/README.md +++ b/src/data-hcp-packer-bucket-names/README.md @@ -1,3 +1,3 @@ # `data_hcp_packer_bucket_names` -Refer to the Terraform Registry for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names). +Refer to the Terraform Registry for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names). diff --git a/src/data-hcp-packer-bucket-names/index.ts b/src/data-hcp-packer-bucket-names/index.ts index f21006b12..f6381c8e7 100644 --- a/src/data-hcp-packer-bucket-names/index.ts +++ b/src/data-hcp-packer-bucket-names/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +8,7 @@ import * as cdktf from 'cdktf'; export interface DataHcpPackerBucketNamesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -22,19 +17,19 @@ export interface DataHcpPackerBucketNamesConfig extends cdktf.TerraformMetaArgum /** * The ID of the HCP project where the HCP Packer registry is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} */ readonly timeouts?: DataHcpPackerBucketNamesTimeouts; } export interface DataHcpPackerBucketNamesTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default} */ readonly default?: string; } @@ -128,7 +123,7 @@ export class DataHcpPackerBucketNamesTimeoutsOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names} */ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource { @@ -144,7 +139,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpPackerBucketNames resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpPackerBucketNames to import - * @param importFromId The id of the existing DataHcpPackerBucketNames that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpPackerBucketNames that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpPackerBucketNames to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -156,7 +151,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -167,7 +162,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_bucket_names', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-packer-run-task/README.md b/src/data-hcp-packer-run-task/README.md index 3a0a659b5..3306866d6 100644 --- a/src/data-hcp-packer-run-task/README.md +++ b/src/data-hcp-packer-run-task/README.md @@ -1,3 +1,3 @@ # `data_hcp_packer_run_task` -Refer to the Terraform Registry for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task). +Refer to the Terraform Registry for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task). diff --git a/src/data-hcp-packer-run-task/index.ts b/src/data-hcp-packer-run-task/index.ts index 2337d1c51..7b5accc35 100644 --- a/src/data-hcp-packer-run-task/index.ts +++ b/src/data-hcp-packer-run-task/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +8,7 @@ import * as cdktf from 'cdktf'; export interface DataHcpPackerRunTaskConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -25,19 +20,19 @@ export interface DataHcpPackerRunTaskConfig extends cdktf.TerraformMetaArguments * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} */ readonly timeouts?: DataHcpPackerRunTaskTimeouts; } export interface DataHcpPackerRunTaskTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default} */ readonly default?: string; } @@ -131,7 +126,7 @@ export class DataHcpPackerRunTaskTimeoutsOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task hcp_packer_run_task} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task hcp_packer_run_task} */ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource { @@ -147,7 +142,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpPackerRunTask resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpPackerRunTask to import - * @param importFromId The id of the existing DataHcpPackerRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpPackerRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpPackerRunTask to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -159,7 +154,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_run_task hcp_packer_run_task} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_run_task hcp_packer_run_task} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -170,7 +165,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_run_task', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-packer-version/README.md b/src/data-hcp-packer-version/README.md index 8d4532039..1977b1bf0 100644 --- a/src/data-hcp-packer-version/README.md +++ b/src/data-hcp-packer-version/README.md @@ -1,3 +1,3 @@ # `data_hcp_packer_version` -Refer to the Terraform Registry for docs: [`data_hcp_packer_version`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version). +Refer to the Terraform Registry for docs: [`data_hcp_packer_version`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version). diff --git a/src/data-hcp-packer-version/index.ts b/src/data-hcp-packer-version/index.ts index fae0cde79..6e7affa1f 100644 --- a/src/data-hcp-packer-version/index.ts +++ b/src/data-hcp-packer-version/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,7 +10,7 @@ export interface DataHcpPackerVersionConfig extends cdktf.TerraformMetaArguments /** * The name of the HCP Packer Bucket where the Version is located * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#bucket_name DataHcpPackerVersion#bucket_name} */ readonly bucketName: string; /** @@ -23,19 +18,19 @@ export interface DataHcpPackerVersionConfig extends cdktf.TerraformMetaArguments * The name of the HCP Packer Channel the Version is assigned to. * The version currently assigned to the Channel will be fetched. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#channel_name DataHcpPackerVersion#channel_name} */ readonly channelName: string; /** * The ID of the HCP Organization where the Version is located * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#project_id DataHcpPackerVersion#project_id} */ readonly projectId?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version hcp_packer_version} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version hcp_packer_version} */ export class DataHcpPackerVersion extends cdktf.TerraformDataSource { @@ -51,7 +46,7 @@ export class DataHcpPackerVersion extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpPackerVersion resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpPackerVersion to import - * @param importFromId The id of the existing DataHcpPackerVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpPackerVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpPackerVersion to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -63,7 +58,7 @@ export class DataHcpPackerVersion extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/packer_version hcp_packer_version} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/packer_version hcp_packer_version} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -74,7 +69,7 @@ export class DataHcpPackerVersion extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_version', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-project/README.md b/src/data-hcp-project/README.md index 1e4e91a58..6af9cf7a6 100644 --- a/src/data-hcp-project/README.md +++ b/src/data-hcp-project/README.md @@ -1,3 +1,3 @@ # `data_hcp_project` -Refer to the Terraform Registry for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project). +Refer to the Terraform Registry for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project). diff --git a/src/data-hcp-project/index.ts b/src/data-hcp-project/index.ts index 98bda0233..f6d9033cf 100644 --- a/src/data-hcp-project/index.ts +++ b/src/data-hcp-project/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +10,13 @@ export interface DataHcpProjectConfig extends cdktf.TerraformMetaArguments { /** * The id of the project. May be given as "" or "project/". If not set, the provider project is used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#project DataHcpProject#project} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#project DataHcpProject#project} */ readonly project?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project hcp_project} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project hcp_project} */ export class DataHcpProject extends cdktf.TerraformDataSource { @@ -37,7 +32,7 @@ export class DataHcpProject extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpProject resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpProject to import - * @param importFromId The id of the existing DataHcpProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpProject to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +44,7 @@ export class DataHcpProject extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/project hcp_project} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/project hcp_project} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +55,7 @@ export class DataHcpProject extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_project', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-service-principal/README.md b/src/data-hcp-service-principal/README.md index 3392dd873..e9f7e2868 100644 --- a/src/data-hcp-service-principal/README.md +++ b/src/data-hcp-service-principal/README.md @@ -1,3 +1,3 @@ # `data_hcp_service_principal` -Refer to the Terraform Registry for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal). +Refer to the Terraform Registry for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal). diff --git a/src/data-hcp-service-principal/index.ts b/src/data-hcp-service-principal/index.ts index d69c12ee4..c0502a2d0 100644 --- a/src/data-hcp-service-principal/index.ts +++ b/src/data-hcp-service-principal/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +10,13 @@ export interface DataHcpServicePrincipalConfig extends cdktf.TerraformMetaArgume /** * The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} */ readonly resourceName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal hcp_service_principal} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal hcp_service_principal} */ export class DataHcpServicePrincipal extends cdktf.TerraformDataSource { @@ -37,7 +32,7 @@ export class DataHcpServicePrincipal extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpServicePrincipal resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpServicePrincipal to import - * @param importFromId The id of the existing DataHcpServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpServicePrincipal to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +44,7 @@ export class DataHcpServicePrincipal extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/service_principal hcp_service_principal} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/service_principal hcp_service_principal} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +55,7 @@ export class DataHcpServicePrincipal extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_service_principal', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-user-principal/README.md b/src/data-hcp-user-principal/README.md index 20bfcdfac..4acfa4fb6 100644 --- a/src/data-hcp-user-principal/README.md +++ b/src/data-hcp-user-principal/README.md @@ -1,3 +1,3 @@ # `data_hcp_user_principal` -Refer to the Terraform Registry for docs: [`data_hcp_user_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal). +Refer to the Terraform Registry for docs: [`data_hcp_user_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal). diff --git a/src/data-hcp-user-principal/index.ts b/src/data-hcp-user-principal/index.ts index 661d1a30a..867ed6b19 100644 --- a/src/data-hcp-user-principal/index.ts +++ b/src/data-hcp-user-principal/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface DataHcpUserPrincipalConfig extends cdktf.TerraformMetaArguments /** * The user's email. Can not be combined with user_id. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#email DataHcpUserPrincipal#email} */ readonly email?: string; /** * The user's unique identifier. Can not be combined with email. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#user_id DataHcpUserPrincipal#user_id} */ readonly userId?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal hcp_user_principal} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal hcp_user_principal} */ export class DataHcpUserPrincipal extends cdktf.TerraformDataSource { @@ -43,7 +38,7 @@ export class DataHcpUserPrincipal extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpUserPrincipal resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpUserPrincipal to import - * @param importFromId The id of the existing DataHcpUserPrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpUserPrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpUserPrincipal to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class DataHcpUserPrincipal extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/user_principal hcp_user_principal} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/user_principal hcp_user_principal} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class DataHcpUserPrincipal extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_user_principal', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-vault-cluster/README.md b/src/data-hcp-vault-cluster/README.md index 59b95274c..b96c3dd15 100644 --- a/src/data-hcp-vault-cluster/README.md +++ b/src/data-hcp-vault-cluster/README.md @@ -1,3 +1,3 @@ # `data_hcp_vault_cluster` -Refer to the Terraform Registry for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster). +Refer to the Terraform Registry for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster). diff --git a/src/data-hcp-vault-cluster/index.ts b/src/data-hcp-vault-cluster/index.ts index 681ab7916..dabd72545 100644 --- a/src/data-hcp-vault-cluster/index.ts +++ b/src/data-hcp-vault-cluster/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpVaultClusterConfig extends cdktf.TerraformMetaArguments /** * The ID of the HCP Vault cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,25 +26,25 @@ export interface DataHcpVaultClusterConfig extends cdktf.TerraformMetaArguments * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} */ readonly projectId?: string; /** * audit_log_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} */ readonly auditLogConfig?: DataHcpVaultClusterAuditLogConfig[] | cdktf.IResolvable; /** * metrics_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} */ readonly metricsConfig?: DataHcpVaultClusterMetricsConfig[] | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} */ readonly timeouts?: DataHcpVaultClusterTimeouts; } @@ -639,7 +634,7 @@ export class DataHcpVaultClusterMetricsConfigList extends cdktf.ComplexList { } export interface DataHcpVaultClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default} */ readonly default?: string; } @@ -733,7 +728,7 @@ export class DataHcpVaultClusterTimeoutsOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster hcp_vault_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster hcp_vault_cluster} */ export class DataHcpVaultCluster extends cdktf.TerraformDataSource { @@ -749,7 +744,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpVaultCluster resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpVaultCluster to import - * @param importFromId The id of the existing DataHcpVaultCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpVaultCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpVaultCluster to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -761,7 +756,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_cluster hcp_vault_cluster} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_cluster hcp_vault_cluster} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -772,7 +767,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_vault_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-vault-plugin/README.md b/src/data-hcp-vault-plugin/README.md index 0df151cbd..b7b22f743 100644 --- a/src/data-hcp-vault-plugin/README.md +++ b/src/data-hcp-vault-plugin/README.md @@ -1,3 +1,3 @@ # `data_hcp_vault_plugin` -Refer to the Terraform Registry for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin). +Refer to the Terraform Registry for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin). diff --git a/src/data-hcp-vault-plugin/index.ts b/src/data-hcp-vault-plugin/index.ts index ed3080af1..1824f67d7 100644 --- a/src/data-hcp-vault-plugin/index.ts +++ b/src/data-hcp-vault-plugin/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface DataHcpVaultPluginConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HCP Vault cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,13 +23,13 @@ export interface DataHcpVaultPluginConfig extends cdktf.TerraformMetaArguments { /** * The name of the plugin - Valid options for plugin name - 'venafi-pki-backend' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} */ readonly pluginName: string; /** * The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} */ readonly pluginType: string; /** @@ -43,19 +38,19 @@ export interface DataHcpVaultPluginConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} */ readonly timeouts?: DataHcpVaultPluginTimeouts; } export interface DataHcpVaultPluginTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default} */ readonly default?: string; } @@ -149,7 +144,7 @@ export class DataHcpVaultPluginTimeoutsOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin hcp_vault_plugin} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin hcp_vault_plugin} */ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource { @@ -165,7 +160,7 @@ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpVaultPlugin resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpVaultPlugin to import - * @param importFromId The id of the existing DataHcpVaultPlugin that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpVaultPlugin that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpVaultPlugin to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -177,7 +172,7 @@ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_plugin hcp_vault_plugin} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_plugin hcp_vault_plugin} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -188,7 +183,7 @@ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_vault_plugin', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-vault-secrets-app/README.md b/src/data-hcp-vault-secrets-app/README.md index 272919720..64f69f6cc 100644 --- a/src/data-hcp-vault-secrets-app/README.md +++ b/src/data-hcp-vault-secrets-app/README.md @@ -1,3 +1,3 @@ # `data_hcp_vault_secrets_app` -Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app). +Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app). diff --git a/src/data-hcp-vault-secrets-app/index.ts b/src/data-hcp-vault-secrets-app/index.ts index 54a137308..93278ee73 100644 --- a/src/data-hcp-vault-secrets-app/index.ts +++ b/src/data-hcp-vault-secrets-app/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +10,13 @@ export interface DataHcpVaultSecretsAppConfig extends cdktf.TerraformMetaArgumen /** * The name of the Vault Secrets application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} */ readonly appName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app} */ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource { @@ -37,7 +32,7 @@ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpVaultSecretsApp resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpVaultSecretsApp to import - * @param importFromId The id of the existing DataHcpVaultSecretsApp that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpVaultSecretsApp that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpVaultSecretsApp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +44,7 @@ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +55,7 @@ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_vault_secrets_app', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-vault-secrets-rotating-secret/README.md b/src/data-hcp-vault-secrets-rotating-secret/README.md index 7b398417c..64f25ad0a 100644 --- a/src/data-hcp-vault-secrets-rotating-secret/README.md +++ b/src/data-hcp-vault-secrets-rotating-secret/README.md @@ -1,3 +1,3 @@ # `data_hcp_vault_secrets_rotating_secret` -Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_rotating_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret). +Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_rotating_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret). diff --git a/src/data-hcp-vault-secrets-rotating-secret/index.ts b/src/data-hcp-vault-secrets-rotating-secret/index.ts index 8cc6d1c34..55f2e0069 100644 --- a/src/data-hcp-vault-secrets-rotating-secret/index.ts +++ b/src/data-hcp-vault-secrets-rotating-secret/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface DataHcpVaultSecretsRotatingSecretConfig extends cdktf.Terraform /** * The name of the Vault Secrets application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#app_name DataHcpVaultSecretsRotatingSecret#app_name} */ readonly appName: string; /** * The name of the Vault Secrets secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#secret_name DataHcpVaultSecretsRotatingSecret#secret_name} */ readonly secretName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret} */ export class DataHcpVaultSecretsRotatingSecret extends cdktf.TerraformDataSource { @@ -43,7 +38,7 @@ export class DataHcpVaultSecretsRotatingSecret extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataHcpVaultSecretsRotatingSecret resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpVaultSecretsRotatingSecret to import - * @param importFromId The id of the existing DataHcpVaultSecretsRotatingSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpVaultSecretsRotatingSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpVaultSecretsRotatingSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class DataHcpVaultSecretsRotatingSecret extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class DataHcpVaultSecretsRotatingSecret extends cdktf.TerraformDataSource terraformResourceType: 'hcp_vault_secrets_rotating_secret', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-vault-secrets-secret/README.md b/src/data-hcp-vault-secrets-secret/README.md index 4bde7eabe..180b458f2 100644 --- a/src/data-hcp-vault-secrets-secret/README.md +++ b/src/data-hcp-vault-secrets-secret/README.md @@ -1,3 +1,3 @@ # `data_hcp_vault_secrets_secret` -Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret). +Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret). diff --git a/src/data-hcp-vault-secrets-secret/index.ts b/src/data-hcp-vault-secrets-secret/index.ts index 63e25e0c8..23a16bd8a 100644 --- a/src/data-hcp-vault-secrets-secret/index.ts +++ b/src/data-hcp-vault-secrets-secret/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface DataHcpVaultSecretsSecretConfig extends cdktf.TerraformMetaArgu /** * The name of the Vault Secrets application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} */ readonly appName: string; /** * The name of the Vault Secrets secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} */ readonly secretName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret} */ export class DataHcpVaultSecretsSecret extends cdktf.TerraformDataSource { @@ -43,7 +38,7 @@ export class DataHcpVaultSecretsSecret extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpVaultSecretsSecret resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpVaultSecretsSecret to import - * @param importFromId The id of the existing DataHcpVaultSecretsSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpVaultSecretsSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpVaultSecretsSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class DataHcpVaultSecretsSecret extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class DataHcpVaultSecretsSecret extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_vault_secrets_secret', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-waypoint-action/README.md b/src/data-hcp-waypoint-action/README.md new file mode 100644 index 000000000..732a879a0 --- /dev/null +++ b/src/data-hcp-waypoint-action/README.md @@ -0,0 +1,3 @@ +# `data_hcp_waypoint_action` + +Refer to the Terraform Registry for docs: [`data_hcp_waypoint_action`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action). diff --git a/src/data-hcp-waypoint-action/index.ts b/src/data-hcp-waypoint-action/index.ts new file mode 100644 index 000000000..87c7e7f03 --- /dev/null +++ b/src/data-hcp-waypoint-action/index.ts @@ -0,0 +1,319 @@ +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface DataHcpWaypointActionConfig extends cdktf.TerraformMetaArguments { + /** + * The ID of the Action. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#id DataHcpWaypointAction#id} + * + * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. + * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. + */ + readonly id?: string; + /** + * The name of the Action. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#name DataHcpWaypointAction#name} + */ + readonly name?: string; + /** + * The ID of the HCP project where the Waypoint Action is located. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#project_id DataHcpWaypointAction#project_id} + */ + readonly projectId?: string; +} +export interface DataHcpWaypointActionRequestCustom { +} + +export function dataHcpWaypointActionRequestCustomToTerraform(struct?: DataHcpWaypointActionRequestCustom): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + return { + } +} + + +export function dataHcpWaypointActionRequestCustomToHclTerraform(struct?: DataHcpWaypointActionRequestCustom): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + const attrs = { + }; + return attrs; +} + +export class DataHcpWaypointActionRequestCustomOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false); + } + + public get internalValue(): DataHcpWaypointActionRequestCustom | undefined { + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: DataHcpWaypointActionRequestCustom | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + } + } + + // body - computed: true, optional: false, required: false + public get body() { + return this.getStringAttribute('body'); + } + + // headers - computed: true, optional: false, required: false + private _headers = new cdktf.StringMap(this, "headers"); + public get headers() { + return this._headers; + } + + // method - computed: true, optional: false, required: false + public get method() { + return this.getStringAttribute('method'); + } + + // url - computed: true, optional: false, required: false + public get url() { + return this.getStringAttribute('url'); + } +} +export interface DataHcpWaypointActionRequest { +} + +export function dataHcpWaypointActionRequestToTerraform(struct?: DataHcpWaypointActionRequest): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + return { + } +} + + +export function dataHcpWaypointActionRequestToHclTerraform(struct?: DataHcpWaypointActionRequest): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + const attrs = { + }; + return attrs; +} + +export class DataHcpWaypointActionRequestOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false); + } + + public get internalValue(): DataHcpWaypointActionRequest | undefined { + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: DataHcpWaypointActionRequest | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + } + } + + // custom - computed: true, optional: false, required: false + private _custom = new DataHcpWaypointActionRequestCustomOutputReference(this, "custom"); + public get custom() { + return this._custom; + } +} + +/** +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action hcp_waypoint_action} +*/ +export class DataHcpWaypointAction extends cdktf.TerraformDataSource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "hcp_waypoint_action"; + + // ============== + // STATIC Methods + // ============== + /** + * Generates CDKTF code for importing a DataHcpWaypointAction resource upon running "cdktf plan " + * @param scope The scope in which to define this construct + * @param importToId The construct id used in the generated config for the DataHcpWaypointAction to import + * @param importFromId The id of the existing DataHcpWaypointAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action#import import section} in the documentation of this resource for the id to use + * @param provider? Optional instance of the provider where the DataHcpWaypointAction to import is found + */ + public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_waypoint_action", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_action hcp_waypoint_action} Data Source + * + * @param scope The scope in which to define this construct + * @param id The scoped construct ID. Must be unique amongst siblings in the same scope + * @param options DataHcpWaypointActionConfig = {} + */ + public constructor(scope: Construct, id: string, config: DataHcpWaypointActionConfig = {}) { + super(scope, id, { + terraformResourceType: 'hcp_waypoint_action', + terraformGeneratorMetadata: { + providerName: 'hcp', + providerVersion: '0.93.0', + providerVersionConstraint: '~> 0.45' + }, + provider: config.provider, + dependsOn: config.dependsOn, + count: config.count, + lifecycle: config.lifecycle, + provisioners: config.provisioners, + connection: config.connection, + forEach: config.forEach + }); + this._id = config.id; + this._name = config.name; + this._projectId = config.projectId; + } + + // ========== + // ATTRIBUTES + // ========== + + // description - computed: true, optional: false, required: false + public get description() { + return this.getStringAttribute('description'); + } + + // id - computed: true, optional: true, required: false + private _id?: string; + public get id() { + return this.getStringAttribute('id'); + } + public set id(value: string) { + this._id = value; + } + public resetId() { + this._id = undefined; + } + // Temporarily expose input value. Use with caution. + public get idInput() { + return this._id; + } + + // name - computed: true, optional: true, required: false + private _name?: string; + public get name() { + return this.getStringAttribute('name'); + } + public set name(value: string) { + this._name = value; + } + public resetName() { + this._name = undefined; + } + // Temporarily expose input value. Use with caution. + public get nameInput() { + return this._name; + } + + // organization_id - computed: true, optional: false, required: false + public get organizationId() { + return this.getStringAttribute('organization_id'); + } + + // project_id - computed: true, optional: true, required: false + private _projectId?: string; + public get projectId() { + return this.getStringAttribute('project_id'); + } + public set projectId(value: string) { + this._projectId = value; + } + public resetProjectId() { + this._projectId = undefined; + } + // Temporarily expose input value. Use with caution. + public get projectIdInput() { + return this._projectId; + } + + // request - computed: true, optional: false, required: false + private _request = new DataHcpWaypointActionRequestOutputReference(this, "request"); + public get request() { + return this._request; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + id: cdktf.stringToTerraform(this._id), + name: cdktf.stringToTerraform(this._name), + project_id: cdktf.stringToTerraform(this._projectId), + }; + } + + protected synthesizeHclAttributes(): { [name: string]: any } { + const attrs = { + id: { + value: cdktf.stringToHclTerraform(this._id), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + name: { + value: cdktf.stringToHclTerraform(this._name), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + project_id: { + value: cdktf.stringToHclTerraform(this._projectId), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined )) + } +} diff --git a/src/data-hcp-waypoint-add-on-definition/README.md b/src/data-hcp-waypoint-add-on-definition/README.md index 0c9779761..362a210c4 100644 --- a/src/data-hcp-waypoint-add-on-definition/README.md +++ b/src/data-hcp-waypoint-add-on-definition/README.md @@ -1,3 +1,3 @@ # `data_hcp_waypoint_add_on_definition` -Refer to the Terraform Registry for docs: [`data_hcp_waypoint_add_on_definition`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition). +Refer to the Terraform Registry for docs: [`data_hcp_waypoint_add_on_definition`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition). diff --git a/src/data-hcp-waypoint-add-on-definition/index.ts b/src/data-hcp-waypoint-add-on-definition/index.ts index d6bbd9635..11275145a 100644 --- a/src/data-hcp-waypoint-add-on-definition/index.ts +++ b/src/data-hcp-waypoint-add-on-definition/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,7 +10,7 @@ export interface DataHcpWaypointAddOnDefinitionConfig extends cdktf.TerraformMet /** * The ID of the Add-on Definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#id DataHcpWaypointAddOnDefinition#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -24,13 +19,13 @@ export interface DataHcpWaypointAddOnDefinitionConfig extends cdktf.TerraformMet /** * The name of the Add-on Definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#name DataHcpWaypointAddOnDefinition#name} */ readonly name?: string; /** * The ID of the HCP project where the Waypoint Add-on Definition is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#project_id DataHcpWaypointAddOnDefinition#project_id} */ readonly projectId?: string; } @@ -244,7 +239,7 @@ export class DataHcpWaypointAddOnDefinitionVariableOptionsList extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition} */ export class DataHcpWaypointAddOnDefinition extends cdktf.TerraformDataSource { @@ -260,7 +255,7 @@ export class DataHcpWaypointAddOnDefinition extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpWaypointAddOnDefinition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpWaypointAddOnDefinition to import - * @param importFromId The id of the existing DataHcpWaypointAddOnDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpWaypointAddOnDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpWaypointAddOnDefinition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -272,7 +267,7 @@ export class DataHcpWaypointAddOnDefinition extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on_definition hcp_waypoint_add_on_definition} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -283,7 +278,7 @@ export class DataHcpWaypointAddOnDefinition extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_waypoint_add_on_definition', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-waypoint-add-on/README.md b/src/data-hcp-waypoint-add-on/README.md index de8c2fba9..4d733aaf3 100644 --- a/src/data-hcp-waypoint-add-on/README.md +++ b/src/data-hcp-waypoint-add-on/README.md @@ -1,3 +1,3 @@ # `data_hcp_waypoint_add_on` -Refer to the Terraform Registry for docs: [`data_hcp_waypoint_add_on`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on). +Refer to the Terraform Registry for docs: [`data_hcp_waypoint_add_on`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on). diff --git a/src/data-hcp-waypoint-add-on/index.ts b/src/data-hcp-waypoint-add-on/index.ts index c69c25871..1d6e50626 100644 --- a/src/data-hcp-waypoint-add-on/index.ts +++ b/src/data-hcp-waypoint-add-on/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,7 +10,7 @@ export interface DataHcpWaypointAddOnConfig extends cdktf.TerraformMetaArguments /** * The ID of the Add-on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#id DataHcpWaypointAddOn#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -24,7 +19,7 @@ export interface DataHcpWaypointAddOnConfig extends cdktf.TerraformMetaArguments /** * The name of the Add-on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#name DataHcpWaypointAddOn#name} */ readonly name?: string; } @@ -179,7 +174,7 @@ export class DataHcpWaypointAddOnTerraformNoCodeModuleOutputReference extends cd } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on} */ export class DataHcpWaypointAddOn extends cdktf.TerraformDataSource { @@ -195,7 +190,7 @@ export class DataHcpWaypointAddOn extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpWaypointAddOn resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpWaypointAddOn to import - * @param importFromId The id of the existing DataHcpWaypointAddOn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpWaypointAddOn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpWaypointAddOn to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -207,7 +202,7 @@ export class DataHcpWaypointAddOn extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_add_on hcp_waypoint_add_on} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -218,7 +213,7 @@ export class DataHcpWaypointAddOn extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_waypoint_add_on', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-waypoint-application-template/README.md b/src/data-hcp-waypoint-application-template/README.md deleted file mode 100644 index 943d652a0..000000000 --- a/src/data-hcp-waypoint-application-template/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# `data_hcp_waypoint_application_template` - -Refer to the Terraform Registry for docs: [`data_hcp_waypoint_application_template`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template). diff --git a/src/data-hcp-waypoint-application/README.md b/src/data-hcp-waypoint-application/README.md index 153607562..40fe32835 100644 --- a/src/data-hcp-waypoint-application/README.md +++ b/src/data-hcp-waypoint-application/README.md @@ -1,3 +1,3 @@ # `data_hcp_waypoint_application` -Refer to the Terraform Registry for docs: [`data_hcp_waypoint_application`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application). +Refer to the Terraform Registry for docs: [`data_hcp_waypoint_application`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application). diff --git a/src/data-hcp-waypoint-application/index.ts b/src/data-hcp-waypoint-application/index.ts index 6d0d00eb5..3181735cc 100644 --- a/src/data-hcp-waypoint-application/index.ts +++ b/src/data-hcp-waypoint-application/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,7 +10,7 @@ export interface DataHcpWaypointApplicationConfig extends cdktf.TerraformMetaArg /** * The ID of the Application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#id DataHcpWaypointApplication#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -24,19 +19,19 @@ export interface DataHcpWaypointApplicationConfig extends cdktf.TerraformMetaArg /** * Input variables for the Application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#input_variables DataHcpWaypointApplication#input_variables} */ readonly inputVariables?: DataHcpWaypointApplicationInputVariables[] | cdktf.IResolvable; /** * The name of the Application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#name DataHcpWaypointApplication#name} */ readonly name?: string; /** * The ID of the HCP project where the Waypoint Application is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#project_id DataHcpWaypointApplication#project_id} */ readonly projectId?: string; } @@ -138,7 +133,7 @@ export class DataHcpWaypointApplicationInputVariablesList extends cdktf.ComplexL } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application hcp_waypoint_application} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application hcp_waypoint_application} */ export class DataHcpWaypointApplication extends cdktf.TerraformDataSource { @@ -154,7 +149,7 @@ export class DataHcpWaypointApplication extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpWaypointApplication resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataHcpWaypointApplication to import - * @param importFromId The id of the existing DataHcpWaypointApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpWaypointApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpWaypointApplication to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -166,7 +161,7 @@ export class DataHcpWaypointApplication extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application hcp_waypoint_application} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_application hcp_waypoint_application} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -177,7 +172,7 @@ export class DataHcpWaypointApplication extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_waypoint_application', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, @@ -198,16 +193,6 @@ export class DataHcpWaypointApplication extends cdktf.TerraformDataSource { // ATTRIBUTES // ========== - // application_template_id - computed: true, optional: false, required: false - public get applicationTemplateId() { - return this.getStringAttribute('application_template_id'); - } - - // application_template_name - computed: true, optional: false, required: false - public get applicationTemplateName() { - return this.getStringAttribute('application_template_name'); - } - // id - computed: true, optional: true, required: false private _id?: string; public get id() { @@ -287,6 +272,16 @@ export class DataHcpWaypointApplication extends cdktf.TerraformDataSource { return this.getStringAttribute('readme_markdown'); } + // template_id - computed: true, optional: false, required: false + public get templateId() { + return this.getStringAttribute('template_id'); + } + + // template_name - computed: true, optional: false, required: false + public get templateName() { + return this.getStringAttribute('template_name'); + } + // ========= // SYNTHESIS // ========= diff --git a/src/data-hcp-waypoint-template/README.md b/src/data-hcp-waypoint-template/README.md new file mode 100644 index 000000000..defb7265f --- /dev/null +++ b/src/data-hcp-waypoint-template/README.md @@ -0,0 +1,3 @@ +# `data_hcp_waypoint_template` + +Refer to the Terraform Registry for docs: [`data_hcp_waypoint_template`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template). diff --git a/src/data-hcp-waypoint-application-template/index.ts b/src/data-hcp-waypoint-template/index.ts similarity index 69% rename from src/data-hcp-waypoint-application-template/index.ts rename to src/data-hcp-waypoint-template/index.ts index 9d0f09844..650c67ee3 100644 --- a/src/data-hcp-waypoint-application-template/index.ts +++ b/src/data-hcp-waypoint-template/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template // generated from terraform resource schema import { Construct } from 'constructs'; @@ -11,33 +6,33 @@ import * as cdktf from 'cdktf'; // Configuration -export interface DataHcpWaypointApplicationTemplateConfig extends cdktf.TerraformMetaArguments { +export interface DataHcpWaypointTemplateConfig extends cdktf.TerraformMetaArguments { /** - * The ID of the Application Template. + * The ID of the Template. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#id DataHcpWaypointApplicationTemplate#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#id DataHcpWaypointTemplate#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * The name of the Application Template. + * The name of the Template. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#name DataHcpWaypointApplicationTemplate#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#name DataHcpWaypointTemplate#name} */ readonly name?: string; /** - * The ID of the HCP project where the Waypoint Application Template is located. + * The ID of the HCP project where the Waypoint Template is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#project_id DataHcpWaypointApplicationTemplate#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#project_id DataHcpWaypointTemplate#project_id} */ readonly projectId?: string; } -export interface DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails { +export interface DataHcpWaypointTemplateTerraformCloudWorkspaceDetails { } -export function dataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsToTerraform(struct?: DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails): any { +export function dataHcpWaypointTemplateTerraformCloudWorkspaceDetailsToTerraform(struct?: DataHcpWaypointTemplateTerraformCloudWorkspaceDetails): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -47,7 +42,7 @@ export function dataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails } -export function dataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsToHclTerraform(struct?: DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails): any { +export function dataHcpWaypointTemplateTerraformCloudWorkspaceDetailsToHclTerraform(struct?: DataHcpWaypointTemplateTerraformCloudWorkspaceDetails): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -57,7 +52,7 @@ export function dataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails return attrs; } -export class DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference extends cdktf.ComplexObject { +export class DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -68,13 +63,13 @@ export class DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOut super(terraformResource, terraformAttribute, false); } - public get internalValue(): DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails | undefined { + public get internalValue(): DataHcpWaypointTemplateTerraformCloudWorkspaceDetails | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetails | undefined) { + public set internalValue(value: DataHcpWaypointTemplateTerraformCloudWorkspaceDetails | undefined) { if (value === undefined) { this.isEmptyObject = false; } @@ -93,10 +88,10 @@ export class DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOut return this.getStringAttribute('terraform_project_id'); } } -export interface DataHcpWaypointApplicationTemplateTerraformNoCodeModule { +export interface DataHcpWaypointTemplateTerraformNoCodeModule { } -export function dataHcpWaypointApplicationTemplateTerraformNoCodeModuleToTerraform(struct?: DataHcpWaypointApplicationTemplateTerraformNoCodeModule): any { +export function dataHcpWaypointTemplateTerraformNoCodeModuleToTerraform(struct?: DataHcpWaypointTemplateTerraformNoCodeModule): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -106,7 +101,7 @@ export function dataHcpWaypointApplicationTemplateTerraformNoCodeModuleToTerrafo } -export function dataHcpWaypointApplicationTemplateTerraformNoCodeModuleToHclTerraform(struct?: DataHcpWaypointApplicationTemplateTerraformNoCodeModule): any { +export function dataHcpWaypointTemplateTerraformNoCodeModuleToHclTerraform(struct?: DataHcpWaypointTemplateTerraformNoCodeModule): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -116,7 +111,7 @@ export function dataHcpWaypointApplicationTemplateTerraformNoCodeModuleToHclTerr return attrs; } -export class DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference extends cdktf.ComplexObject { +export class DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -127,13 +122,13 @@ export class DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputRefere super(terraformResource, terraformAttribute, false); } - public get internalValue(): DataHcpWaypointApplicationTemplateTerraformNoCodeModule | undefined { + public get internalValue(): DataHcpWaypointTemplateTerraformNoCodeModule | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataHcpWaypointApplicationTemplateTerraformNoCodeModule | undefined) { + public set internalValue(value: DataHcpWaypointTemplateTerraformNoCodeModule | undefined) { if (value === undefined) { this.isEmptyObject = false; } @@ -152,10 +147,10 @@ export class DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputRefere return this.getStringAttribute('version'); } } -export interface DataHcpWaypointApplicationTemplateVariableOptions { +export interface DataHcpWaypointTemplateVariableOptions { } -export function dataHcpWaypointApplicationTemplateVariableOptionsToTerraform(struct?: DataHcpWaypointApplicationTemplateVariableOptions): any { +export function dataHcpWaypointTemplateVariableOptionsToTerraform(struct?: DataHcpWaypointTemplateVariableOptions): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -165,7 +160,7 @@ export function dataHcpWaypointApplicationTemplateVariableOptionsToTerraform(str } -export function dataHcpWaypointApplicationTemplateVariableOptionsToHclTerraform(struct?: DataHcpWaypointApplicationTemplateVariableOptions): any { +export function dataHcpWaypointTemplateVariableOptionsToHclTerraform(struct?: DataHcpWaypointTemplateVariableOptions): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -175,7 +170,7 @@ export function dataHcpWaypointApplicationTemplateVariableOptionsToHclTerraform( return attrs; } -export class DataHcpWaypointApplicationTemplateVariableOptionsOutputReference extends cdktf.ComplexObject { +export class DataHcpWaypointTemplateVariableOptionsOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -188,13 +183,13 @@ export class DataHcpWaypointApplicationTemplateVariableOptionsOutputReference ex super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); } - public get internalValue(): DataHcpWaypointApplicationTemplateVariableOptions | undefined { + public get internalValue(): DataHcpWaypointTemplateVariableOptions | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataHcpWaypointApplicationTemplateVariableOptions | undefined) { + public set internalValue(value: DataHcpWaypointTemplateVariableOptions | undefined) { if (value === undefined) { this.isEmptyObject = false; } @@ -224,7 +219,7 @@ export class DataHcpWaypointApplicationTemplateVariableOptionsOutputReference ex } } -export class DataHcpWaypointApplicationTemplateVariableOptionsList extends cdktf.ComplexList { +export class DataHcpWaypointTemplateVariableOptionsList extends cdktf.ComplexList { /** * @param terraformResource The parent resource @@ -238,33 +233,33 @@ export class DataHcpWaypointApplicationTemplateVariableOptionsList extends cdktf /** * @param index the index of the item to return */ - public get(index: number): DataHcpWaypointApplicationTemplateVariableOptionsOutputReference { - return new DataHcpWaypointApplicationTemplateVariableOptionsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); + public get(index: number): DataHcpWaypointTemplateVariableOptionsOutputReference { + return new DataHcpWaypointTemplateVariableOptionsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template hcp_waypoint_application_template} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template hcp_waypoint_template} */ -export class DataHcpWaypointApplicationTemplate extends cdktf.TerraformDataSource { +export class DataHcpWaypointTemplate extends cdktf.TerraformDataSource { // ================= // STATIC PROPERTIES // ================= - public static readonly tfResourceType = "hcp_waypoint_application_template"; + public static readonly tfResourceType = "hcp_waypoint_template"; // ============== // STATIC Methods // ============== /** - * Generates CDKTF code for importing a DataHcpWaypointApplicationTemplate resource upon running "cdktf plan " + * Generates CDKTF code for importing a DataHcpWaypointTemplate resource upon running "cdktf plan " * @param scope The scope in which to define this construct - * @param importToId The construct id used in the generated config for the DataHcpWaypointApplicationTemplate to import - * @param importFromId The id of the existing DataHcpWaypointApplicationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - * @param provider? Optional instance of the provider where the DataHcpWaypointApplicationTemplate to import is found + * @param importToId The construct id used in the generated config for the DataHcpWaypointTemplate to import + * @param importFromId The id of the existing DataHcpWaypointTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template#import import section} in the documentation of this resource for the id to use + * @param provider? Optional instance of the provider where the DataHcpWaypointTemplate to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { - return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_waypoint_application_template", importId: importFromId, provider }); + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_waypoint_template", importId: importFromId, provider }); } // =========== @@ -272,18 +267,18 @@ export class DataHcpWaypointApplicationTemplate extends cdktf.TerraformDataSourc // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/data-sources/waypoint_application_template hcp_waypoint_application_template} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/data-sources/waypoint_template hcp_waypoint_template} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope - * @param options DataHcpWaypointApplicationTemplateConfig = {} + * @param options DataHcpWaypointTemplateConfig = {} */ - public constructor(scope: Construct, id: string, config: DataHcpWaypointApplicationTemplateConfig = {}) { + public constructor(scope: Construct, id: string, config: DataHcpWaypointTemplateConfig = {}) { super(scope, id, { - terraformResourceType: 'hcp_waypoint_application_template', + terraformResourceType: 'hcp_waypoint_template', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, @@ -377,19 +372,19 @@ export class DataHcpWaypointApplicationTemplate extends cdktf.TerraformDataSourc } // terraform_cloud_workspace_details - computed: true, optional: false, required: false - private _terraformCloudWorkspaceDetails = new DataHcpWaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(this, "terraform_cloud_workspace_details"); + private _terraformCloudWorkspaceDetails = new DataHcpWaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(this, "terraform_cloud_workspace_details"); public get terraformCloudWorkspaceDetails() { return this._terraformCloudWorkspaceDetails; } // terraform_no_code_module - computed: true, optional: false, required: false - private _terraformNoCodeModule = new DataHcpWaypointApplicationTemplateTerraformNoCodeModuleOutputReference(this, "terraform_no_code_module"); + private _terraformNoCodeModule = new DataHcpWaypointTemplateTerraformNoCodeModuleOutputReference(this, "terraform_no_code_module"); public get terraformNoCodeModule() { return this._terraformNoCodeModule; } // variable_options - computed: true, optional: false, required: false - private _variableOptions = new DataHcpWaypointApplicationTemplateVariableOptionsList(this, "variable_options", false); + private _variableOptions = new DataHcpWaypointTemplateVariableOptionsList(this, "variable_options", false); public get variableOptions() { return this._variableOptions; } diff --git a/src/group-iam-binding/README.md b/src/group-iam-binding/README.md index c6cd90119..427ef4124 100644 --- a/src/group-iam-binding/README.md +++ b/src/group-iam-binding/README.md @@ -1,3 +1,3 @@ # `hcp_group_iam_binding` -Refer to the Terraform Registry for docs: [`hcp_group_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding). +Refer to the Terraform Registry for docs: [`hcp_group_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding). diff --git a/src/group-iam-binding/index.ts b/src/group-iam-binding/index.ts index 56db708be..9a5ffd790 100644 --- a/src/group-iam-binding/index.ts +++ b/src/group-iam-binding/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +10,25 @@ export interface GroupIamBindingConfig extends cdktf.TerraformMetaArguments { /** * The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#name GroupIamBinding#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#name GroupIamBinding#name} */ readonly name: string; /** * The principal to bind to the given role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#principal_id GroupIamBinding#principal_id} */ readonly principalId: string; /** * The role name to bind to the given principal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#role GroupIamBinding#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#role GroupIamBinding#role} */ readonly role: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding hcp_group_iam_binding} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding hcp_group_iam_binding} */ export class GroupIamBinding extends cdktf.TerraformResource { @@ -49,7 +44,7 @@ export class GroupIamBinding extends cdktf.TerraformResource { * Generates CDKTF code for importing a GroupIamBinding resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GroupIamBinding to import - * @param importFromId The id of the existing GroupIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GroupIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GroupIamBinding to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -61,7 +56,7 @@ export class GroupIamBinding extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_binding hcp_group_iam_binding} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_binding hcp_group_iam_binding} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -72,7 +67,7 @@ export class GroupIamBinding extends cdktf.TerraformResource { terraformResourceType: 'hcp_group_iam_binding', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/group-iam-policy/README.md b/src/group-iam-policy/README.md index 8566f22d2..3e401c5e7 100644 --- a/src/group-iam-policy/README.md +++ b/src/group-iam-policy/README.md @@ -1,3 +1,3 @@ # `hcp_group_iam_policy` -Refer to the Terraform Registry for docs: [`hcp_group_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy). +Refer to the Terraform Registry for docs: [`hcp_group_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy). diff --git a/src/group-iam-policy/index.ts b/src/group-iam-policy/index.ts index f4f347ab6..75094fd01 100644 --- a/src/group-iam-policy/index.ts +++ b/src/group-iam-policy/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface GroupIamPolicyConfig extends cdktf.TerraformMetaArguments { /** * The group's resource name in format `iam/organization//group/`. The shortened `` version can be used for input. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#name GroupIamPolicy#name} */ readonly name: string; /** * The policy to apply. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#policy_data GroupIamPolicy#policy_data} */ readonly policyData: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy hcp_group_iam_policy} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy hcp_group_iam_policy} */ export class GroupIamPolicy extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class GroupIamPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a GroupIamPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GroupIamPolicy to import - * @param importFromId The id of the existing GroupIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GroupIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GroupIamPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class GroupIamPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_iam_policy hcp_group_iam_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_iam_policy hcp_group_iam_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class GroupIamPolicy extends cdktf.TerraformResource { terraformResourceType: 'hcp_group_iam_policy', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/group-members/README.md b/src/group-members/README.md index 75d2c60db..b879c7426 100644 --- a/src/group-members/README.md +++ b/src/group-members/README.md @@ -1,3 +1,3 @@ # `hcp_group_members` -Refer to the Terraform Registry for docs: [`hcp_group_members`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members). +Refer to the Terraform Registry for docs: [`hcp_group_members`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members). diff --git a/src/group-members/index.ts b/src/group-members/index.ts index 5f4f2ebb2..a27dba0d2 100644 --- a/src/group-members/index.ts +++ b/src/group-members/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface GroupMembersConfig extends cdktf.TerraformMetaArguments { /** * The group's resource name in the format `iam/organization//group/` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#group GroupMembers#group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#group GroupMembers#group} */ readonly group: string; /** * A list of user principal IDs to add to the group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#members GroupMembers#members} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#members GroupMembers#members} */ readonly members: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members hcp_group_members} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members hcp_group_members} */ export class GroupMembers extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class GroupMembers extends cdktf.TerraformResource { * Generates CDKTF code for importing a GroupMembers resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the GroupMembers to import - * @param importFromId The id of the existing GroupMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GroupMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GroupMembers to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class GroupMembers extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group_members hcp_group_members} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group_members hcp_group_members} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class GroupMembers extends cdktf.TerraformResource { terraformResourceType: 'hcp_group_members', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/group/README.md b/src/group/README.md index 8b2f96333..dff5b3f99 100644 --- a/src/group/README.md +++ b/src/group/README.md @@ -1,3 +1,3 @@ # `hcp_group` -Refer to the Terraform Registry for docs: [`hcp_group`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group). +Refer to the Terraform Registry for docs: [`hcp_group`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group). diff --git a/src/group/index.ts b/src/group/index.ts index 8713abb55..c8979fea3 100644 --- a/src/group/index.ts +++ b/src/group/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface GroupConfig extends cdktf.TerraformMetaArguments { /** * The group's description - maximum length of 300 characters * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#description Group#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#description Group#description} */ readonly description?: string; /** * The group's display_name - maximum length of 50 characters * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#display_name Group#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#display_name Group#display_name} */ readonly displayName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group hcp_group} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group hcp_group} */ export class Group extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class Group extends cdktf.TerraformResource { * Generates CDKTF code for importing a Group resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Group to import - * @param importFromId The id of the existing Group that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Group that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Group to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class Group extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/group hcp_group} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/group hcp_group} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class Group extends cdktf.TerraformResource { terraformResourceType: 'hcp_group', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/hvn-peering-connection/README.md b/src/hvn-peering-connection/README.md index 5b2c17a8f..d17896ebc 100644 --- a/src/hvn-peering-connection/README.md +++ b/src/hvn-peering-connection/README.md @@ -1,3 +1,3 @@ # `hcp_hvn_peering_connection` -Refer to the Terraform Registry for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection). +Refer to the Terraform Registry for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection). diff --git a/src/hvn-peering-connection/index.ts b/src/hvn-peering-connection/index.ts index 520f58541..8981947e3 100644 --- a/src/hvn-peering-connection/index.ts +++ b/src/hvn-peering-connection/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface HvnPeeringConnectionConfig extends cdktf.TerraformMetaArguments /** * The unique URL of one of the HVNs being peered. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} */ readonly hvn1: string; /** * The unique URL of one of the HVNs being peered. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} */ readonly hvn2: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,27 +29,27 @@ export interface HvnPeeringConnectionConfig extends cdktf.TerraformMetaArguments /** * The ID of the HCP project where HVN peering connection is located. Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} */ readonly timeouts?: HvnPeeringConnectionTimeouts; } export interface HvnPeeringConnectionTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete} */ readonly delete?: string; } @@ -206,7 +201,7 @@ export class HvnPeeringConnectionTimeoutsOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} */ export class HvnPeeringConnection extends cdktf.TerraformResource { @@ -222,7 +217,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource { * Generates CDKTF code for importing a HvnPeeringConnection resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the HvnPeeringConnection to import - * @param importFromId The id of the existing HvnPeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing HvnPeeringConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the HvnPeeringConnection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -234,7 +229,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -245,7 +240,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource { terraformResourceType: 'hcp_hvn_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/hvn-route/README.md b/src/hvn-route/README.md index f0e91e734..1660fefea 100644 --- a/src/hvn-route/README.md +++ b/src/hvn-route/README.md @@ -1,3 +1,3 @@ # `hcp_hvn_route` -Refer to the Terraform Registry for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route). +Refer to the Terraform Registry for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route). diff --git a/src/hvn-route/index.ts b/src/hvn-route/index.ts index 1584668b1..474e188d3 100644 --- a/src/hvn-route/index.ts +++ b/src/hvn-route/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +10,23 @@ export interface HvnRouteConfig extends cdktf.TerraformMetaArguments { /** * The destination CIDR of the HVN route. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} */ readonly destinationCidr: string; /** * The `self_link` of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} */ readonly hvnLink: string; /** * The ID of the HVN route. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} */ readonly hvnRouteId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#id HvnRoute#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#id HvnRoute#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -40,25 +35,25 @@ export interface HvnRouteConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#project_id HvnRoute#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#project_id HvnRoute#project_id} */ readonly projectId?: string; /** * A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#target_link HvnRoute#target_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#target_link HvnRoute#target_link} */ readonly targetLink: string; /** * azure_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config} */ readonly azureConfig?: HvnRouteAzureConfig; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} */ readonly timeouts?: HvnRouteTimeouts; } @@ -66,13 +61,13 @@ export interface HvnRouteAzureConfig { /** * Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address} */ readonly nextHopIpAddress?: string; /** * The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type} */ readonly nextHopType: string; } @@ -182,15 +177,15 @@ export class HvnRouteAzureConfigOutputReference extends cdktf.ComplexObject { } export interface HvnRouteTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#create HvnRoute#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#create HvnRoute#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#default HvnRoute#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#default HvnRoute#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#delete HvnRoute#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#delete HvnRoute#delete} */ readonly delete?: string; } @@ -342,7 +337,7 @@ export class HvnRouteTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route hcp_hvn_route} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route hcp_hvn_route} */ export class HvnRoute extends cdktf.TerraformResource { @@ -358,7 +353,7 @@ export class HvnRoute extends cdktf.TerraformResource { * Generates CDKTF code for importing a HvnRoute resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the HvnRoute to import - * @param importFromId The id of the existing HvnRoute that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing HvnRoute that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the HvnRoute to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -370,7 +365,7 @@ export class HvnRoute extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn_route hcp_hvn_route} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn_route hcp_hvn_route} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -381,7 +376,7 @@ export class HvnRoute extends cdktf.TerraformResource { terraformResourceType: 'hcp_hvn_route', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/hvn/README.md b/src/hvn/README.md index 3d8403cbc..874d16d61 100644 --- a/src/hvn/README.md +++ b/src/hvn/README.md @@ -1,3 +1,3 @@ # `hcp_hvn` -Refer to the Terraform Registry for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn). +Refer to the Terraform Registry for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn). diff --git a/src/hvn/index.ts b/src/hvn/index.ts index ec2286c0f..ae985b4f9 100644 --- a/src/hvn/index.ts +++ b/src/hvn/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +10,23 @@ export interface HvnConfig extends cdktf.TerraformMetaArguments { /** * The CIDR range of the HVN. If this is not provided, the service will provide a default value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cidr_block Hvn#cidr_block} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cidr_block Hvn#cidr_block} */ readonly cidrBlock?: string; /** * The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} */ readonly cloudProvider: string; /** * The ID of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#hvn_id Hvn#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#hvn_id Hvn#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#id Hvn#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#id Hvn#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -43,33 +38,33 @@ export interface HvnConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#project_id Hvn#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#project_id Hvn#project_id} */ readonly projectId?: string; /** * The region where the HVN is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#region Hvn#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#region Hvn#region} */ readonly region: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#timeouts Hvn#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#timeouts Hvn#timeouts} */ readonly timeouts?: HvnTimeouts; } export interface HvnTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#create Hvn#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#create Hvn#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#default Hvn#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#default Hvn#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#delete Hvn#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#delete Hvn#delete} */ readonly delete?: string; } @@ -221,7 +216,7 @@ export class HvnTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn hcp_hvn} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn hcp_hvn} */ export class Hvn extends cdktf.TerraformResource { @@ -237,7 +232,7 @@ export class Hvn extends cdktf.TerraformResource { * Generates CDKTF code for importing a Hvn resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Hvn to import - * @param importFromId The id of the existing Hvn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Hvn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Hvn to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -249,7 +244,7 @@ export class Hvn extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/hvn hcp_hvn} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/hvn hcp_hvn} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -260,7 +255,7 @@ export class Hvn extends cdktf.TerraformResource { terraformResourceType: 'hcp_hvn', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/iam-workload-identity-provider/README.md b/src/iam-workload-identity-provider/README.md index aeff184e2..b57efb23e 100644 --- a/src/iam-workload-identity-provider/README.md +++ b/src/iam-workload-identity-provider/README.md @@ -1,3 +1,3 @@ # `hcp_iam_workload_identity_provider` -Refer to the Terraform Registry for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider). +Refer to the Terraform Registry for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider). diff --git a/src/iam-workload-identity-provider/index.ts b/src/iam-workload-identity-provider/index.ts index 4c94b57db..e39c1cc70 100644 --- a/src/iam-workload-identity-provider/index.ts +++ b/src/iam-workload-identity-provider/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,35 +8,35 @@ import * as cdktf from 'cdktf'; export interface IamWorkloadIdentityProviderConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws} */ readonly aws?: IamWorkloadIdentityProviderAws; /** * conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. It restricts which upstream identities are allowed to access the service principal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} */ readonly conditionalAccess: string; /** * A description for the workload identity provider. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} */ readonly description?: string; /** * The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc} */ readonly oidc?: IamWorkloadIdentityProviderOidc; /** * The service principal's resource name for which the workload identity provider will be created for. Only service principals created within a project are allowed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} */ readonly servicePrincipal: string; } @@ -49,7 +44,7 @@ export interface IamWorkloadIdentityProviderAws { /** * The AWS Account ID that is allowed to exchange workload identities. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} */ readonly accountId: string; } @@ -142,13 +137,13 @@ export interface IamWorkloadIdentityProviderOidc { /** * allowed_audiences is the set of audiences set on the access token that are allowed to exchange identities. The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} */ readonly allowedAudiences?: string[]; /** * The URL of the OIDC Issuer that is allowed to exchange workload identities. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} */ readonly issuerUri: string; } @@ -268,7 +263,7 @@ export class IamWorkloadIdentityProviderOidcOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider} */ export class IamWorkloadIdentityProvider extends cdktf.TerraformResource { @@ -284,7 +279,7 @@ export class IamWorkloadIdentityProvider extends cdktf.TerraformResource { * Generates CDKTF code for importing a IamWorkloadIdentityProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IamWorkloadIdentityProvider to import - * @param importFromId The id of the existing IamWorkloadIdentityProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IamWorkloadIdentityProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IamWorkloadIdentityProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -296,7 +291,7 @@ export class IamWorkloadIdentityProvider extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -307,7 +302,7 @@ export class IamWorkloadIdentityProvider extends cdktf.TerraformResource { terraformResourceType: 'hcp_iam_workload_identity_provider', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/index.ts b/src/index.ts index d1916a361..34c99050e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get export * as awsNetworkPeering from './aws-network-peering'; export * as awsTransitGatewayAttachment from './aws-transit-gateway-attachment'; @@ -38,10 +33,11 @@ export * as vaultSecretsApp from './vault-secrets-app'; export * as vaultSecretsAppIamBinding from './vault-secrets-app-iam-binding'; export * as vaultSecretsAppIamPolicy from './vault-secrets-app-iam-policy'; export * as vaultSecretsSecret from './vault-secrets-secret'; +export * as waypointAction from './waypoint-action'; export * as waypointAddOn from './waypoint-add-on'; export * as waypointAddOnDefinition from './waypoint-add-on-definition'; export * as waypointApplication from './waypoint-application'; -export * as waypointApplicationTemplate from './waypoint-application-template'; +export * as waypointTemplate from './waypoint-template'; export * as waypointTfcConfig from './waypoint-tfc-config'; export * as dataHcpAwsNetworkPeering from './data-hcp-aws-network-peering'; export * as dataHcpAwsTransitGatewayAttachment from './data-hcp-aws-transit-gateway-attachment'; @@ -69,9 +65,10 @@ export * as dataHcpVaultPlugin from './data-hcp-vault-plugin'; export * as dataHcpVaultSecretsApp from './data-hcp-vault-secrets-app'; export * as dataHcpVaultSecretsRotatingSecret from './data-hcp-vault-secrets-rotating-secret'; export * as dataHcpVaultSecretsSecret from './data-hcp-vault-secrets-secret'; +export * as dataHcpWaypointAction from './data-hcp-waypoint-action'; export * as dataHcpWaypointAddOn from './data-hcp-waypoint-add-on'; export * as dataHcpWaypointAddOnDefinition from './data-hcp-waypoint-add-on-definition'; export * as dataHcpWaypointApplication from './data-hcp-waypoint-application'; -export * as dataHcpWaypointApplicationTemplate from './data-hcp-waypoint-application-template'; +export * as dataHcpWaypointTemplate from './data-hcp-waypoint-template'; export * as provider from './provider'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 0145ae358..46b5cdc35 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get Object.defineProperty(exports, 'awsNetworkPeering', { get: function () { return require('./aws-network-peering'); } }); Object.defineProperty(exports, 'awsTransitGatewayAttachment', { get: function () { return require('./aws-transit-gateway-attachment'); } }); @@ -38,10 +33,11 @@ Object.defineProperty(exports, 'vaultSecretsApp', { get: function () { return re Object.defineProperty(exports, 'vaultSecretsAppIamBinding', { get: function () { return require('./vault-secrets-app-iam-binding'); } }); Object.defineProperty(exports, 'vaultSecretsAppIamPolicy', { get: function () { return require('./vault-secrets-app-iam-policy'); } }); Object.defineProperty(exports, 'vaultSecretsSecret', { get: function () { return require('./vault-secrets-secret'); } }); +Object.defineProperty(exports, 'waypointAction', { get: function () { return require('./waypoint-action'); } }); Object.defineProperty(exports, 'waypointAddOn', { get: function () { return require('./waypoint-add-on'); } }); Object.defineProperty(exports, 'waypointAddOnDefinition', { get: function () { return require('./waypoint-add-on-definition'); } }); Object.defineProperty(exports, 'waypointApplication', { get: function () { return require('./waypoint-application'); } }); -Object.defineProperty(exports, 'waypointApplicationTemplate', { get: function () { return require('./waypoint-application-template'); } }); +Object.defineProperty(exports, 'waypointTemplate', { get: function () { return require('./waypoint-template'); } }); Object.defineProperty(exports, 'waypointTfcConfig', { get: function () { return require('./waypoint-tfc-config'); } }); Object.defineProperty(exports, 'dataHcpAwsNetworkPeering', { get: function () { return require('./data-hcp-aws-network-peering'); } }); Object.defineProperty(exports, 'dataHcpAwsTransitGatewayAttachment', { get: function () { return require('./data-hcp-aws-transit-gateway-attachment'); } }); @@ -69,9 +65,10 @@ Object.defineProperty(exports, 'dataHcpVaultPlugin', { get: function () { return Object.defineProperty(exports, 'dataHcpVaultSecretsApp', { get: function () { return require('./data-hcp-vault-secrets-app'); } }); Object.defineProperty(exports, 'dataHcpVaultSecretsRotatingSecret', { get: function () { return require('./data-hcp-vault-secrets-rotating-secret'); } }); Object.defineProperty(exports, 'dataHcpVaultSecretsSecret', { get: function () { return require('./data-hcp-vault-secrets-secret'); } }); +Object.defineProperty(exports, 'dataHcpWaypointAction', { get: function () { return require('./data-hcp-waypoint-action'); } }); Object.defineProperty(exports, 'dataHcpWaypointAddOn', { get: function () { return require('./data-hcp-waypoint-add-on'); } }); Object.defineProperty(exports, 'dataHcpWaypointAddOnDefinition', { get: function () { return require('./data-hcp-waypoint-add-on-definition'); } }); Object.defineProperty(exports, 'dataHcpWaypointApplication', { get: function () { return require('./data-hcp-waypoint-application'); } }); -Object.defineProperty(exports, 'dataHcpWaypointApplicationTemplate', { get: function () { return require('./data-hcp-waypoint-application-template'); } }); +Object.defineProperty(exports, 'dataHcpWaypointTemplate', { get: function () { return require('./data-hcp-waypoint-template'); } }); Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } }); diff --git a/src/log-streaming-destination/README.md b/src/log-streaming-destination/README.md index 5ef2b398b..cece09892 100644 --- a/src/log-streaming-destination/README.md +++ b/src/log-streaming-destination/README.md @@ -1,3 +1,3 @@ # `hcp_log_streaming_destination` -Refer to the Terraform Registry for docs: [`hcp_log_streaming_destination`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination). +Refer to the Terraform Registry for docs: [`hcp_log_streaming_destination`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination). diff --git a/src/log-streaming-destination/index.ts b/src/log-streaming-destination/index.ts index 11175d8c0..5f8c61d90 100644 --- a/src/log-streaming-destination/index.ts +++ b/src/log-streaming-destination/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,21 +8,21 @@ import * as cdktf from 'cdktf'; export interface LogStreamingDestinationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#cloudwatch LogStreamingDestination#cloudwatch} */ readonly cloudwatch?: LogStreamingDestinationCloudwatch; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#datadog LogStreamingDestination#datadog} */ readonly datadog?: LogStreamingDestinationDatadog; /** * The HCP Log Streaming Destination’s name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud} */ readonly splunkCloud?: LogStreamingDestinationSplunkCloud; } @@ -35,25 +30,25 @@ export interface LogStreamingDestinationCloudwatch { /** * The external_id to provide when assuming the aws IAM role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#external_id LogStreamingDestination#external_id} */ readonly externalId: string; /** * The log_group_name of the CloudWatch destination. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#log_group_name LogStreamingDestination#log_group_name} */ readonly logGroupName?: string; /** * The region the CloudWatch destination is set up to stream to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#region LogStreamingDestination#region} */ readonly region: string; /** * The role_arn that will be assumed to stream logs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#role_arn LogStreamingDestination#role_arn} */ readonly roleArn: string; } @@ -227,19 +222,19 @@ export interface LogStreamingDestinationDatadog { /** * The value for the DD-API-KEY to send when making requests to DataDog. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#api_key LogStreamingDestination#api_key} */ readonly apiKey: string; /** * The value for the DD-APPLICATION-KEY to send when making requests to DataDog. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#application_key LogStreamingDestination#application_key} */ readonly applicationKey?: string; /** * The Datadog endpoint to send logs to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} */ readonly endpoint: string; } @@ -387,13 +382,13 @@ export interface LogStreamingDestinationSplunkCloud { /** * The Splunk Cloud endpoint to send logs to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint} */ readonly endpoint: string; /** * The authentication token that will be used by the platform to access Splunk Cloud. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token} */ readonly token: string; } @@ -510,7 +505,7 @@ export class LogStreamingDestinationSplunkCloudOutputReference extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination hcp_log_streaming_destination} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination hcp_log_streaming_destination} */ export class LogStreamingDestination extends cdktf.TerraformResource { @@ -526,7 +521,7 @@ export class LogStreamingDestination extends cdktf.TerraformResource { * Generates CDKTF code for importing a LogStreamingDestination resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the LogStreamingDestination to import - * @param importFromId The id of the existing LogStreamingDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing LogStreamingDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the LogStreamingDestination to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -538,7 +533,7 @@ export class LogStreamingDestination extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/log_streaming_destination hcp_log_streaming_destination} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/log_streaming_destination hcp_log_streaming_destination} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -549,7 +544,7 @@ export class LogStreamingDestination extends cdktf.TerraformResource { terraformResourceType: 'hcp_log_streaming_destination', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/notifications-webhook/README.md b/src/notifications-webhook/README.md index 6153867dd..386da23c0 100644 --- a/src/notifications-webhook/README.md +++ b/src/notifications-webhook/README.md @@ -1,3 +1,3 @@ # `hcp_notifications_webhook` -Refer to the Terraform Registry for docs: [`hcp_notifications_webhook`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook). +Refer to the Terraform Registry for docs: [`hcp_notifications_webhook`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook). diff --git a/src/notifications-webhook/index.ts b/src/notifications-webhook/index.ts index edadf9420..27978f7b4 100644 --- a/src/notifications-webhook/index.ts +++ b/src/notifications-webhook/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,37 +10,37 @@ export interface NotificationsWebhookConfig extends cdktf.TerraformMetaArguments /** * The webhook configuration used to deliver event payloads. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#config NotificationsWebhook#config} */ readonly config: NotificationsWebhookConfigA; /** * The webhook's description. Descriptions are useful for helping others understand the purpose of the webhook. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#description NotificationsWebhook#description} */ readonly description?: string; /** * Indicates if the webhook should receive payloads for the subscribed events. Defaults to `true`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#enabled NotificationsWebhook#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** * The webhook's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#name NotificationsWebhook#name} */ readonly name: string; /** * The ID of the project to create the webhook under. If unspecified, the webhook will be created in the project the provider is configured with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#project_id NotificationsWebhook#project_id} */ readonly projectId?: string; /** * Set of events to subscribe the webhook to all resources or a specific resource in the project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#subscriptions NotificationsWebhook#subscriptions} */ readonly subscriptions?: NotificationsWebhookSubscriptions[] | cdktf.IResolvable; } @@ -53,7 +48,7 @@ export interface NotificationsWebhookConfigA { /** * The arbitrary secret that HCP uses to sign all its webhook requests. This is a write-only field, it is written once and not visible thereafter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#hmac_key NotificationsWebhook#hmac_key} */ readonly hmacKey?: string; /** @@ -61,7 +56,7 @@ export interface NotificationsWebhookConfigA { * The destination must be able to use the HCP webhook * [payload](https://developer.hashicorp.com/hcp/docs/hcp/admin/projects/webhooks#webhook-payload). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#url NotificationsWebhook#url} */ readonly url: string; } @@ -183,13 +178,13 @@ export interface NotificationsWebhookSubscriptionsEvents { /** * The list of event actions subscribed for the resource type set as the [source](#source). For example, `["create", "update"]`. When the action is '*', it means that the webhook is subscribed to all event actions for the event source. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#actions NotificationsWebhook#actions} */ readonly actions: string[]; /** * The resource type of the source of the event. For example, `hashicorp.packer.version`. Event source might not be the same type as the resource that the webhook is subscribed to ([resource_id](#resource_id)) if the event is from a descendant resource. For example, webhooks are subscribed to a `hashicorp.packer.registry` and receive events for descendent resources such as a `hashicorp.packer.version`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#source NotificationsWebhook#source} */ readonly source: string; } @@ -330,13 +325,13 @@ export interface NotificationsWebhookSubscriptions { /** * The information about the events of a webhook subscription. The service that owns the resource is responsible for maintaining events. Refer to the service's webhook documentation for more information. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#events NotificationsWebhook#events} */ readonly events: NotificationsWebhookSubscriptionsEvents[] | cdktf.IResolvable; /** * Refers to the resource the webhook is subscribed to. If not set, the webhook subscribes to the emitted events listed in events for any resource in the webhook's project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#resource_id NotificationsWebhook#resource_id} */ readonly resourceId?: string; } @@ -478,7 +473,7 @@ export class NotificationsWebhookSubscriptionsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook hcp_notifications_webhook} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook hcp_notifications_webhook} */ export class NotificationsWebhook extends cdktf.TerraformResource { @@ -494,7 +489,7 @@ export class NotificationsWebhook extends cdktf.TerraformResource { * Generates CDKTF code for importing a NotificationsWebhook resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the NotificationsWebhook to import - * @param importFromId The id of the existing NotificationsWebhook that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NotificationsWebhook that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NotificationsWebhook to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -506,7 +501,7 @@ export class NotificationsWebhook extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/notifications_webhook hcp_notifications_webhook} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/notifications_webhook hcp_notifications_webhook} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -517,7 +512,7 @@ export class NotificationsWebhook extends cdktf.TerraformResource { terraformResourceType: 'hcp_notifications_webhook', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/organization-iam-binding/README.md b/src/organization-iam-binding/README.md index 519b4d5fe..3f6384904 100644 --- a/src/organization-iam-binding/README.md +++ b/src/organization-iam-binding/README.md @@ -1,3 +1,3 @@ # `hcp_organization_iam_binding` -Refer to the Terraform Registry for docs: [`hcp_organization_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding). +Refer to the Terraform Registry for docs: [`hcp_organization_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding). diff --git a/src/organization-iam-binding/index.ts b/src/organization-iam-binding/index.ts index 9c9dda2ac..4579232fc 100644 --- a/src/organization-iam-binding/index.ts +++ b/src/organization-iam-binding/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface OrganizationIamBindingConfig extends cdktf.TerraformMetaArgumen /** * The principal to bind to the given role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id} */ readonly principalId: string; /** * The role name to bind to the given principal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role} */ readonly role: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding hcp_organization_iam_binding} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding hcp_organization_iam_binding} */ export class OrganizationIamBinding extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class OrganizationIamBinding extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationIamBinding resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationIamBinding to import - * @param importFromId The id of the existing OrganizationIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationIamBinding to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class OrganizationIamBinding extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_binding hcp_organization_iam_binding} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_binding hcp_organization_iam_binding} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class OrganizationIamBinding extends cdktf.TerraformResource { terraformResourceType: 'hcp_organization_iam_binding', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/organization-iam-policy/README.md b/src/organization-iam-policy/README.md index 4f2800f79..5b3f5d4c5 100644 --- a/src/organization-iam-policy/README.md +++ b/src/organization-iam-policy/README.md @@ -1,3 +1,3 @@ # `hcp_organization_iam_policy` -Refer to the Terraform Registry for docs: [`hcp_organization_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy). +Refer to the Terraform Registry for docs: [`hcp_organization_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy). diff --git a/src/organization-iam-policy/index.ts b/src/organization-iam-policy/index.ts index 7ae3ba338..0e36596b6 100644 --- a/src/organization-iam-policy/index.ts +++ b/src/organization-iam-policy/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +10,13 @@ export interface OrganizationIamPolicyConfig extends cdktf.TerraformMetaArgument /** * The policy to apply. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data} */ readonly policyData: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy hcp_organization_iam_policy} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy hcp_organization_iam_policy} */ export class OrganizationIamPolicy extends cdktf.TerraformResource { @@ -37,7 +32,7 @@ export class OrganizationIamPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationIamPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the OrganizationIamPolicy to import - * @param importFromId The id of the existing OrganizationIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationIamPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +44,7 @@ export class OrganizationIamPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/organization_iam_policy hcp_organization_iam_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/organization_iam_policy hcp_organization_iam_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +55,7 @@ export class OrganizationIamPolicy extends cdktf.TerraformResource { terraformResourceType: 'hcp_organization_iam_policy', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/packer-channel-assignment/README.md b/src/packer-channel-assignment/README.md index 088e211b4..67a902e17 100644 --- a/src/packer-channel-assignment/README.md +++ b/src/packer-channel-assignment/README.md @@ -1,3 +1,3 @@ # `hcp_packer_channel_assignment` -Refer to the Terraform Registry for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment). +Refer to the Terraform Registry for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment). diff --git a/src/packer-channel-assignment/index.ts b/src/packer-channel-assignment/index.ts index ce8c30ed2..2a42539f5 100644 --- a/src/packer-channel-assignment/index.ts +++ b/src/packer-channel-assignment/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface PackerChannelAssignmentConfig extends cdktf.TerraformMetaArgume /** * The slug of the HCP Packer bucket where the channel is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} */ readonly bucketName: string; /** * The name of the HCP Packer channel being managed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} */ readonly channelName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -37,37 +32,37 @@ export interface PackerChannelAssignmentConfig extends cdktf.TerraformMetaArgume * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} */ readonly projectId?: string; /** * The fingerprint of the version assigned to the channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#version_fingerprint PackerChannelAssignment#version_fingerprint} */ readonly versionFingerprint?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} */ readonly timeouts?: PackerChannelAssignmentTimeouts; } export interface PackerChannelAssignmentTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update} */ readonly update?: string; } @@ -248,7 +243,7 @@ export class PackerChannelAssignmentTimeoutsOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} */ export class PackerChannelAssignment extends cdktf.TerraformResource { @@ -264,7 +259,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource { * Generates CDKTF code for importing a PackerChannelAssignment resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PackerChannelAssignment to import - * @param importFromId The id of the existing PackerChannelAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PackerChannelAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PackerChannelAssignment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -276,7 +271,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -287,7 +282,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource { terraformResourceType: 'hcp_packer_channel_assignment', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/packer-channel/README.md b/src/packer-channel/README.md index 4adec5953..f8826f1e4 100644 --- a/src/packer-channel/README.md +++ b/src/packer-channel/README.md @@ -1,3 +1,3 @@ # `hcp_packer_channel` -Refer to the Terraform Registry for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel). +Refer to the Terraform Registry for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel). diff --git a/src/packer-channel/index.ts b/src/packer-channel/index.ts index 42115de35..e4616fd4f 100644 --- a/src/packer-channel/index.ts +++ b/src/packer-channel/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface PackerChannelConfig extends cdktf.TerraformMetaArguments { /** * The name of the HCP Packer Registry bucket where the channel should be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} */ readonly bucketName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#id PackerChannel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#id PackerChannel#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,7 +23,7 @@ export interface PackerChannelConfig extends cdktf.TerraformMetaArguments { /** * The name of the channel being managed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#name PackerChannel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#name PackerChannel#name} */ readonly name: string; /** @@ -37,37 +32,37 @@ export interface PackerChannelConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#project_id PackerChannel#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#project_id PackerChannel#project_id} */ readonly projectId?: string; /** * If true, the channel is only visible to users with permission to create and manage it. If false, the channel is visible to every member of the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#restricted PackerChannel#restricted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#restricted PackerChannel#restricted} */ readonly restricted?: boolean | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} */ readonly timeouts?: PackerChannelTimeouts; } export interface PackerChannelTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#create PackerChannel#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#create PackerChannel#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#default PackerChannel#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#default PackerChannel#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#delete PackerChannel#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#delete PackerChannel#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#update PackerChannel#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#update PackerChannel#update} */ readonly update?: string; } @@ -248,7 +243,7 @@ export class PackerChannelTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel hcp_packer_channel} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel hcp_packer_channel} */ export class PackerChannel extends cdktf.TerraformResource { @@ -264,7 +259,7 @@ export class PackerChannel extends cdktf.TerraformResource { * Generates CDKTF code for importing a PackerChannel resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PackerChannel to import - * @param importFromId The id of the existing PackerChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PackerChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PackerChannel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -276,7 +271,7 @@ export class PackerChannel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_channel hcp_packer_channel} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_channel hcp_packer_channel} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -287,7 +282,7 @@ export class PackerChannel extends cdktf.TerraformResource { terraformResourceType: 'hcp_packer_channel', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/packer-run-task/README.md b/src/packer-run-task/README.md index 09d07bcd7..8740dafa7 100644 --- a/src/packer-run-task/README.md +++ b/src/packer-run-task/README.md @@ -1,3 +1,3 @@ # `hcp_packer_run_task` -Refer to the Terraform Registry for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task). +Refer to the Terraform Registry for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task). diff --git a/src/packer-run-task/index.ts b/src/packer-run-task/index.ts index 9246f3787..2df3b1810 100644 --- a/src/packer-run-task/index.ts +++ b/src/packer-run-task/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +8,7 @@ import * as cdktf from 'cdktf'; export interface PackerRunTaskConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#id PackerRunTask#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#id PackerRunTask#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -25,37 +20,37 @@ export interface PackerRunTaskConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} */ readonly projectId?: string; /** * If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} */ readonly regenerateHmac?: boolean | cdktf.IResolvable; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} */ readonly timeouts?: PackerRunTaskTimeouts; } export interface PackerRunTaskTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#create PackerRunTask#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#create PackerRunTask#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#default PackerRunTask#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#default PackerRunTask#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#delete PackerRunTask#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#delete PackerRunTask#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#update PackerRunTask#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#update PackerRunTask#update} */ readonly update?: string; } @@ -236,7 +231,7 @@ export class PackerRunTaskTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task hcp_packer_run_task} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task hcp_packer_run_task} */ export class PackerRunTask extends cdktf.TerraformResource { @@ -252,7 +247,7 @@ export class PackerRunTask extends cdktf.TerraformResource { * Generates CDKTF code for importing a PackerRunTask resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the PackerRunTask to import - * @param importFromId The id of the existing PackerRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PackerRunTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PackerRunTask to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -264,7 +259,7 @@ export class PackerRunTask extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/packer_run_task hcp_packer_run_task} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/packer_run_task hcp_packer_run_task} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -275,7 +270,7 @@ export class PackerRunTask extends cdktf.TerraformResource { terraformResourceType: 'hcp_packer_run_task', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/project-iam-binding/README.md b/src/project-iam-binding/README.md index 4bc71548b..c76b474d7 100644 --- a/src/project-iam-binding/README.md +++ b/src/project-iam-binding/README.md @@ -1,3 +1,3 @@ # `hcp_project_iam_binding` -Refer to the Terraform Registry for docs: [`hcp_project_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding). +Refer to the Terraform Registry for docs: [`hcp_project_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding). diff --git a/src/project-iam-binding/index.ts b/src/project-iam-binding/index.ts index a01abb4d4..a892800da 100644 --- a/src/project-iam-binding/index.ts +++ b/src/project-iam-binding/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +10,25 @@ export interface ProjectIamBindingConfig extends cdktf.TerraformMetaArguments { /** * The principal to bind to the given role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id} */ readonly principalId: string; /** * The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id} */ readonly projectId?: string; /** * The role name to bind to the given principal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#role ProjectIamBinding#role} */ readonly role: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding hcp_project_iam_binding} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding hcp_project_iam_binding} */ export class ProjectIamBinding extends cdktf.TerraformResource { @@ -49,7 +44,7 @@ export class ProjectIamBinding extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProjectIamBinding resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ProjectIamBinding to import - * @param importFromId The id of the existing ProjectIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProjectIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProjectIamBinding to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -61,7 +56,7 @@ export class ProjectIamBinding extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_binding hcp_project_iam_binding} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_binding hcp_project_iam_binding} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -72,7 +67,7 @@ export class ProjectIamBinding extends cdktf.TerraformResource { terraformResourceType: 'hcp_project_iam_binding', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/project-iam-policy/README.md b/src/project-iam-policy/README.md index 075e140b2..df49efd66 100644 --- a/src/project-iam-policy/README.md +++ b/src/project-iam-policy/README.md @@ -1,3 +1,3 @@ # `hcp_project_iam_policy` -Refer to the Terraform Registry for docs: [`hcp_project_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy). +Refer to the Terraform Registry for docs: [`hcp_project_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy). diff --git a/src/project-iam-policy/index.ts b/src/project-iam-policy/index.ts index edb1e893f..98643f14b 100644 --- a/src/project-iam-policy/index.ts +++ b/src/project-iam-policy/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface ProjectIamPolicyConfig extends cdktf.TerraformMetaArguments { /** * The policy to apply. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data} */ readonly policyData: string; /** * The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id} */ readonly projectId?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy hcp_project_iam_policy} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy hcp_project_iam_policy} */ export class ProjectIamPolicy extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class ProjectIamPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProjectIamPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ProjectIamPolicy to import - * @param importFromId The id of the existing ProjectIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProjectIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProjectIamPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class ProjectIamPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project_iam_policy hcp_project_iam_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project_iam_policy hcp_project_iam_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class ProjectIamPolicy extends cdktf.TerraformResource { terraformResourceType: 'hcp_project_iam_policy', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/project/README.md b/src/project/README.md index 115c2e308..be16026ed 100644 --- a/src/project/README.md +++ b/src/project/README.md @@ -1,3 +1,3 @@ # `hcp_project` -Refer to the Terraform Registry for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project). +Refer to the Terraform Registry for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project). diff --git a/src/project/index.ts b/src/project/index.ts index 34f6c1038..82d0b1e84 100644 --- a/src/project/index.ts +++ b/src/project/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface ProjectConfig extends cdktf.TerraformMetaArguments { /** * The project's description * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#description Project#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#description Project#description} */ readonly description?: string; /** * The project's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#name Project#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#name Project#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project hcp_project} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project hcp_project} */ export class Project extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class Project extends cdktf.TerraformResource { * Generates CDKTF code for importing a Project resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Project to import - * @param importFromId The id of the existing Project that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Project that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Project to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class Project extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/project hcp_project} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/project hcp_project} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class Project extends cdktf.TerraformResource { terraformResourceType: 'hcp_project', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index 6a8b01af4..3d213bc12 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs). +Refer to the Terraform Registry for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index e995137c9..17f2837c9 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,37 +10,37 @@ export interface HcpProviderConfig { /** * The OAuth2 Client ID for API operations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_id HcpProvider#client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_id HcpProvider#client_id} */ readonly clientId?: string; /** * The OAuth2 Client Secret for API operations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#client_secret HcpProvider#client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#client_secret HcpProvider#client_secret} */ readonly clientSecret?: string; /** * The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#credential_file HcpProvider#credential_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#credential_file HcpProvider#credential_file} */ readonly credentialFile?: string; /** * The default project in which resources should be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#project_id HcpProvider#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#project_id HcpProvider#project_id} */ readonly projectId?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#alias HcpProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#alias HcpProvider#alias} */ readonly alias?: string; /** * workload_identity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#workload_identity HcpProvider#workload_identity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#workload_identity HcpProvider#workload_identity} */ readonly workloadIdentity?: HcpProviderWorkloadIdentity[] | cdktf.IResolvable; } @@ -53,13 +48,13 @@ export interface HcpProviderWorkloadIdentity { /** * The resource_name of the Workload Identity Provider to exchange the token with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#resource_name HcpProvider#resource_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#resource_name HcpProvider#resource_name} */ readonly resourceName: string; /** * The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#token_file HcpProvider#token_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#token_file HcpProvider#token_file} */ readonly tokenFile: string; } @@ -102,7 +97,7 @@ export function hcpProviderWorkloadIdentityToHclTerraform(struct?: HcpProviderWo /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs hcp} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs hcp} */ export class HcpProvider extends cdktf.TerraformProvider { @@ -118,7 +113,7 @@ export class HcpProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a HcpProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the HcpProvider to import - * @param importFromId The id of the existing HcpProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing HcpProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the HcpProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -130,7 +125,7 @@ export class HcpProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs hcp} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs hcp} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -141,7 +136,7 @@ export class HcpProvider extends cdktf.TerraformProvider { terraformResourceType: 'hcp', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, terraformProviderSource: 'hcp' diff --git a/src/service-principal-key/README.md b/src/service-principal-key/README.md index 42d8907e2..750e8ad46 100644 --- a/src/service-principal-key/README.md +++ b/src/service-principal-key/README.md @@ -1,3 +1,3 @@ # `hcp_service_principal_key` -Refer to the Terraform Registry for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key). +Refer to the Terraform Registry for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key). diff --git a/src/service-principal-key/index.ts b/src/service-principal-key/index.ts index fd0f678c2..c1153c29c 100644 --- a/src/service-principal-key/index.ts +++ b/src/service-principal-key/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface ServicePrincipalKeyConfig extends cdktf.TerraformMetaArguments /** * A map of arbitrary string key/value pairs that will force recreation of the key when they change, enabling key based on external conditions such as a rotating timestamp. Changing this forces a new resource to be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} */ readonly rotateTriggers?: { [key: string]: string }; /** * The service principal's resource name for which a key should be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} */ readonly servicePrincipal: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key hcp_service_principal_key} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key hcp_service_principal_key} */ export class ServicePrincipalKey extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class ServicePrincipalKey extends cdktf.TerraformResource { * Generates CDKTF code for importing a ServicePrincipalKey resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ServicePrincipalKey to import - * @param importFromId The id of the existing ServicePrincipalKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ServicePrincipalKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ServicePrincipalKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class ServicePrincipalKey extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal_key hcp_service_principal_key} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal_key hcp_service_principal_key} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class ServicePrincipalKey extends cdktf.TerraformResource { terraformResourceType: 'hcp_service_principal_key', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/service-principal/README.md b/src/service-principal/README.md index 35cbdce4b..e7e9f272e 100644 --- a/src/service-principal/README.md +++ b/src/service-principal/README.md @@ -1,3 +1,3 @@ # `hcp_service_principal` -Refer to the Terraform Registry for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal). +Refer to the Terraform Registry for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal). diff --git a/src/service-principal/index.ts b/src/service-principal/index.ts index fdc6d4c2f..34fab4fcf 100644 --- a/src/service-principal/index.ts +++ b/src/service-principal/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface ServicePrincipalConfig extends cdktf.TerraformMetaArguments { /** * The service principal's name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#name ServicePrincipal#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#name ServicePrincipal#name} */ readonly name: string; /** * The parent location to create the service principal under. If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#parent ServicePrincipal#parent} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#parent ServicePrincipal#parent} */ readonly parent?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal hcp_service_principal} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal hcp_service_principal} */ export class ServicePrincipal extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class ServicePrincipal extends cdktf.TerraformResource { * Generates CDKTF code for importing a ServicePrincipal resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the ServicePrincipal to import - * @param importFromId The id of the existing ServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ServicePrincipal to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class ServicePrincipal extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/service_principal hcp_service_principal} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/service_principal hcp_service_principal} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class ServicePrincipal extends cdktf.TerraformResource { terraformResourceType: 'hcp_service_principal', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-cluster-admin-token/README.md b/src/vault-cluster-admin-token/README.md index 3343d485e..bce626b34 100644 --- a/src/vault-cluster-admin-token/README.md +++ b/src/vault-cluster-admin-token/README.md @@ -1,3 +1,3 @@ # `hcp_vault_cluster_admin_token` -Refer to the Terraform Registry for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token). +Refer to the Terraform Registry for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token). diff --git a/src/vault-cluster-admin-token/index.ts b/src/vault-cluster-admin-token/index.ts index ce401145f..041e0724e 100644 --- a/src/vault-cluster-admin-token/index.ts +++ b/src/vault-cluster-admin-token/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface VaultClusterAdminTokenConfig extends cdktf.TerraformMetaArgumen /** * The ID of the HCP Vault cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -31,27 +26,27 @@ export interface VaultClusterAdminTokenConfig extends cdktf.TerraformMetaArgumen * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} */ readonly timeouts?: VaultClusterAdminTokenTimeouts; } export interface VaultClusterAdminTokenTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read} */ readonly read?: string; } @@ -203,7 +198,7 @@ export class VaultClusterAdminTokenTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token} */ export class VaultClusterAdminToken extends cdktf.TerraformResource { @@ -219,7 +214,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource { * Generates CDKTF code for importing a VaultClusterAdminToken resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the VaultClusterAdminToken to import - * @param importFromId The id of the existing VaultClusterAdminToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing VaultClusterAdminToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the VaultClusterAdminToken to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -231,7 +226,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -242,7 +237,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_cluster_admin_token', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-cluster/README.md b/src/vault-cluster/README.md index ec7197269..2f9b2edf8 100644 --- a/src/vault-cluster/README.md +++ b/src/vault-cluster/README.md @@ -1,3 +1,3 @@ # `hcp_vault_cluster` -Refer to the Terraform Registry for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster). +Refer to the Terraform Registry for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster). diff --git a/src/vault-cluster/index.ts b/src/vault-cluster/index.ts index 2792cd355..76902671f 100644 --- a/src/vault-cluster/index.ts +++ b/src/vault-cluster/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface VaultClusterConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HCP Vault cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} */ readonly clusterId: string; /** * The ID of the HVN this HCP Vault cluster is associated to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} */ readonly hvnId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#id VaultCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#id VaultCluster#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -34,19 +29,19 @@ export interface VaultClusterConfig extends cdktf.TerraformMetaArguments { /** * The minimum Vault version to use when creating the cluster. If not specified, it is defaulted to the version that is currently recommended by HCP. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} */ readonly minVaultVersion?: string; /** * The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} */ readonly pathsFilter?: string[]; /** * The `self_link` of the HCP Vault Plus tier cluster which is the primary in the performance replication setup with this HCP Vault Plus tier cluster. If not specified, it is a standalone Plus tier HCP Vault cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} */ readonly primaryLink?: string; /** @@ -55,55 +50,55 @@ export interface VaultClusterConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} */ readonly projectId?: string; /** * Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} */ readonly proxyEndpoint?: string; /** * Denotes that the cluster has a public endpoint. Defaults to false. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} */ readonly publicEndpoint?: boolean | cdktf.IResolvable; /** * Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#tier VaultCluster#tier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#tier VaultCluster#tier} */ readonly tier?: string; /** * audit_log_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} */ readonly auditLogConfig?: VaultClusterAuditLogConfig; /** * ip_allowlist block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} */ readonly ipAllowlist?: VaultClusterIpAllowlistStruct[] | cdktf.IResolvable; /** * major_version_upgrade_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} */ readonly majorVersionUpgradeConfig?: VaultClusterMajorVersionUpgradeConfig; /** * metrics_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} */ readonly metricsConfig?: VaultClusterMetricsConfig; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} */ readonly timeouts?: VaultClusterTimeouts; } @@ -111,157 +106,157 @@ export interface VaultClusterAuditLogConfig { /** * CloudWatch access key ID for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} */ readonly cloudwatchAccessKeyId?: string; /** * CloudWatch region for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} */ readonly cloudwatchRegion?: string; /** * CloudWatch secret access key for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} */ readonly cloudwatchSecretAccessKey?: string; /** * Datadog api key for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} */ readonly datadogApiKey?: string; /** * Datadog region for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} */ readonly datadogRegion?: string; /** * ElasticSearch endpoint for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} */ readonly elasticsearchEndpoint?: string; /** * ElasticSearch password for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} */ readonly elasticsearchPassword?: string; /** * ElasticSearch user for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} */ readonly elasticsearchUser?: string; /** * Grafana endpoint for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} */ readonly grafanaEndpoint?: string; /** * Grafana password for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} */ readonly grafanaPassword?: string; /** * Grafana user for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} */ readonly grafanaUser?: string; /** * HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} */ readonly httpBasicPassword?: string; /** * HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} */ readonly httpBasicUser?: string; /** * HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} */ readonly httpBearerToken?: string; /** * HTTP codec for streaming audit logs, allowed values are JSON and NDJSON * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} */ readonly httpCodec?: string; /** * HTTP compression flag for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} */ readonly httpCompression?: boolean | cdktf.IResolvable; /** * HTTP headers for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} */ readonly httpHeaders?: { [key: string]: string }; /** * HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} */ readonly httpMethod?: string; /** * HTTP payload prefix for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} */ readonly httpPayloadPrefix?: string; /** * HTTP payload suffix for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} */ readonly httpPayloadSuffix?: string; /** * HTTP URI for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} */ readonly httpUri?: string; /** * NewRelic Account ID for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} */ readonly newrelicAccountId?: string; /** * NewRelic license key for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} */ readonly newrelicLicenseKey?: string; /** * NewRelic region for streaming audit logs, allowed values are "US" and "EU" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} */ readonly newrelicRegion?: string; /** * Splunk endpoint for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} */ readonly splunkHecendpoint?: string; /** * Splunk token for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} */ readonly splunkToken?: string; } @@ -1087,13 +1082,13 @@ export interface VaultClusterIpAllowlistStruct { /** * IP address range in CIDR notation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#address VaultCluster#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#address VaultCluster#address} */ readonly address: string; /** * Description to help identify source (maximum 255 chars). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#description VaultCluster#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#description VaultCluster#description} */ readonly description?: string; } @@ -1237,19 +1232,19 @@ export interface VaultClusterMajorVersionUpgradeConfig { /** * The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} */ readonly maintenanceWindowDay?: string; /** * The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} */ readonly maintenanceWindowTime?: string; /** * The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} */ readonly upgradeType: string; } @@ -1390,157 +1385,157 @@ export interface VaultClusterMetricsConfig { /** * CloudWatch access key ID for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} */ readonly cloudwatchAccessKeyId?: string; /** * CloudWatch region for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} */ readonly cloudwatchRegion?: string; /** * CloudWatch secret access key for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} */ readonly cloudwatchSecretAccessKey?: string; /** * Datadog api key for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} */ readonly datadogApiKey?: string; /** * Datadog region for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} */ readonly datadogRegion?: string; /** * ElasticSearch endpoint for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} */ readonly elasticsearchEndpoint?: string; /** * ElasticSearch password for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} */ readonly elasticsearchPassword?: string; /** * ElasticSearch user for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} */ readonly elasticsearchUser?: string; /** * Grafana endpoint for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} */ readonly grafanaEndpoint?: string; /** * Grafana password for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} */ readonly grafanaPassword?: string; /** * Grafana user for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} */ readonly grafanaUser?: string; /** * HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} */ readonly httpBasicPassword?: string; /** * HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} */ readonly httpBasicUser?: string; /** * HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} */ readonly httpBearerToken?: string; /** * HTTP codec for streaming metrics, allowed values are JSON and NDJSON * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} */ readonly httpCodec?: string; /** * HTTP compression flag for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} */ readonly httpCompression?: boolean | cdktf.IResolvable; /** * HTTP headers for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} */ readonly httpHeaders?: { [key: string]: string }; /** * HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} */ readonly httpMethod?: string; /** * HTTP payload prefix for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} */ readonly httpPayloadPrefix?: string; /** * HTTP payload suffix for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} */ readonly httpPayloadSuffix?: string; /** * HTTP URI for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} */ readonly httpUri?: string; /** * NewRelic Account ID for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} */ readonly newrelicAccountId?: string; /** * NewRelic license key for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} */ readonly newrelicLicenseKey?: string; /** * NewRelic region for streaming metrics, allowed values are "US" and "EU" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} */ readonly newrelicRegion?: string; /** * Splunk endpoint for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} */ readonly splunkHecendpoint?: string; /** * Splunk token for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} */ readonly splunkToken?: string; } @@ -2359,19 +2354,19 @@ export class VaultClusterMetricsConfigOutputReference extends cdktf.ComplexObjec } export interface VaultClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#create VaultCluster#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#create VaultCluster#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#default VaultCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#default VaultCluster#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#delete VaultCluster#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#delete VaultCluster#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#update VaultCluster#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#update VaultCluster#update} */ readonly update?: string; } @@ -2552,7 +2547,7 @@ export class VaultClusterTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster hcp_vault_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster hcp_vault_cluster} */ export class VaultCluster extends cdktf.TerraformResource { @@ -2568,7 +2563,7 @@ export class VaultCluster extends cdktf.TerraformResource { * Generates CDKTF code for importing a VaultCluster resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the VaultCluster to import - * @param importFromId The id of the existing VaultCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing VaultCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the VaultCluster to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2580,7 +2575,7 @@ export class VaultCluster extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_cluster hcp_vault_cluster} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_cluster hcp_vault_cluster} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -2591,7 +2586,7 @@ export class VaultCluster extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-plugin/README.md b/src/vault-plugin/README.md index ed18e2a06..b9fd5c9a1 100644 --- a/src/vault-plugin/README.md +++ b/src/vault-plugin/README.md @@ -1,3 +1,3 @@ # `hcp_vault_plugin` -Refer to the Terraform Registry for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin). +Refer to the Terraform Registry for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin). diff --git a/src/vault-plugin/index.ts b/src/vault-plugin/index.ts index 5ce087997..318a499ca 100644 --- a/src/vault-plugin/index.ts +++ b/src/vault-plugin/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface VaultPluginConfig extends cdktf.TerraformMetaArguments { /** * The ID of the HCP Vault cluster. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} */ readonly clusterId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#id VaultPlugin#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#id VaultPlugin#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,13 +23,13 @@ export interface VaultPluginConfig extends cdktf.TerraformMetaArguments { /** * The name of the plugin - Valid options for plugin name - 'venafi-pki-backend' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} */ readonly pluginName: string; /** * The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} */ readonly pluginType: string; /** @@ -43,19 +38,19 @@ export interface VaultPluginConfig extends cdktf.TerraformMetaArguments { * If not specified, the project specified in the HCP Provider config block will be used, if configured. * If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} */ readonly timeouts?: VaultPluginTimeouts; } export interface VaultPluginTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#default VaultPlugin#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#default VaultPlugin#default} */ readonly default?: string; } @@ -149,7 +144,7 @@ export class VaultPluginTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin hcp_vault_plugin} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin hcp_vault_plugin} */ export class VaultPlugin extends cdktf.TerraformResource { @@ -165,7 +160,7 @@ export class VaultPlugin extends cdktf.TerraformResource { * Generates CDKTF code for importing a VaultPlugin resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the VaultPlugin to import - * @param importFromId The id of the existing VaultPlugin that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing VaultPlugin that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the VaultPlugin to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -177,7 +172,7 @@ export class VaultPlugin extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_plugin hcp_vault_plugin} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_plugin hcp_vault_plugin} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -188,7 +183,7 @@ export class VaultPlugin extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_plugin', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-secrets-app-iam-binding/README.md b/src/vault-secrets-app-iam-binding/README.md index eec71de20..9efe0af72 100644 --- a/src/vault-secrets-app-iam-binding/README.md +++ b/src/vault-secrets-app-iam-binding/README.md @@ -1,3 +1,3 @@ # `hcp_vault_secrets_app_iam_binding` -Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding). +Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding). diff --git a/src/vault-secrets-app-iam-binding/index.ts b/src/vault-secrets-app-iam-binding/index.ts index ae3fa9ff3..5874c2cc7 100644 --- a/src/vault-secrets-app-iam-binding/index.ts +++ b/src/vault-secrets-app-iam-binding/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +10,25 @@ export interface VaultSecretsAppIamBindingConfig extends cdktf.TerraformMetaArgu /** * The principal to bind to the given role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#principal_id VaultSecretsAppIamBinding#principal_id} */ readonly principalId: string; /** * The app's resource name in the format secrets/project//app/. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#resource_name VaultSecretsAppIamBinding#resource_name} */ readonly resourceName: string; /** * The role name to bind to the given principal. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#role VaultSecretsAppIamBinding#role} */ readonly role: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding} */ export class VaultSecretsAppIamBinding extends cdktf.TerraformResource { @@ -49,7 +44,7 @@ export class VaultSecretsAppIamBinding extends cdktf.TerraformResource { * Generates CDKTF code for importing a VaultSecretsAppIamBinding resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the VaultSecretsAppIamBinding to import - * @param importFromId The id of the existing VaultSecretsAppIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing VaultSecretsAppIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the VaultSecretsAppIamBinding to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -61,7 +56,7 @@ export class VaultSecretsAppIamBinding extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_binding hcp_vault_secrets_app_iam_binding} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -72,7 +67,7 @@ export class VaultSecretsAppIamBinding extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_secrets_app_iam_binding', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-secrets-app-iam-policy/README.md b/src/vault-secrets-app-iam-policy/README.md index ca8cbe20a..7fedfd011 100644 --- a/src/vault-secrets-app-iam-policy/README.md +++ b/src/vault-secrets-app-iam-policy/README.md @@ -1,3 +1,3 @@ # `hcp_vault_secrets_app_iam_policy` -Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy). +Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy). diff --git a/src/vault-secrets-app-iam-policy/index.ts b/src/vault-secrets-app-iam-policy/index.ts index ce91f10b0..d16a0fb42 100644 --- a/src/vault-secrets-app-iam-policy/index.ts +++ b/src/vault-secrets-app-iam-policy/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface VaultSecretsAppIamPolicyConfig extends cdktf.TerraformMetaArgum /** * The policy to apply. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#policy_data VaultSecretsAppIamPolicy#policy_data} */ readonly policyData: string; /** * The app's resource name in the format secrets/project//app/. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#resource_name VaultSecretsAppIamPolicy#resource_name} */ readonly resourceName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy} */ export class VaultSecretsAppIamPolicy extends cdktf.TerraformResource { @@ -43,7 +38,7 @@ export class VaultSecretsAppIamPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a VaultSecretsAppIamPolicy resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the VaultSecretsAppIamPolicy to import - * @param importFromId The id of the existing VaultSecretsAppIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing VaultSecretsAppIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the VaultSecretsAppIamPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +50,7 @@ export class VaultSecretsAppIamPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app_iam_policy hcp_vault_secrets_app_iam_policy} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +61,7 @@ export class VaultSecretsAppIamPolicy extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_secrets_app_iam_policy', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-secrets-app/README.md b/src/vault-secrets-app/README.md index a5ad786ea..968a0dde4 100644 --- a/src/vault-secrets-app/README.md +++ b/src/vault-secrets-app/README.md @@ -1,3 +1,3 @@ # `hcp_vault_secrets_app` -Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app). +Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app). diff --git a/src/vault-secrets-app/index.ts b/src/vault-secrets-app/index.ts index 87971240d..deb69b65a 100644 --- a/src/vault-secrets-app/index.ts +++ b/src/vault-secrets-app/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +10,25 @@ export interface VaultSecretsAppConfig extends cdktf.TerraformMetaArguments { /** * The Vault Secrets App name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} */ readonly appName: string; /** * The Vault Secrets app description * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} */ readonly description?: string; /** * The ID of the HCP project where the HCP Vault Secrets app is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#project_id VaultSecretsApp#project_id} */ readonly projectId?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} */ export class VaultSecretsApp extends cdktf.TerraformResource { @@ -49,7 +44,7 @@ export class VaultSecretsApp extends cdktf.TerraformResource { * Generates CDKTF code for importing a VaultSecretsApp resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the VaultSecretsApp to import - * @param importFromId The id of the existing VaultSecretsApp that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing VaultSecretsApp that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the VaultSecretsApp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -61,7 +56,7 @@ export class VaultSecretsApp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -72,7 +67,7 @@ export class VaultSecretsApp extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_secrets_app', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-secrets-secret/README.md b/src/vault-secrets-secret/README.md index 2ee4473f8..dd4fa073d 100644 --- a/src/vault-secrets-secret/README.md +++ b/src/vault-secrets-secret/README.md @@ -1,3 +1,3 @@ # `hcp_vault_secrets_secret` -Refer to the Terraform Registry for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret). +Refer to the Terraform Registry for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret). diff --git a/src/vault-secrets-secret/index.ts b/src/vault-secrets-secret/index.ts index 73743a0f0..cf0f445e0 100644 --- a/src/vault-secrets-secret/index.ts +++ b/src/vault-secrets-secret/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,31 +10,31 @@ export interface VaultSecretsSecretConfig extends cdktf.TerraformMetaArguments { /** * The name of the application the secret can be found in * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} */ readonly appName: string; /** * The ID of the HCP project where the HCP Vault Secrets secret is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#project_id VaultSecretsSecret#project_id} */ readonly projectId?: string; /** * The name of the secret * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} */ readonly secretName: string; /** * The value of the secret * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} */ readonly secretValue: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} */ export class VaultSecretsSecret extends cdktf.TerraformResource { @@ -55,7 +50,7 @@ export class VaultSecretsSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a VaultSecretsSecret resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the VaultSecretsSecret to import - * @param importFromId The id of the existing VaultSecretsSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing VaultSecretsSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the VaultSecretsSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -67,7 +62,7 @@ export class VaultSecretsSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -78,7 +73,7 @@ export class VaultSecretsSecret extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_secrets_secret', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index 3d41f1235..e3862085c 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/hashicorp/hcp": "0.92.0" + "registry.terraform.io/hashicorp/hcp": "0.93.0" } diff --git a/src/waypoint-action/README.md b/src/waypoint-action/README.md new file mode 100644 index 000000000..6a7af00cf --- /dev/null +++ b/src/waypoint-action/README.md @@ -0,0 +1,3 @@ +# `hcp_waypoint_action` + +Refer to the Terraform Registry for docs: [`hcp_waypoint_action`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action). diff --git a/src/waypoint-action/index.ts b/src/waypoint-action/index.ts new file mode 100644 index 000000000..35a8c944f --- /dev/null +++ b/src/waypoint-action/index.ts @@ -0,0 +1,503 @@ +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface WaypointActionConfig extends cdktf.TerraformMetaArguments { + /** + * A description of the Action. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#description WaypointAction#description} + */ + readonly description?: string; + /** + * The name of the Action. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#name WaypointAction#name} + */ + readonly name: string; + /** + * The ID of the HCP project where the Action is located. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#project_id WaypointAction#project_id} + */ + readonly projectId?: string; + /** + * The kind of HTTP request this should trigger. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#request WaypointAction#request} + */ + readonly request: WaypointActionRequest; +} +export interface WaypointActionRequestCustom { + /** + * The body to be submitted with the request. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#body WaypointAction#body} + */ + readonly body?: string; + /** + * Key value headers to send with the request. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#headers WaypointAction#headers} + */ + readonly headers?: { [key: string]: string }; + /** + * The HTTP method to use for the request. Must be one of: 'GET', 'POST', 'PUT', 'DELETE', or 'PATCH'. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#method WaypointAction#method} + */ + readonly method: string; + /** + * The full URL this request should make when invoked. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#url WaypointAction#url} + */ + readonly url?: string; +} + +export function waypointActionRequestCustomToTerraform(struct?: WaypointActionRequestCustom | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + return { + body: cdktf.stringToTerraform(struct!.body), + headers: cdktf.hashMapper(cdktf.stringToTerraform)(struct!.headers), + method: cdktf.stringToTerraform(struct!.method), + url: cdktf.stringToTerraform(struct!.url), + } +} + + +export function waypointActionRequestCustomToHclTerraform(struct?: WaypointActionRequestCustom | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + const attrs = { + body: { + value: cdktf.stringToHclTerraform(struct!.body), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + headers: { + value: cdktf.hashMapperHcl(cdktf.stringToHclTerraform)(struct!.headers), + isBlock: false, + type: "map", + storageClassType: "stringMap", + }, + method: { + value: cdktf.stringToHclTerraform(struct!.method), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + url: { + value: cdktf.stringToHclTerraform(struct!.url), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class WaypointActionRequestCustomOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + private resolvableValue?: cdktf.IResolvable; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false); + } + + public get internalValue(): WaypointActionRequestCustom | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._body !== undefined) { + hasAnyValues = true; + internalValueResult.body = this._body; + } + if (this._headers !== undefined) { + hasAnyValues = true; + internalValueResult.headers = this._headers; + } + if (this._method !== undefined) { + hasAnyValues = true; + internalValueResult.method = this._method; + } + if (this._url !== undefined) { + hasAnyValues = true; + internalValueResult.url = this._url; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: WaypointActionRequestCustom | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._body = undefined; + this._headers = undefined; + this._method = undefined; + this._url = undefined; + } + else if (cdktf.Tokenization.isResolvable(value)) { + this.isEmptyObject = false; + this.resolvableValue = value; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + this.resolvableValue = undefined; + this._body = value.body; + this._headers = value.headers; + this._method = value.method; + this._url = value.url; + } + } + + // body - computed: false, optional: true, required: false + private _body?: string; + public get body() { + return this.getStringAttribute('body'); + } + public set body(value: string) { + this._body = value; + } + public resetBody() { + this._body = undefined; + } + // Temporarily expose input value. Use with caution. + public get bodyInput() { + return this._body; + } + + // headers - computed: false, optional: true, required: false + private _headers?: { [key: string]: string }; + public get headers() { + return this.getStringMapAttribute('headers'); + } + public set headers(value: { [key: string]: string }) { + this._headers = value; + } + public resetHeaders() { + this._headers = undefined; + } + // Temporarily expose input value. Use with caution. + public get headersInput() { + return this._headers; + } + + // method - computed: false, optional: false, required: true + private _method?: string; + public get method() { + return this.getStringAttribute('method'); + } + public set method(value: string) { + this._method = value; + } + // Temporarily expose input value. Use with caution. + public get methodInput() { + return this._method; + } + + // url - computed: false, optional: true, required: false + private _url?: string; + public get url() { + return this.getStringAttribute('url'); + } + public set url(value: string) { + this._url = value; + } + public resetUrl() { + this._url = undefined; + } + // Temporarily expose input value. Use with caution. + public get urlInput() { + return this._url; + } +} +export interface WaypointActionRequest { + /** + * Custom mode allows users to define the HTTP method, the request body, etc. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#custom WaypointAction#custom} + */ + readonly custom?: WaypointActionRequestCustom; +} + +export function waypointActionRequestToTerraform(struct?: WaypointActionRequest | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + return { + custom: waypointActionRequestCustomToTerraform(struct!.custom), + } +} + + +export function waypointActionRequestToHclTerraform(struct?: WaypointActionRequest | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + const attrs = { + custom: { + value: waypointActionRequestCustomToHclTerraform(struct!.custom), + isBlock: true, + type: "struct", + storageClassType: "WaypointActionRequestCustom", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class WaypointActionRequestOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + private resolvableValue?: cdktf.IResolvable; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false); + } + + public get internalValue(): WaypointActionRequest | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._custom?.internalValue !== undefined) { + hasAnyValues = true; + internalValueResult.custom = this._custom?.internalValue; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: WaypointActionRequest | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._custom.internalValue = undefined; + } + else if (cdktf.Tokenization.isResolvable(value)) { + this.isEmptyObject = false; + this.resolvableValue = value; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + this.resolvableValue = undefined; + this._custom.internalValue = value.custom; + } + } + + // custom - computed: false, optional: true, required: false + private _custom = new WaypointActionRequestCustomOutputReference(this, "custom"); + public get custom() { + return this._custom; + } + public putCustom(value: WaypointActionRequestCustom) { + this._custom.internalValue = value; + } + public resetCustom() { + this._custom.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get customInput() { + return this._custom.internalValue; + } +} + +/** +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action hcp_waypoint_action} +*/ +export class WaypointAction extends cdktf.TerraformResource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "hcp_waypoint_action"; + + // ============== + // STATIC Methods + // ============== + /** + * Generates CDKTF code for importing a WaypointAction resource upon running "cdktf plan " + * @param scope The scope in which to define this construct + * @param importToId The construct id used in the generated config for the WaypointAction to import + * @param importFromId The id of the existing WaypointAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action#import import section} in the documentation of this resource for the id to use + * @param provider? Optional instance of the provider where the WaypointAction to import is found + */ + public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_waypoint_action", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_action hcp_waypoint_action} Resource + * + * @param scope The scope in which to define this construct + * @param id The scoped construct ID. Must be unique amongst siblings in the same scope + * @param options WaypointActionConfig + */ + public constructor(scope: Construct, id: string, config: WaypointActionConfig) { + super(scope, id, { + terraformResourceType: 'hcp_waypoint_action', + terraformGeneratorMetadata: { + providerName: 'hcp', + providerVersion: '0.93.0', + providerVersionConstraint: '~> 0.45' + }, + provider: config.provider, + dependsOn: config.dependsOn, + count: config.count, + lifecycle: config.lifecycle, + provisioners: config.provisioners, + connection: config.connection, + forEach: config.forEach + }); + this._description = config.description; + this._name = config.name; + this._projectId = config.projectId; + this._request.internalValue = config.request; + } + + // ========== + // ATTRIBUTES + // ========== + + // description - computed: false, optional: true, required: false + private _description?: string; + public get description() { + return this.getStringAttribute('description'); + } + public set description(value: string) { + this._description = value; + } + public resetDescription() { + this._description = undefined; + } + // Temporarily expose input value. Use with caution. + public get descriptionInput() { + return this._description; + } + + // id - computed: true, optional: false, required: false + public get id() { + return this.getStringAttribute('id'); + } + + // name - computed: false, optional: false, required: true + private _name?: string; + public get name() { + return this.getStringAttribute('name'); + } + public set name(value: string) { + this._name = value; + } + // Temporarily expose input value. Use with caution. + public get nameInput() { + return this._name; + } + + // organization_id - computed: true, optional: false, required: false + public get organizationId() { + return this.getStringAttribute('organization_id'); + } + + // project_id - computed: true, optional: true, required: false + private _projectId?: string; + public get projectId() { + return this.getStringAttribute('project_id'); + } + public set projectId(value: string) { + this._projectId = value; + } + public resetProjectId() { + this._projectId = undefined; + } + // Temporarily expose input value. Use with caution. + public get projectIdInput() { + return this._projectId; + } + + // request - computed: false, optional: false, required: true + private _request = new WaypointActionRequestOutputReference(this, "request"); + public get request() { + return this._request; + } + public putRequest(value: WaypointActionRequest) { + this._request.internalValue = value; + } + // Temporarily expose input value. Use with caution. + public get requestInput() { + return this._request.internalValue; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + description: cdktf.stringToTerraform(this._description), + name: cdktf.stringToTerraform(this._name), + project_id: cdktf.stringToTerraform(this._projectId), + request: waypointActionRequestToTerraform(this._request.internalValue), + }; + } + + protected synthesizeHclAttributes(): { [name: string]: any } { + const attrs = { + description: { + value: cdktf.stringToHclTerraform(this._description), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + name: { + value: cdktf.stringToHclTerraform(this._name), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + project_id: { + value: cdktf.stringToHclTerraform(this._projectId), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + request: { + value: waypointActionRequestToHclTerraform(this._request.internalValue), + isBlock: true, + type: "struct", + storageClassType: "WaypointActionRequest", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined )) + } +} diff --git a/src/waypoint-add-on-definition/README.md b/src/waypoint-add-on-definition/README.md index 8d48dca84..ecc58aaed 100644 --- a/src/waypoint-add-on-definition/README.md +++ b/src/waypoint-add-on-definition/README.md @@ -1,3 +1,3 @@ # `hcp_waypoint_add_on_definition` -Refer to the Terraform Registry for docs: [`hcp_waypoint_add_on_definition`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition). +Refer to the Terraform Registry for docs: [`hcp_waypoint_add_on_definition`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition). diff --git a/src/waypoint-add-on-definition/index.ts b/src/waypoint-add-on-definition/index.ts index a5bf6f5c6..85823f1e4 100644 --- a/src/waypoint-add-on-definition/index.ts +++ b/src/waypoint-add-on-definition/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,55 +10,55 @@ export interface WaypointAddOnDefinitionConfig extends cdktf.TerraformMetaArgume /** * A longer description of the Add-on Definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#description WaypointAddOnDefinition#description} */ readonly description: string; /** * List of labels attached to this Add-on Definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#labels WaypointAddOnDefinition#labels} */ readonly labels?: string[]; /** * The name of the Add-on Definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} */ readonly name: string; /** * The ID of the HCP project where the Waypoint Add-on Definition is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#project_id WaypointAddOnDefinition#project_id} */ readonly projectId?: string; /** * The markdown template for the Add-on Definition README. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#readme_markdown_template WaypointAddOnDefinition#readme_markdown_template} */ readonly readmeMarkdownTemplate?: string; /** * A short summary of the Add-on Definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#summary WaypointAddOnDefinition#summary} */ readonly summary: string; /** * Terraform Cloud Workspace details * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_cloud_workspace_details WaypointAddOnDefinition#terraform_cloud_workspace_details} */ readonly terraformCloudWorkspaceDetails: WaypointAddOnDefinitionTerraformCloudWorkspaceDetails; /** * Terraform Cloud no-code Module details. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_no_code_module WaypointAddOnDefinition#terraform_no_code_module} */ readonly terraformNoCodeModule: WaypointAddOnDefinitionTerraformNoCodeModule; /** - * List of variable options for the template + * List of variable options for the Add-on Definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_options WaypointAddOnDefinition#variable_options} */ readonly variableOptions?: WaypointAddOnDefinitionVariableOptions[] | cdktf.IResolvable; } @@ -71,13 +66,13 @@ export interface WaypointAddOnDefinitionTerraformCloudWorkspaceDetails { /** * Name of the Terraform Cloud Workspace * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} */ readonly name: string; /** * Tetraform Cloud Project ID * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#terraform_project_id WaypointAddOnDefinition#terraform_project_id} */ readonly terraformProjectId: string; } @@ -196,13 +191,13 @@ export interface WaypointAddOnDefinitionTerraformNoCodeModule { /** * Terraform Cloud no-code Module Source * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#source WaypointAddOnDefinition#source} */ readonly source: string; /** * Terraform Cloud no-code Module Version * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#version WaypointAddOnDefinition#version} */ readonly version: string; } @@ -321,25 +316,25 @@ export interface WaypointAddOnDefinitionVariableOptions { /** * Variable name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#name WaypointAddOnDefinition#name} */ readonly name: string; /** * List of options * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#options WaypointAddOnDefinition#options} */ readonly options: string[]; /** * Whether the variable is editable by the user creating an add-on * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#user_editable WaypointAddOnDefinition#user_editable} */ readonly userEditable?: boolean | cdktf.IResolvable; /** * Variable type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#variable_type WaypointAddOnDefinition#variable_type} */ readonly variableType: string; } @@ -533,7 +528,7 @@ export class WaypointAddOnDefinitionVariableOptionsList extends cdktf.ComplexLis } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition} */ export class WaypointAddOnDefinition extends cdktf.TerraformResource { @@ -549,7 +544,7 @@ export class WaypointAddOnDefinition extends cdktf.TerraformResource { * Generates CDKTF code for importing a WaypointAddOnDefinition resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the WaypointAddOnDefinition to import - * @param importFromId The id of the existing WaypointAddOnDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing WaypointAddOnDefinition that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WaypointAddOnDefinition to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -561,7 +556,7 @@ export class WaypointAddOnDefinition extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on_definition hcp_waypoint_add_on_definition} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -572,7 +567,7 @@ export class WaypointAddOnDefinition extends cdktf.TerraformResource { terraformResourceType: 'hcp_waypoint_add_on_definition', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/waypoint-add-on/README.md b/src/waypoint-add-on/README.md index cc7a9e770..5170c1a8d 100644 --- a/src/waypoint-add-on/README.md +++ b/src/waypoint-add-on/README.md @@ -1,3 +1,3 @@ # `hcp_waypoint_add_on` -Refer to the Terraform Registry for docs: [`hcp_waypoint_add_on`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on). +Refer to the Terraform Registry for docs: [`hcp_waypoint_add_on`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on). diff --git a/src/waypoint-add-on/index.ts b/src/waypoint-add-on/index.ts index ff14ebd1a..a54bf930c 100644 --- a/src/waypoint-add-on/index.ts +++ b/src/waypoint-add-on/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +10,25 @@ export interface WaypointAddOnConfig extends cdktf.TerraformMetaArguments { /** * The ID of the Application that this Add-on is created for. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#application_id WaypointAddOn#application_id} */ readonly applicationId: string; /** * The ID of the Add-on Definition that this Add-on is created from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#definition_id WaypointAddOn#definition_id} */ readonly definitionId: string; /** * The name of the Add-on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#name WaypointAddOn#name} */ readonly name: string; /** * The ID of the HCP project where the Waypoint AddOn is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#project_id WaypointAddOn#project_id} */ readonly projectId?: string; } @@ -188,7 +183,7 @@ export class WaypointAddOnTerraformNoCodeModuleOutputReference extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on hcp_waypoint_add_on} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on hcp_waypoint_add_on} */ export class WaypointAddOn extends cdktf.TerraformResource { @@ -204,7 +199,7 @@ export class WaypointAddOn extends cdktf.TerraformResource { * Generates CDKTF code for importing a WaypointAddOn resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the WaypointAddOn to import - * @param importFromId The id of the existing WaypointAddOn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing WaypointAddOn that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WaypointAddOn to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -216,7 +211,7 @@ export class WaypointAddOn extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_add_on hcp_waypoint_add_on} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_add_on hcp_waypoint_add_on} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -227,7 +222,7 @@ export class WaypointAddOn extends cdktf.TerraformResource { terraformResourceType: 'hcp_waypoint_add_on', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/waypoint-application-template/README.md b/src/waypoint-application-template/README.md deleted file mode 100644 index d146992b8..000000000 --- a/src/waypoint-application-template/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# `hcp_waypoint_application_template` - -Refer to the Terraform Registry for docs: [`hcp_waypoint_application_template`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template). diff --git a/src/waypoint-application/README.md b/src/waypoint-application/README.md index cbf6acd67..6b8ae9da3 100644 --- a/src/waypoint-application/README.md +++ b/src/waypoint-application/README.md @@ -1,3 +1,3 @@ # `hcp_waypoint_application` -Refer to the Terraform Registry for docs: [`hcp_waypoint_application`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application). +Refer to the Terraform Registry for docs: [`hcp_waypoint_application`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application). diff --git a/src/waypoint-application/index.ts b/src/waypoint-application/index.ts index cb0795a7c..8e86ef948 100644 --- a/src/waypoint-application/index.ts +++ b/src/waypoint-application/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,51 +10,51 @@ export interface WaypointApplicationConfig extends cdktf.TerraformMetaArguments /** * Input variables set for the application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#application_input_variables WaypointApplication#application_input_variables} */ readonly applicationInputVariables?: WaypointApplicationApplicationInputVariables[] | cdktf.IResolvable; /** - * ID of the Application Template this Application is based on. - * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#application_template_id WaypointApplication#application_template_id} - */ - readonly applicationTemplateId: string; - /** * The name of the Application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} */ readonly name: string; /** * The ID of the HCP project where the Waypoint Application is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#project_id WaypointApplication#project_id} */ readonly projectId?: string; /** - * Instructions for using the Application (markdown format supported). Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Application Template. + * Instructions for using the Application (markdown format supported). Note: this is a base64 encoded string, and can only be set in configuration after initial creation. The initial version of the README is generated from the README Template from source Template. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#readme_markdown WaypointApplication#readme_markdown} */ readonly readmeMarkdown?: string; + /** + * ID of the Template this Application is based on. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#template_id WaypointApplication#template_id} + */ + readonly templateId: string; } export interface WaypointApplicationApplicationInputVariables { /** * Variable name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} */ readonly name: string; /** * Variable value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} */ readonly value: string; /** * Variable type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} */ readonly variableType: string; } @@ -226,19 +221,19 @@ export interface WaypointApplicationTemplateInputVariables { /** * Variable name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#name WaypointApplication#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#name WaypointApplication#name} */ readonly name: string; /** * Variable value * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#value WaypointApplication#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#value WaypointApplication#value} */ readonly value: string; /** * Variable type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#variable_type WaypointApplication#variable_type} */ readonly variableType?: string; } @@ -396,7 +391,7 @@ export class WaypointApplicationTemplateInputVariablesList extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application hcp_waypoint_application} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application hcp_waypoint_application} */ export class WaypointApplication extends cdktf.TerraformResource { @@ -412,7 +407,7 @@ export class WaypointApplication extends cdktf.TerraformResource { * Generates CDKTF code for importing a WaypointApplication resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the WaypointApplication to import - * @param importFromId The id of the existing WaypointApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing WaypointApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WaypointApplication to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -424,7 +419,7 @@ export class WaypointApplication extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application hcp_waypoint_application} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_application hcp_waypoint_application} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -435,7 +430,7 @@ export class WaypointApplication extends cdktf.TerraformResource { terraformResourceType: 'hcp_waypoint_application', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, @@ -447,10 +442,10 @@ export class WaypointApplication extends cdktf.TerraformResource { forEach: config.forEach }); this._applicationInputVariables.internalValue = config.applicationInputVariables; - this._applicationTemplateId = config.applicationTemplateId; this._name = config.name; this._projectId = config.projectId; this._readmeMarkdown = config.readmeMarkdown; + this._templateId = config.templateId; } // ========== @@ -473,24 +468,6 @@ export class WaypointApplication extends cdktf.TerraformResource { return this._applicationInputVariables.internalValue; } - // application_template_id - computed: false, optional: false, required: true - private _applicationTemplateId?: string; - public get applicationTemplateId() { - return this.getStringAttribute('application_template_id'); - } - public set applicationTemplateId(value: string) { - this._applicationTemplateId = value; - } - // Temporarily expose input value. Use with caution. - public get applicationTemplateIdInput() { - return this._applicationTemplateId; - } - - // application_template_name - computed: true, optional: false, required: false - public get applicationTemplateName() { - return this.getStringAttribute('application_template_name'); - } - // id - computed: true, optional: false, required: false public get id() { return this.getStringAttribute('id'); @@ -551,12 +528,30 @@ export class WaypointApplication extends cdktf.TerraformResource { return this._readmeMarkdown; } + // template_id - computed: false, optional: false, required: true + private _templateId?: string; + public get templateId() { + return this.getStringAttribute('template_id'); + } + public set templateId(value: string) { + this._templateId = value; + } + // Temporarily expose input value. Use with caution. + public get templateIdInput() { + return this._templateId; + } + // template_input_variables - computed: true, optional: false, required: false private _templateInputVariables = new WaypointApplicationTemplateInputVariablesList(this, "template_input_variables", true); public get templateInputVariables() { return this._templateInputVariables; } + // template_name - computed: true, optional: false, required: false + public get templateName() { + return this.getStringAttribute('template_name'); + } + // ========= // SYNTHESIS // ========= @@ -564,10 +559,10 @@ export class WaypointApplication extends cdktf.TerraformResource { protected synthesizeAttributes(): { [name: string]: any } { return { application_input_variables: cdktf.listMapper(waypointApplicationApplicationInputVariablesToTerraform, false)(this._applicationInputVariables.internalValue), - application_template_id: cdktf.stringToTerraform(this._applicationTemplateId), name: cdktf.stringToTerraform(this._name), project_id: cdktf.stringToTerraform(this._projectId), readme_markdown: cdktf.stringToTerraform(this._readmeMarkdown), + template_id: cdktf.stringToTerraform(this._templateId), }; } @@ -579,12 +574,6 @@ export class WaypointApplication extends cdktf.TerraformResource { type: "set", storageClassType: "WaypointApplicationApplicationInputVariablesList", }, - application_template_id: { - value: cdktf.stringToHclTerraform(this._applicationTemplateId), - isBlock: false, - type: "simple", - storageClassType: "string", - }, name: { value: cdktf.stringToHclTerraform(this._name), isBlock: false, @@ -603,6 +592,12 @@ export class WaypointApplication extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, + template_id: { + value: cdktf.stringToHclTerraform(this._templateId), + isBlock: false, + type: "simple", + storageClassType: "string", + }, }; // remove undefined attributes diff --git a/src/waypoint-template/README.md b/src/waypoint-template/README.md new file mode 100644 index 000000000..30227f93a --- /dev/null +++ b/src/waypoint-template/README.md @@ -0,0 +1,3 @@ +# `hcp_waypoint_template` + +Refer to the Terraform Registry for docs: [`hcp_waypoint_template`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template). diff --git a/src/waypoint-application-template/index.ts b/src/waypoint-template/index.ts similarity index 72% rename from src/waypoint-application-template/index.ts rename to src/waypoint-template/index.ts index bafbc1fcd..b435f09cb 100644 --- a/src/waypoint-application-template/index.ts +++ b/src/waypoint-template/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template // generated from terraform resource schema import { Construct } from 'constructs'; @@ -11,78 +6,78 @@ import * as cdktf from 'cdktf'; // Configuration -export interface WaypointApplicationTemplateConfig extends cdktf.TerraformMetaArguments { +export interface WaypointTemplateConfig extends cdktf.TerraformMetaArguments { /** * A description of the template, along with when and why it should be used, up to 500 characters * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#description WaypointApplicationTemplate#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#description WaypointTemplate#description} */ readonly description?: string; /** - * List of labels attached to this Application Template. + * List of labels attached to this Template. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#labels WaypointApplicationTemplate#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#labels WaypointTemplate#labels} */ readonly labels?: string[]; /** - * The name of the Application Template. + * The name of the Template. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} */ readonly name: string; /** - * The ID of the HCP project where the Waypoint Application Template is located. + * The ID of the HCP project where the Waypoint Template is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#project_id WaypointApplicationTemplate#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#project_id WaypointTemplate#project_id} */ readonly projectId?: string; /** * Instructions for using the template (markdown format supported * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#readme_markdown_template WaypointApplicationTemplate#readme_markdown_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#readme_markdown_template WaypointTemplate#readme_markdown_template} */ readonly readmeMarkdownTemplate?: string; /** * A brief description of the template, up to 110 characters * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#summary WaypointApplicationTemplate#summary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#summary WaypointTemplate#summary} */ readonly summary: string; /** * Terraform Cloud Workspace details * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_cloud_workspace_details WaypointApplicationTemplate#terraform_cloud_workspace_details} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_cloud_workspace_details WaypointTemplate#terraform_cloud_workspace_details} */ - readonly terraformCloudWorkspaceDetails: WaypointApplicationTemplateTerraformCloudWorkspaceDetails; + readonly terraformCloudWorkspaceDetails: WaypointTemplateTerraformCloudWorkspaceDetails; /** * Terraform Cloud No-Code Module details * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_no_code_module WaypointApplicationTemplate#terraform_no_code_module} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_no_code_module WaypointTemplate#terraform_no_code_module} */ - readonly terraformNoCodeModule: WaypointApplicationTemplateTerraformNoCodeModule; + readonly terraformNoCodeModule: WaypointTemplateTerraformNoCodeModule; /** * List of variable options for the template * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_options WaypointApplicationTemplate#variable_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_options WaypointTemplate#variable_options} */ - readonly variableOptions?: WaypointApplicationTemplateVariableOptions[] | cdktf.IResolvable; + readonly variableOptions?: WaypointTemplateVariableOptions[] | cdktf.IResolvable; } -export interface WaypointApplicationTemplateTerraformCloudWorkspaceDetails { +export interface WaypointTemplateTerraformCloudWorkspaceDetails { /** * Name of the Terraform Cloud Workspace * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} */ readonly name: string; /** * Terraform Cloud Project ID * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#terraform_project_id WaypointApplicationTemplate#terraform_project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#terraform_project_id WaypointTemplate#terraform_project_id} */ readonly terraformProjectId: string; } -export function waypointApplicationTemplateTerraformCloudWorkspaceDetailsToTerraform(struct?: WaypointApplicationTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable): any { +export function waypointTemplateTerraformCloudWorkspaceDetailsToTerraform(struct?: WaypointTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -94,7 +89,7 @@ export function waypointApplicationTemplateTerraformCloudWorkspaceDetailsToTerra } -export function waypointApplicationTemplateTerraformCloudWorkspaceDetailsToHclTerraform(struct?: WaypointApplicationTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable): any { +export function waypointTemplateTerraformCloudWorkspaceDetailsToHclTerraform(struct?: WaypointTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -118,7 +113,7 @@ export function waypointApplicationTemplateTerraformCloudWorkspaceDetailsToHclTe return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } -export class WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference extends cdktf.ComplexObject { +export class WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; private resolvableValue?: cdktf.IResolvable; @@ -130,7 +125,7 @@ export class WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputRefe super(terraformResource, terraformAttribute, false); } - public get internalValue(): WaypointApplicationTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable | undefined { + public get internalValue(): WaypointTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable | undefined { if (this.resolvableValue) { return this.resolvableValue; } @@ -147,7 +142,7 @@ export class WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputRefe return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: WaypointApplicationTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable | undefined) { + public set internalValue(value: WaypointTemplateTerraformCloudWorkspaceDetails | cdktf.IResolvable | undefined) { if (value === undefined) { this.isEmptyObject = false; this.resolvableValue = undefined; @@ -192,22 +187,22 @@ export class WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputRefe return this._terraformProjectId; } } -export interface WaypointApplicationTemplateTerraformNoCodeModule { +export interface WaypointTemplateTerraformNoCodeModule { /** * No-Code Module Source * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#source WaypointApplicationTemplate#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#source WaypointTemplate#source} */ readonly source: string; /** * No-Code Module Version * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#version WaypointApplicationTemplate#version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#version WaypointTemplate#version} */ readonly version: string; } -export function waypointApplicationTemplateTerraformNoCodeModuleToTerraform(struct?: WaypointApplicationTemplateTerraformNoCodeModule | cdktf.IResolvable): any { +export function waypointTemplateTerraformNoCodeModuleToTerraform(struct?: WaypointTemplateTerraformNoCodeModule | cdktf.IResolvable): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -219,7 +214,7 @@ export function waypointApplicationTemplateTerraformNoCodeModuleToTerraform(stru } -export function waypointApplicationTemplateTerraformNoCodeModuleToHclTerraform(struct?: WaypointApplicationTemplateTerraformNoCodeModule | cdktf.IResolvable): any { +export function waypointTemplateTerraformNoCodeModuleToHclTerraform(struct?: WaypointTemplateTerraformNoCodeModule | cdktf.IResolvable): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -243,7 +238,7 @@ export function waypointApplicationTemplateTerraformNoCodeModuleToHclTerraform(s return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } -export class WaypointApplicationTemplateTerraformNoCodeModuleOutputReference extends cdktf.ComplexObject { +export class WaypointTemplateTerraformNoCodeModuleOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; private resolvableValue?: cdktf.IResolvable; @@ -255,7 +250,7 @@ export class WaypointApplicationTemplateTerraformNoCodeModuleOutputReference ext super(terraformResource, terraformAttribute, false); } - public get internalValue(): WaypointApplicationTemplateTerraformNoCodeModule | cdktf.IResolvable | undefined { + public get internalValue(): WaypointTemplateTerraformNoCodeModule | cdktf.IResolvable | undefined { if (this.resolvableValue) { return this.resolvableValue; } @@ -272,7 +267,7 @@ export class WaypointApplicationTemplateTerraformNoCodeModuleOutputReference ext return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: WaypointApplicationTemplateTerraformNoCodeModule | cdktf.IResolvable | undefined) { + public set internalValue(value: WaypointTemplateTerraformNoCodeModule | cdktf.IResolvable | undefined) { if (value === undefined) { this.isEmptyObject = false; this.resolvableValue = undefined; @@ -317,34 +312,34 @@ export class WaypointApplicationTemplateTerraformNoCodeModuleOutputReference ext return this._version; } } -export interface WaypointApplicationTemplateVariableOptions { +export interface WaypointTemplateVariableOptions { /** * Variable name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#name WaypointApplicationTemplate#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#name WaypointTemplate#name} */ readonly name: string; /** * List of options * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#options WaypointApplicationTemplate#options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#options WaypointTemplate#options} */ readonly options?: string[]; /** * Whether the variable is editable by the user creating an application * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#user_editable WaypointApplicationTemplate#user_editable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#user_editable WaypointTemplate#user_editable} */ readonly userEditable?: boolean | cdktf.IResolvable; /** * Variable type * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#variable_type WaypointApplicationTemplate#variable_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#variable_type WaypointTemplate#variable_type} */ readonly variableType: string; } -export function waypointApplicationTemplateVariableOptionsToTerraform(struct?: WaypointApplicationTemplateVariableOptions | cdktf.IResolvable): any { +export function waypointTemplateVariableOptionsToTerraform(struct?: WaypointTemplateVariableOptions | cdktf.IResolvable): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -358,7 +353,7 @@ export function waypointApplicationTemplateVariableOptionsToTerraform(struct?: W } -export function waypointApplicationTemplateVariableOptionsToHclTerraform(struct?: WaypointApplicationTemplateVariableOptions | cdktf.IResolvable): any { +export function waypointTemplateVariableOptionsToHclTerraform(struct?: WaypointTemplateVariableOptions | cdktf.IResolvable): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -394,7 +389,7 @@ export function waypointApplicationTemplateVariableOptionsToHclTerraform(struct? return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); } -export class WaypointApplicationTemplateVariableOptionsOutputReference extends cdktf.ComplexObject { +export class WaypointTemplateVariableOptionsOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; private resolvableValue?: cdktf.IResolvable; @@ -408,7 +403,7 @@ export class WaypointApplicationTemplateVariableOptionsOutputReference extends c super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); } - public get internalValue(): WaypointApplicationTemplateVariableOptions | cdktf.IResolvable | undefined { + public get internalValue(): WaypointTemplateVariableOptions | cdktf.IResolvable | undefined { if (this.resolvableValue) { return this.resolvableValue; } @@ -433,7 +428,7 @@ export class WaypointApplicationTemplateVariableOptionsOutputReference extends c return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: WaypointApplicationTemplateVariableOptions | cdktf.IResolvable | undefined) { + public set internalValue(value: WaypointTemplateVariableOptions | cdktf.IResolvable | undefined) { if (value === undefined) { this.isEmptyObject = false; this.resolvableValue = undefined; @@ -515,8 +510,8 @@ export class WaypointApplicationTemplateVariableOptionsOutputReference extends c } } -export class WaypointApplicationTemplateVariableOptionsList extends cdktf.ComplexList { - public internalValue? : WaypointApplicationTemplateVariableOptions[] | cdktf.IResolvable +export class WaypointTemplateVariableOptionsList extends cdktf.ComplexList { + public internalValue? : WaypointTemplateVariableOptions[] | cdktf.IResolvable /** * @param terraformResource The parent resource @@ -530,33 +525,33 @@ export class WaypointApplicationTemplateVariableOptionsList extends cdktf.Comple /** * @param index the index of the item to return */ - public get(index: number): WaypointApplicationTemplateVariableOptionsOutputReference { - return new WaypointApplicationTemplateVariableOptionsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); + public get(index: number): WaypointTemplateVariableOptionsOutputReference { + return new WaypointTemplateVariableOptionsOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template hcp_waypoint_application_template} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template hcp_waypoint_template} */ -export class WaypointApplicationTemplate extends cdktf.TerraformResource { +export class WaypointTemplate extends cdktf.TerraformResource { // ================= // STATIC PROPERTIES // ================= - public static readonly tfResourceType = "hcp_waypoint_application_template"; + public static readonly tfResourceType = "hcp_waypoint_template"; // ============== // STATIC Methods // ============== /** - * Generates CDKTF code for importing a WaypointApplicationTemplate resource upon running "cdktf plan " + * Generates CDKTF code for importing a WaypointTemplate resource upon running "cdktf plan " * @param scope The scope in which to define this construct - * @param importToId The construct id used in the generated config for the WaypointApplicationTemplate to import - * @param importFromId The id of the existing WaypointApplicationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template#import import section} in the documentation of this resource for the id to use - * @param provider? Optional instance of the provider where the WaypointApplicationTemplate to import is found + * @param importToId The construct id used in the generated config for the WaypointTemplate to import + * @param importFromId The id of the existing WaypointTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template#import import section} in the documentation of this resource for the id to use + * @param provider? Optional instance of the provider where the WaypointTemplate to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { - return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_waypoint_application_template", importId: importFromId, provider }); + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_waypoint_template", importId: importFromId, provider }); } // =========== @@ -564,18 +559,18 @@ export class WaypointApplicationTemplate extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_application_template hcp_waypoint_application_template} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_template hcp_waypoint_template} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope - * @param options WaypointApplicationTemplateConfig + * @param options WaypointTemplateConfig */ - public constructor(scope: Construct, id: string, config: WaypointApplicationTemplateConfig) { + public constructor(scope: Construct, id: string, config: WaypointTemplateConfig) { super(scope, id, { - terraformResourceType: 'hcp_waypoint_application_template', + terraformResourceType: 'hcp_waypoint_template', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, @@ -702,11 +697,11 @@ export class WaypointApplicationTemplate extends cdktf.TerraformResource { } // terraform_cloud_workspace_details - computed: false, optional: false, required: true - private _terraformCloudWorkspaceDetails = new WaypointApplicationTemplateTerraformCloudWorkspaceDetailsOutputReference(this, "terraform_cloud_workspace_details"); + private _terraformCloudWorkspaceDetails = new WaypointTemplateTerraformCloudWorkspaceDetailsOutputReference(this, "terraform_cloud_workspace_details"); public get terraformCloudWorkspaceDetails() { return this._terraformCloudWorkspaceDetails; } - public putTerraformCloudWorkspaceDetails(value: WaypointApplicationTemplateTerraformCloudWorkspaceDetails) { + public putTerraformCloudWorkspaceDetails(value: WaypointTemplateTerraformCloudWorkspaceDetails) { this._terraformCloudWorkspaceDetails.internalValue = value; } // Temporarily expose input value. Use with caution. @@ -715,11 +710,11 @@ export class WaypointApplicationTemplate extends cdktf.TerraformResource { } // terraform_no_code_module - computed: false, optional: false, required: true - private _terraformNoCodeModule = new WaypointApplicationTemplateTerraformNoCodeModuleOutputReference(this, "terraform_no_code_module"); + private _terraformNoCodeModule = new WaypointTemplateTerraformNoCodeModuleOutputReference(this, "terraform_no_code_module"); public get terraformNoCodeModule() { return this._terraformNoCodeModule; } - public putTerraformNoCodeModule(value: WaypointApplicationTemplateTerraformNoCodeModule) { + public putTerraformNoCodeModule(value: WaypointTemplateTerraformNoCodeModule) { this._terraformNoCodeModule.internalValue = value; } // Temporarily expose input value. Use with caution. @@ -728,11 +723,11 @@ export class WaypointApplicationTemplate extends cdktf.TerraformResource { } // variable_options - computed: false, optional: true, required: false - private _variableOptions = new WaypointApplicationTemplateVariableOptionsList(this, "variable_options", true); + private _variableOptions = new WaypointTemplateVariableOptionsList(this, "variable_options", true); public get variableOptions() { return this._variableOptions; } - public putVariableOptions(value: WaypointApplicationTemplateVariableOptions[] | cdktf.IResolvable) { + public putVariableOptions(value: WaypointTemplateVariableOptions[] | cdktf.IResolvable) { this._variableOptions.internalValue = value; } public resetVariableOptions() { @@ -755,9 +750,9 @@ export class WaypointApplicationTemplate extends cdktf.TerraformResource { project_id: cdktf.stringToTerraform(this._projectId), readme_markdown_template: cdktf.stringToTerraform(this._readmeMarkdownTemplate), summary: cdktf.stringToTerraform(this._summary), - terraform_cloud_workspace_details: waypointApplicationTemplateTerraformCloudWorkspaceDetailsToTerraform(this._terraformCloudWorkspaceDetails.internalValue), - terraform_no_code_module: waypointApplicationTemplateTerraformNoCodeModuleToTerraform(this._terraformNoCodeModule.internalValue), - variable_options: cdktf.listMapper(waypointApplicationTemplateVariableOptionsToTerraform, false)(this._variableOptions.internalValue), + terraform_cloud_workspace_details: waypointTemplateTerraformCloudWorkspaceDetailsToTerraform(this._terraformCloudWorkspaceDetails.internalValue), + terraform_no_code_module: waypointTemplateTerraformNoCodeModuleToTerraform(this._terraformNoCodeModule.internalValue), + variable_options: cdktf.listMapper(waypointTemplateVariableOptionsToTerraform, false)(this._variableOptions.internalValue), }; } @@ -800,22 +795,22 @@ export class WaypointApplicationTemplate extends cdktf.TerraformResource { storageClassType: "string", }, terraform_cloud_workspace_details: { - value: waypointApplicationTemplateTerraformCloudWorkspaceDetailsToHclTerraform(this._terraformCloudWorkspaceDetails.internalValue), + value: waypointTemplateTerraformCloudWorkspaceDetailsToHclTerraform(this._terraformCloudWorkspaceDetails.internalValue), isBlock: true, type: "struct", - storageClassType: "WaypointApplicationTemplateTerraformCloudWorkspaceDetails", + storageClassType: "WaypointTemplateTerraformCloudWorkspaceDetails", }, terraform_no_code_module: { - value: waypointApplicationTemplateTerraformNoCodeModuleToHclTerraform(this._terraformNoCodeModule.internalValue), + value: waypointTemplateTerraformNoCodeModuleToHclTerraform(this._terraformNoCodeModule.internalValue), isBlock: true, type: "struct", - storageClassType: "WaypointApplicationTemplateTerraformNoCodeModule", + storageClassType: "WaypointTemplateTerraformNoCodeModule", }, variable_options: { - value: cdktf.listMapperHcl(waypointApplicationTemplateVariableOptionsToHclTerraform, false)(this._variableOptions.internalValue), + value: cdktf.listMapperHcl(waypointTemplateVariableOptionsToHclTerraform, false)(this._variableOptions.internalValue), isBlock: true, type: "set", - storageClassType: "WaypointApplicationTemplateVariableOptionsList", + storageClassType: "WaypointTemplateVariableOptionsList", }, }; diff --git a/src/waypoint-tfc-config/README.md b/src/waypoint-tfc-config/README.md index 15c1d817b..410b72680 100644 --- a/src/waypoint-tfc-config/README.md +++ b/src/waypoint-tfc-config/README.md @@ -1,3 +1,3 @@ # `hcp_waypoint_tfc_config` -Refer to the Terraform Registry for docs: [`hcp_waypoint_tfc_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config). +Refer to the Terraform Registry for docs: [`hcp_waypoint_tfc_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config). diff --git a/src/waypoint-tfc-config/index.ts b/src/waypoint-tfc-config/index.ts index 72863eb94..d6fa437c7 100644 --- a/src/waypoint-tfc-config/index.ts +++ b/src/waypoint-tfc-config/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config +// https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +10,25 @@ export interface WaypointTfcConfigConfig extends cdktf.TerraformMetaArguments { /** * Waypoint Project ID to associate with the TFC config * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#project_id WaypointTfcConfig#project_id} */ readonly projectId?: string; /** * The Terraform Cloud Organization with which the token is associated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#tfc_org_name WaypointTfcConfig#tfc_org_name} */ readonly tfcOrgName: string; /** * Terraform Cloud team token. The token must include permissions to manage workspaces and applications. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#token WaypointTfcConfig#token} */ readonly token: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config} */ export class WaypointTfcConfig extends cdktf.TerraformResource { @@ -49,7 +44,7 @@ export class WaypointTfcConfig extends cdktf.TerraformResource { * Generates CDKTF code for importing a WaypointTfcConfig resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the WaypointTfcConfig to import - * @param importFromId The id of the existing WaypointTfcConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing WaypointTfcConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WaypointTfcConfig to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -61,7 +56,7 @@ export class WaypointTfcConfig extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.92.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.93.0/docs/resources/waypoint_tfc_config hcp_waypoint_tfc_config} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -72,7 +67,7 @@ export class WaypointTfcConfig extends cdktf.TerraformResource { terraformResourceType: 'hcp_waypoint_tfc_config', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.92.0', + providerVersion: '0.93.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider,