diff --git a/.gitattributes b/.gitattributes index 956e7f3b0..d36ee3781 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,7 +20,6 @@ /.gitignore linguist-generated /.mergify.yml linguist-generated /.npmignore linguist-generated -/.npmrc linguist-generated /.projen/** linguist-generated /.projen/deps.json linguist-generated /.projen/files.json linguist-generated diff --git a/.gitignore b/.gitignore index fef00eb0c..463f1d918 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,6 @@ jspm_packages/ !/.github/workflows/release.yml !/.github/workflows/upgrade-main.yml !/.github/pull_request_template.md -!/.npmrc !/test/ !/tsconfig.dev.json !/src/ diff --git a/.projen/files.json b/.projen/files.json index 0f11a897b..d44d81817 100644 --- a/.projen/files.json +++ b/.projen/files.json @@ -19,7 +19,6 @@ ".github/workflows/upgrade-main.yml", ".gitignore", ".mergify.yml", - ".npmrc", ".projen/deps.json", ".projen/files.json", ".projen/tasks.json", diff --git a/README.md b/README.md index 540d711a5..61f5600ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo builds and publishes the Terraform hcp Provider bindings for [CDK for Terraform](https://cdk.tf). -Is based directly on hcp 0.73.0 +Is based directly on hcp 0.76.0 ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform hcp Provider version 1:1. These are the upstream dependencies: - [Terraform CDK](https://cdk.tf) -- [Terraform hcp Provider](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0) +- [Terraform hcp Provider](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0) - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-hcp/releases) - [Terraform Engine](https://terraform.io) diff --git a/docs/API.csharp.md b/docs/API.csharp.md index e026e001d..6ec06f899 100644 --- a/docs/API.csharp.md +++ b/docs/API.csharp.md @@ -25,6 +25,7 @@ The following submodules are available: - [dataHcpPackerIteration](./dataHcpPackerIteration.csharp.md) - [dataHcpPackerRunTask](./dataHcpPackerRunTask.csharp.md) - [dataHcpProject](./dataHcpProject.csharp.md) +- [dataHcpServicePrincipal](./dataHcpServicePrincipal.csharp.md) - [dataHcpVaultCluster](./dataHcpVaultCluster.csharp.md) - [dataHcpVaultPlugin](./dataHcpVaultPlugin.csharp.md) - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.csharp.md) @@ -32,11 +33,14 @@ The following submodules are available: - [hvn](./hvn.csharp.md) - [hvnPeeringConnection](./hvnPeeringConnection.csharp.md) - [hvnRoute](./hvnRoute.csharp.md) +- [iamWorkloadIdentityProvider](./iamWorkloadIdentityProvider.csharp.md) - [packerChannel](./packerChannel.csharp.md) - [packerChannelAssignment](./packerChannelAssignment.csharp.md) - [packerRunTask](./packerRunTask.csharp.md) - [project](./project.csharp.md) - [provider](./provider.csharp.md) +- [servicePrincipal](./servicePrincipal.csharp.md) +- [servicePrincipalKey](./servicePrincipalKey.csharp.md) - [vaultCluster](./vaultCluster.csharp.md) - [vaultClusterAdminToken](./vaultClusterAdminToken.csharp.md) - [vaultPlugin](./vaultPlugin.csharp.md) diff --git a/docs/API.go.md b/docs/API.go.md index 955e9961d..73cffcf9e 100644 --- a/docs/API.go.md +++ b/docs/API.go.md @@ -25,6 +25,7 @@ The following submodules are available: - [dataHcpPackerIteration](./dataHcpPackerIteration.go.md) - [dataHcpPackerRunTask](./dataHcpPackerRunTask.go.md) - [dataHcpProject](./dataHcpProject.go.md) +- [dataHcpServicePrincipal](./dataHcpServicePrincipal.go.md) - [dataHcpVaultCluster](./dataHcpVaultCluster.go.md) - [dataHcpVaultPlugin](./dataHcpVaultPlugin.go.md) - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.go.md) @@ -32,11 +33,14 @@ The following submodules are available: - [hvn](./hvn.go.md) - [hvnPeeringConnection](./hvnPeeringConnection.go.md) - [hvnRoute](./hvnRoute.go.md) +- [iamWorkloadIdentityProvider](./iamWorkloadIdentityProvider.go.md) - [packerChannel](./packerChannel.go.md) - [packerChannelAssignment](./packerChannelAssignment.go.md) - [packerRunTask](./packerRunTask.go.md) - [project](./project.go.md) - [provider](./provider.go.md) +- [servicePrincipal](./servicePrincipal.go.md) +- [servicePrincipalKey](./servicePrincipalKey.go.md) - [vaultCluster](./vaultCluster.go.md) - [vaultClusterAdminToken](./vaultClusterAdminToken.go.md) - [vaultPlugin](./vaultPlugin.go.md) diff --git a/docs/API.java.md b/docs/API.java.md index a2c16dc1b..522fe8ce4 100644 --- a/docs/API.java.md +++ b/docs/API.java.md @@ -25,6 +25,7 @@ The following submodules are available: - [dataHcpPackerIteration](./dataHcpPackerIteration.java.md) - [dataHcpPackerRunTask](./dataHcpPackerRunTask.java.md) - [dataHcpProject](./dataHcpProject.java.md) +- [dataHcpServicePrincipal](./dataHcpServicePrincipal.java.md) - [dataHcpVaultCluster](./dataHcpVaultCluster.java.md) - [dataHcpVaultPlugin](./dataHcpVaultPlugin.java.md) - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.java.md) @@ -32,11 +33,14 @@ The following submodules are available: - [hvn](./hvn.java.md) - [hvnPeeringConnection](./hvnPeeringConnection.java.md) - [hvnRoute](./hvnRoute.java.md) +- [iamWorkloadIdentityProvider](./iamWorkloadIdentityProvider.java.md) - [packerChannel](./packerChannel.java.md) - [packerChannelAssignment](./packerChannelAssignment.java.md) - [packerRunTask](./packerRunTask.java.md) - [project](./project.java.md) - [provider](./provider.java.md) +- [servicePrincipal](./servicePrincipal.java.md) +- [servicePrincipalKey](./servicePrincipalKey.java.md) - [vaultCluster](./vaultCluster.java.md) - [vaultClusterAdminToken](./vaultClusterAdminToken.java.md) - [vaultPlugin](./vaultPlugin.java.md) diff --git a/docs/API.python.md b/docs/API.python.md index 91040d5a8..feba435b7 100644 --- a/docs/API.python.md +++ b/docs/API.python.md @@ -25,6 +25,7 @@ The following submodules are available: - [dataHcpPackerIteration](./dataHcpPackerIteration.python.md) - [dataHcpPackerRunTask](./dataHcpPackerRunTask.python.md) - [dataHcpProject](./dataHcpProject.python.md) +- [dataHcpServicePrincipal](./dataHcpServicePrincipal.python.md) - [dataHcpVaultCluster](./dataHcpVaultCluster.python.md) - [dataHcpVaultPlugin](./dataHcpVaultPlugin.python.md) - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.python.md) @@ -32,11 +33,14 @@ The following submodules are available: - [hvn](./hvn.python.md) - [hvnPeeringConnection](./hvnPeeringConnection.python.md) - [hvnRoute](./hvnRoute.python.md) +- [iamWorkloadIdentityProvider](./iamWorkloadIdentityProvider.python.md) - [packerChannel](./packerChannel.python.md) - [packerChannelAssignment](./packerChannelAssignment.python.md) - [packerRunTask](./packerRunTask.python.md) - [project](./project.python.md) - [provider](./provider.python.md) +- [servicePrincipal](./servicePrincipal.python.md) +- [servicePrincipalKey](./servicePrincipalKey.python.md) - [vaultCluster](./vaultCluster.python.md) - [vaultClusterAdminToken](./vaultClusterAdminToken.python.md) - [vaultPlugin](./vaultPlugin.python.md) diff --git a/docs/API.typescript.md b/docs/API.typescript.md index a92898be7..d88b1a488 100644 --- a/docs/API.typescript.md +++ b/docs/API.typescript.md @@ -25,6 +25,7 @@ The following submodules are available: - [dataHcpPackerIteration](./dataHcpPackerIteration.typescript.md) - [dataHcpPackerRunTask](./dataHcpPackerRunTask.typescript.md) - [dataHcpProject](./dataHcpProject.typescript.md) +- [dataHcpServicePrincipal](./dataHcpServicePrincipal.typescript.md) - [dataHcpVaultCluster](./dataHcpVaultCluster.typescript.md) - [dataHcpVaultPlugin](./dataHcpVaultPlugin.typescript.md) - [dataHcpVaultSecretsApp](./dataHcpVaultSecretsApp.typescript.md) @@ -32,11 +33,14 @@ The following submodules are available: - [hvn](./hvn.typescript.md) - [hvnPeeringConnection](./hvnPeeringConnection.typescript.md) - [hvnRoute](./hvnRoute.typescript.md) +- [iamWorkloadIdentityProvider](./iamWorkloadIdentityProvider.typescript.md) - [packerChannel](./packerChannel.typescript.md) - [packerChannelAssignment](./packerChannelAssignment.typescript.md) - [packerRunTask](./packerRunTask.typescript.md) - [project](./project.typescript.md) - [provider](./provider.typescript.md) +- [servicePrincipal](./servicePrincipal.typescript.md) +- [servicePrincipalKey](./servicePrincipalKey.typescript.md) - [vaultCluster](./vaultCluster.typescript.md) - [vaultClusterAdminToken](./vaultClusterAdminToken.typescript.md) - [vaultPlugin](./vaultPlugin.typescript.md) diff --git a/docs/awsNetworkPeering.csharp.md b/docs/awsNetworkPeering.csharp.md index 310154eb3..e331499e5 100644 --- a/docs/awsNetworkPeering.csharp.md +++ b/docs/awsNetworkPeering.csharp.md @@ -1,6 +1,6 @@ # `hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering). +Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering). # `awsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -934,7 +934,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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1020,7 +1020,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.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1034,7 +1034,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.73.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.76.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1048,7 +1048,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.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1062,7 +1062,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1076,7 +1076,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1088,7 +1088,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1109,7 +1109,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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1123,7 +1123,7 @@ public AwsNetworkPeeringTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1145,9 +1145,9 @@ new AwsNetworkPeeringTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1159,7 +1159,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1171,7 +1171,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1183,7 +1183,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsNetworkPeering.go.md b/docs/awsNetworkPeering.go.md index 12bea7576..e8bd3491c 100644 --- a/docs/awsNetworkPeering.go.md +++ b/docs/awsNetworkPeering.go.md @@ -1,6 +1,6 @@ # `hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering). +Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering). # `awsNetworkPeering` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.NewAwsNetworkPeering(scope Construct, id *string, config AwsNetworkPeeringConfig) AwsNetworkPeering ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ awsnetworkpeering.AwsNetworkPeering_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ awsnetworkpeering.AwsNetworkPeering_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -897,7 +897,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" &awsnetworkpeering.AwsNetworkPeeringConfig { Connection: interface{}, @@ -914,7 +914,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" PeerVpcRegion: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.awsNetworkPeering.AwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsNetworkPeering.AwsNetworkPeeringTimeouts, } ``` @@ -934,7 +934,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1020,7 +1020,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1034,7 +1034,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.73.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.76.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1048,7 +1048,7 @@ PeeringId *string The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1062,7 +1062,7 @@ PeerVpcId *string The ID of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1076,7 +1076,7 @@ PeerVpcRegion *string The region of the peer VPC in AWS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1088,7 +1088,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1109,7 +1109,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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1123,7 +1123,7 @@ Timeouts AwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1132,7 +1132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" &awsnetworkpeering.AwsNetworkPeeringTimeouts { Create: *string, @@ -1145,9 +1145,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1159,7 +1159,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1171,7 +1171,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1183,7 +1183,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- @@ -1194,7 +1194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 f0f674e09..726474bdf 100644 --- a/docs/awsNetworkPeering.java.md +++ b/docs/awsNetworkPeering.java.md @@ -1,6 +1,6 @@ # `hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering). +Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering). # `awsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -54,7 +54,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.73.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.76.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. | @@ -126,7 +126,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.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -136,7 +136,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.73.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.76.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -146,7 +146,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.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -156,7 +156,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -166,7 +166,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -174,7 +174,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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -191,7 +191,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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -201,7 +201,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.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -612,7 +612,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.73.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.76.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -1095,7 +1095,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.73.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.76.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. | @@ -1181,7 +1181,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.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1195,7 +1195,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.73.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.76.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1209,7 +1209,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.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1223,7 +1223,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1237,7 +1237,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1270,7 +1270,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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1284,7 +1284,7 @@ public AwsNetworkPeeringTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1306,9 +1306,9 @@ AwsNetworkPeeringTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1320,7 +1320,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1332,7 +1332,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1344,7 +1344,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsNetworkPeering.python.md b/docs/awsNetworkPeering.python.md index 31599dc1c..d179a4f6e 100644 --- a/docs/awsNetworkPeering.python.md +++ b/docs/awsNetworkPeering.python.md @@ -1,6 +1,6 @@ # `hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering). +Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering). # `awsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -52,7 +52,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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -124,7 +124,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.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -134,7 +134,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.73.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.76.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -144,7 +144,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.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -154,7 +154,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -164,7 +164,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -172,7 +172,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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -189,7 +189,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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -199,7 +199,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.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -522,7 +522,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -530,7 +530,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.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -538,7 +538,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.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- @@ -674,7 +674,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.73.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.76.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1239,7 +1239,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.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1253,7 +1253,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.73.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.76.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1267,7 +1267,7 @@ peering_id: str The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1281,7 +1281,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1295,7 +1295,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1307,7 +1307,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1328,7 +1328,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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1342,7 +1342,7 @@ timeouts: AwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1364,9 +1364,9 @@ awsNetworkPeering.AwsNetworkPeeringTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1378,7 +1378,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1390,7 +1390,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1402,7 +1402,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsNetworkPeering.typescript.md b/docs/awsNetworkPeering.typescript.md index 0b1dab27a..4a96103bf 100644 --- a/docs/awsNetworkPeering.typescript.md +++ b/docs/awsNetworkPeering.typescript.md @@ -1,6 +1,6 @@ # `hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering). +Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering). # `awsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r ### AwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -918,7 +918,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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1004,7 +1004,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.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} --- @@ -1018,7 +1018,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.73.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.76.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id} --- @@ -1032,7 +1032,7 @@ public readonly peeringId: string; The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} --- @@ -1046,7 +1046,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id} --- @@ -1060,7 +1060,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.73.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.76.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region} --- @@ -1072,7 +1072,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1093,7 +1093,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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} --- @@ -1107,7 +1107,7 @@ public readonly timeouts: AwsNetworkPeeringTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} --- @@ -1125,9 +1125,9 @@ const awsNetworkPeeringTimeouts: awsNetworkPeering.AwsNetworkPeeringTimeouts = { | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. | --- @@ -1139,7 +1139,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. --- @@ -1151,7 +1151,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. --- @@ -1163,7 +1163,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.csharp.md b/docs/awsTransitGatewayAttachment.csharp.md index 502f36a5a..2ecfe629c 100644 --- a/docs/awsTransitGatewayAttachment.csharp.md +++ b/docs/awsTransitGatewayAttachment.csharp.md @@ -1,6 +1,6 @@ # `hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment). # `awsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment` ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,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.73.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.76.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. | @@ -996,7 +996,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1012,7 +1012,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1026,7 +1026,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1042,7 +1042,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1054,7 +1054,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1071,7 +1071,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1085,7 +1085,7 @@ public AwsTransitGatewayAttachmentTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1107,9 +1107,9 @@ new AwsTransitGatewayAttachmentTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1121,7 +1121,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1133,7 +1133,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1145,7 +1145,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.go.md b/docs/awsTransitGatewayAttachment.go.md index 1ebfa4e3b..344707aa5 100644 --- a/docs/awsTransitGatewayAttachment.go.md +++ b/docs/awsTransitGatewayAttachment.go.md @@ -1,6 +1,6 @@ # `hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment). # `awsTransitGatewayAttachment` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment` ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.NewAwsTransitGatewayAttachment(scope Construct, id *string, config AwsTransitGatewayAttachmentConfig) AwsTransitGatewayAttachment ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#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/v8/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" &awstransitgatewayattachment.AwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -891,7 +891,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachmen TransitGatewayId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts, } ``` @@ -910,7 +910,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -996,7 +996,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1012,7 +1012,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1026,7 +1026,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1042,7 +1042,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1054,7 +1054,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1071,7 +1071,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1085,7 +1085,7 @@ Timeouts AwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1094,7 +1094,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" &awstransitgatewayattachment.AwsTransitGatewayAttachmentTimeouts { Create: *string, @@ -1107,9 +1107,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachmen | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1121,7 +1121,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1133,7 +1133,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1145,7 +1145,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- @@ -1156,7 +1156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 4b7763a6b..8981ecedc 100644 --- a/docs/awsTransitGatewayAttachment.java.md +++ b/docs/awsTransitGatewayAttachment.java.md @@ -1,6 +1,6 @@ # `hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment). # `awsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment` ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -52,7 +52,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.73.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.76.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. | @@ -124,7 +124,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -136,7 +136,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -146,7 +146,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -158,7 +158,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -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.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -179,7 +179,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -189,7 +189,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.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -600,7 +600,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -1059,7 +1059,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.73.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.76.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. | @@ -1145,7 +1145,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1161,7 +1161,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1175,7 +1175,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1191,7 +1191,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1203,7 +1203,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1220,7 +1220,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1234,7 +1234,7 @@ public AwsTransitGatewayAttachmentTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1256,9 +1256,9 @@ AwsTransitGatewayAttachmentTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1270,7 +1270,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1282,7 +1282,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1294,7 +1294,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.python.md b/docs/awsTransitGatewayAttachment.python.md index cb7081197..f8ce84f13 100644 --- a/docs/awsTransitGatewayAttachment.python.md +++ b/docs/awsTransitGatewayAttachment.python.md @@ -1,6 +1,6 @@ # `hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment). # `awsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment` ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -50,7 +50,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.73.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.76.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. | @@ -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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -134,7 +134,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -144,7 +144,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -156,7 +156,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -164,7 +164,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.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -177,7 +177,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -187,7 +187,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.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -510,7 +510,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -518,7 +518,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.73.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -526,7 +526,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.73.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- @@ -662,7 +662,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -1117,7 +1117,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.73.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.76.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. | @@ -1203,7 +1203,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -1219,7 +1219,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1233,7 +1233,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1249,7 +1249,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1261,7 +1261,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1278,7 +1278,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1292,7 +1292,7 @@ timeouts: AwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1314,9 +1314,9 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1328,7 +1328,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1340,7 +1340,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1352,7 +1352,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/awsTransitGatewayAttachment.typescript.md b/docs/awsTransitGatewayAttachment.typescript.md index c508855b9..bbb4002c4 100644 --- a/docs/awsTransitGatewayAttachment.typescript.md +++ b/docs/awsTransitGatewayAttachment.typescript.md @@ -1,6 +1,6 @@ # `hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment). # `awsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment` ### AwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -895,7 +895,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.73.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.76.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. | @@ -981,7 +981,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id} --- @@ -997,7 +997,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn} --- @@ -1011,7 +1011,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1027,7 +1027,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id} --- @@ -1039,7 +1039,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1056,7 +1056,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.73.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.76.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id} --- @@ -1070,7 +1070,7 @@ public readonly timeouts: AwsTransitGatewayAttachmentTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} --- @@ -1088,9 +1088,9 @@ const awsTransitGatewayAttachmentTimeouts: awsTransitGatewayAttachment.AwsTransi | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. | --- @@ -1102,7 +1102,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}. --- @@ -1114,7 +1114,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}. --- @@ -1126,7 +1126,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. --- diff --git a/docs/azurePeeringConnection.csharp.md b/docs/azurePeeringConnection.csharp.md index 79096e5e2..dcc826808 100644 --- a/docs/azurePeeringConnection.csharp.md +++ b/docs/azurePeeringConnection.csharp.md @@ -1,6 +1,6 @@ # `hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection). # `azurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -448,7 +448,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.73.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.76.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -974,7 +974,7 @@ new AzurePeeringConnectionConfig { | PeerTenantId | string | The tenant ID of the peer VNet in Azure. | | PeerVnetName | string | The name of the peer VNet in Azure. | | PeerVnetRegion | string | The region of the peer VNet in Azure. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | Timeouts | AzurePeeringConnectionTimeouts | timeouts block. | --- @@ -1059,7 +1059,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.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1073,7 +1073,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.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1087,7 +1087,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.73.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.76.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1101,7 +1101,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.73.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.76.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1115,7 +1115,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.73.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.76.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1129,7 +1129,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1143,7 +1143,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1155,7 +1155,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1172,7 +1172,7 @@ public AzurePeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1194,9 +1194,9 @@ new AzurePeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1208,7 +1208,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1220,7 +1220,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1232,7 +1232,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/azurePeeringConnection.go.md b/docs/azurePeeringConnection.go.md index bc6fc1969..0209ff4bc 100644 --- a/docs/azurePeeringConnection.go.md +++ b/docs/azurePeeringConnection.go.md @@ -1,6 +1,6 @@ # `hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection). # `azurePeeringConnection` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.NewAzurePeeringConnection(scope Construct, id *string, config AzurePeeringConnectionConfig) AzurePeeringConnection ``` @@ -359,7 +359,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -391,7 +391,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -405,7 +405,7 @@ azurepeeringconnection.AzurePeeringConnection_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsTerraformResource(x interface{}) *bool ``` @@ -419,7 +419,7 @@ azurepeeringconnection.AzurePeeringConnection_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -448,7 +448,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.73.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.76.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -934,7 +934,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" &azurepeeringconnection.AzurePeeringConnectionConfig { Connection: interface{}, @@ -952,7 +952,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" PeerVnetName: *string, PeerVnetRegion: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.azurePeeringConnection.AzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.azurePeeringConnection.AzurePeeringConnectionTimeouts, } ``` @@ -974,7 +974,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" | PeerTenantId | *string | The tenant ID of the peer VNet in Azure. | | PeerVnetName | *string | The name of the peer VNet in Azure. | | PeerVnetRegion | *string | The region of the peer VNet in Azure. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | Timeouts | AzurePeeringConnectionTimeouts | timeouts block. | --- @@ -1059,7 +1059,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.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1073,7 +1073,7 @@ PeeringId *string The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1087,7 +1087,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.73.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.76.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1101,7 +1101,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.73.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.76.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1115,7 +1115,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.73.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.76.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1129,7 +1129,7 @@ PeerVnetName *string The name of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1143,7 +1143,7 @@ PeerVnetRegion *string The region of the peer VNet in Azure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1155,7 +1155,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1172,7 +1172,7 @@ Timeouts AzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1181,7 +1181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" &azurepeeringconnection.AzurePeeringConnectionTimeouts { Create: *string, @@ -1194,9 +1194,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1208,7 +1208,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1220,7 +1220,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1232,7 +1232,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- @@ -1243,7 +1243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 588ce6b07..4fc47f7dd 100644 --- a/docs/azurePeeringConnection.java.md +++ b/docs/azurePeeringConnection.java.md @@ -1,6 +1,6 @@ # `hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection). # `azurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -57,7 +57,7 @@ AzurePeeringConnection.Builder.create(Construct scope, java.lang.String id) | peerTenantId | java.lang.String | The tenant ID of the peer VNet in Azure. | | peerVnetName | java.lang.String | The name of the peer VNet in Azure. | | peerVnetRegion | java.lang.String | The region of the peer VNet in Azure. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | --- @@ -128,7 +128,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.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -138,7 +138,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.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -148,7 +148,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.73.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.76.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -158,7 +158,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.73.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.76.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -168,7 +168,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.73.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.76.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -178,7 +178,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -188,7 +188,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.73.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.76.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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -209,7 +209,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.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -613,7 +613,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.73.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.76.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1143,7 +1143,7 @@ AzurePeeringConnectionConfig.builder() | peerTenantId | java.lang.String | The tenant ID of the peer VNet in Azure. | | peerVnetName | java.lang.String | The name of the peer VNet in Azure. | | peerVnetRegion | java.lang.String | The region of the peer VNet in Azure. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | --- @@ -1228,7 +1228,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.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1242,7 +1242,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.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1256,7 +1256,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.73.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.76.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1270,7 +1270,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.73.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.76.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1284,7 +1284,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.73.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.76.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1298,7 +1298,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1312,7 +1312,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1324,7 +1324,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1341,7 +1341,7 @@ public AzurePeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1363,9 +1363,9 @@ AzurePeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1377,7 +1377,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1389,7 +1389,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1401,7 +1401,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/azurePeeringConnection.python.md b/docs/azurePeeringConnection.python.md index a67959ad1..3fc9b4738 100644 --- a/docs/azurePeeringConnection.python.md +++ b/docs/azurePeeringConnection.python.md @@ -1,6 +1,6 @@ # `hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection). # `azurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -55,7 +55,7 @@ azurePeeringConnection.AzurePeeringConnection( | peer_tenant_id | str | The tenant ID of the peer VNet in Azure. | | peer_vnet_name | str | The name of the peer VNet in Azure. | | peer_vnet_region | str | The region of the peer VNet in Azure. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | --- @@ -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.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -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.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -207,7 +207,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.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -529,7 +529,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -537,7 +537,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.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -545,7 +545,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.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- @@ -675,7 +675,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.73.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.76.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1201,7 +1201,7 @@ azurePeeringConnection.AzurePeeringConnectionConfig( | peer_tenant_id | str | The tenant ID of the peer VNet in Azure. | | peer_vnet_name | str | The name of the peer VNet in Azure. | | peer_vnet_region | str | The region of the peer VNet in Azure. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | --- @@ -1286,7 +1286,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.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1300,7 +1300,7 @@ peering_id: str The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1314,7 +1314,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.73.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.76.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1328,7 +1328,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.73.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.76.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1342,7 +1342,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.73.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.76.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1356,7 +1356,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1370,7 +1370,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1382,7 +1382,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1399,7 +1399,7 @@ timeouts: AzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1421,9 +1421,9 @@ azurePeeringConnection.AzurePeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1435,7 +1435,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1447,7 +1447,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1459,7 +1459,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/azurePeeringConnection.typescript.md b/docs/azurePeeringConnection.typescript.md index 3c0ec830e..c6799cce6 100644 --- a/docs/azurePeeringConnection.typescript.md +++ b/docs/azurePeeringConnection.typescript.md @@ -1,6 +1,6 @@ # `hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection). # `azurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http ### AzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -448,7 +448,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.73.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.76.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ const azurePeeringConnectionConfig: azurePeeringConnection.AzurePeeringConnectio | peerTenantId | string | The tenant ID of the peer VNet in Azure. | | peerVnetName | string | The name of the peer VNet in Azure. | | peerVnetRegion | string | The region of the peer VNet in Azure. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. | | timeouts | AzurePeeringConnectionTimeouts | timeouts block. | --- @@ -1042,7 +1042,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.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} --- @@ -1056,7 +1056,7 @@ public readonly peeringId: string; The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} --- @@ -1070,7 +1070,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.73.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.76.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name} --- @@ -1084,7 +1084,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.73.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.76.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id} --- @@ -1098,7 +1098,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.73.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.76.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id} --- @@ -1112,7 +1112,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name} --- @@ -1126,7 +1126,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.73.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.76.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region} --- @@ -1138,7 +1138,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1155,7 +1155,7 @@ public readonly timeouts: AzurePeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} --- @@ -1173,9 +1173,9 @@ const azurePeeringConnectionTimeouts: azurePeeringConnection.AzurePeeringConnect | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. | --- @@ -1187,7 +1187,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. --- @@ -1199,7 +1199,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. --- @@ -1211,7 +1211,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. --- diff --git a/docs/boundaryCluster.csharp.md b/docs/boundaryCluster.csharp.md index 14da068bb..05f8d8996 100644 --- a/docs/boundaryCluster.csharp.md +++ b/docs/boundaryCluster.csharp.md @@ -1,6 +1,6 @@ # `hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster). +Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster). # `boundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -475,7 +475,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.73.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.76.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1007,7 +1007,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.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1023,7 +1023,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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1037,7 +1037,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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1053,7 +1053,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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1065,7 +1065,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1082,7 +1082,7 @@ public BoundaryClusterMaintenanceWindowConfig MaintenanceWindowConfig { get; set maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1099,7 +1099,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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1113,7 +1113,7 @@ public BoundaryClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1155,7 +1155,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.73.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1171,7 +1171,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.73.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1187,7 +1187,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.73.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1201,7 +1201,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.73.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1223,9 +1223,9 @@ new BoundaryClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1237,7 +1237,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1249,7 +1249,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1261,7 +1261,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/boundaryCluster.go.md b/docs/boundaryCluster.go.md index 7fea507e6..337b9f15d 100644 --- a/docs/boundaryCluster.go.md +++ b/docs/boundaryCluster.go.md @@ -1,6 +1,6 @@ # `hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster). +Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster). # `boundaryCluster` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.NewBoundaryCluster(scope Construct, id *string, config BoundaryClusterConfig) BoundaryCluster ``` @@ -386,7 +386,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -418,7 +418,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_IsTerraformElement(x interface{}) *bool ``` @@ -432,7 +432,7 @@ boundarycluster.BoundaryCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_IsTerraformResource(x interface{}) *bool ``` @@ -446,7 +446,7 @@ boundarycluster.BoundaryCluster_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -475,7 +475,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.73.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.76.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -884,7 +884,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterConfig { Connection: interface{}, @@ -899,9 +899,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" Tier: *string, Username: *string, Id: *string, - MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, + MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.boundaryCluster.BoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterTimeouts, } ``` @@ -920,7 +920,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1007,7 +1007,7 @@ ClusterId *string The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1023,7 +1023,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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1037,7 +1037,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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1053,7 +1053,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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1065,7 +1065,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1082,7 +1082,7 @@ MaintenanceWindowConfig BoundaryClusterMaintenanceWindowConfig maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1099,7 +1099,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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1113,7 +1113,7 @@ Timeouts BoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1122,7 +1122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterMaintenanceWindowConfig { Day: *string, @@ -1155,7 +1155,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.73.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1171,7 +1171,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.73.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1187,7 +1187,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.73.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1201,7 +1201,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.73.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1210,7 +1210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterTimeouts { Create: *string, @@ -1223,9 +1223,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1237,7 +1237,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1249,7 +1249,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1261,7 +1261,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- @@ -1272,7 +1272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.NewBoundaryClusterMaintenanceWindowConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BoundaryClusterMaintenanceWindowConfigOutputReference ``` @@ -1637,7 +1637,7 @@ func InternalValue() BoundaryClusterMaintenanceWindowConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 2425de050..ffc428f38 100644 --- a/docs/boundaryCluster.java.md +++ b/docs/boundaryCluster.java.md @@ -1,6 +1,6 @@ # `hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster). +Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster). # `boundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -53,7 +53,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.73.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.76.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. | @@ -126,7 +126,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.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -138,7 +138,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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -148,7 +148,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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -160,7 +160,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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -168,7 +168,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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -181,7 +181,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.73.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.76.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -194,7 +194,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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -204,7 +204,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.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -635,7 +635,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.73.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.76.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1084,7 +1084,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.73.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.76.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. | @@ -1171,7 +1171,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.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1187,7 +1187,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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1201,7 +1201,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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1217,7 +1217,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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1229,7 +1229,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1246,7 +1246,7 @@ public BoundaryClusterMaintenanceWindowConfig getMaintenanceWindowConfig(); maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1263,7 +1263,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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1277,7 +1277,7 @@ public BoundaryClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1319,7 +1319,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.73.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1335,7 +1335,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.73.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1351,7 +1351,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.73.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1365,7 +1365,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.73.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1387,9 +1387,9 @@ BoundaryClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1401,7 +1401,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1413,7 +1413,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1425,7 +1425,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/boundaryCluster.python.md b/docs/boundaryCluster.python.md index c86e72307..eeee7aee7 100644 --- a/docs/boundaryCluster.python.md +++ b/docs/boundaryCluster.python.md @@ -1,6 +1,6 @@ # `hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster). +Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster). # `boundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -51,7 +51,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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -124,7 +124,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.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -136,7 +136,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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -146,7 +146,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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -158,7 +158,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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -166,7 +166,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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -179,7 +179,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.73.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.76.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -192,7 +192,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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -202,7 +202,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.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -532,7 +532,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.73.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -544,7 +544,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.73.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -556,7 +556,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.73.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -566,7 +566,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.73.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -584,7 +584,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -592,7 +592,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.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -600,7 +600,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.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- @@ -742,7 +742,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.73.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.76.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1187,7 +1187,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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1274,7 +1274,7 @@ cluster_id: str The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1290,7 +1290,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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1304,7 +1304,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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1320,7 +1320,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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1332,7 +1332,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1349,7 +1349,7 @@ maintenance_window_config: BoundaryClusterMaintenanceWindowConfig maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1366,7 +1366,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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1380,7 +1380,7 @@ timeouts: BoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1422,7 +1422,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.73.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1438,7 +1438,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.73.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1454,7 +1454,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.73.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1468,7 +1468,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.73.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1490,9 +1490,9 @@ boundaryCluster.BoundaryClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1504,7 +1504,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1516,7 +1516,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1528,7 +1528,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/boundaryCluster.typescript.md b/docs/boundaryCluster.typescript.md index 0a03f4383..acb5b8d36 100644 --- a/docs/boundaryCluster.typescript.md +++ b/docs/boundaryCluster.typescript.md @@ -1,6 +1,6 @@ # `hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster). +Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster). # `boundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi ### BoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -475,7 +475,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.73.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.76.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -904,7 +904,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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -991,7 +991,7 @@ public readonly clusterId: string; The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} --- @@ -1007,7 +1007,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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#password BoundaryCluster#password} --- @@ -1021,7 +1021,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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} --- @@ -1037,7 +1037,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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#username BoundaryCluster#username} --- @@ -1049,7 +1049,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1066,7 +1066,7 @@ public readonly maintenanceWindowConfig: BoundaryClusterMaintenanceWindowConfig; maintenance_window_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config} --- @@ -1083,7 +1083,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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} --- @@ -1097,7 +1097,7 @@ public readonly timeouts: BoundaryClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} --- @@ -1134,7 +1134,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.73.0/docs/resources/boundary_cluster#day BoundaryCluster#day} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#day BoundaryCluster#day} --- @@ -1150,7 +1150,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.73.0/docs/resources/boundary_cluster#end BoundaryCluster#end} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#end BoundaryCluster#end} --- @@ -1166,7 +1166,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.73.0/docs/resources/boundary_cluster#start BoundaryCluster#start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#start BoundaryCluster#start} --- @@ -1180,7 +1180,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.73.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} --- @@ -1198,9 +1198,9 @@ const boundaryClusterTimeouts: boundaryCluster.BoundaryClusterTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. | --- @@ -1212,7 +1212,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. --- @@ -1224,7 +1224,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. --- @@ -1236,7 +1236,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. --- diff --git a/docs/consulCluster.csharp.md b/docs/consulCluster.csharp.md index 6cd5bac8d..9ab498479 100644 --- a/docs/consulCluster.csharp.md +++ b/docs/consulCluster.csharp.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster). # `consulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -524,7 +524,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.73.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.76.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1252,7 +1252,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.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1343,7 +1343,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.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1357,7 +1357,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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1373,7 +1373,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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1389,7 +1389,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.73.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.76.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1403,7 +1403,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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1417,7 +1417,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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1429,7 +1429,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1446,7 +1446,7 @@ public object IpAllowlist { get; set; } ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1462,7 +1462,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.73.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.76.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1478,7 +1478,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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1495,7 +1495,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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1509,7 +1509,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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1525,7 +1525,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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1539,7 +1539,7 @@ public ConsulClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1575,7 +1575,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.73.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1589,7 +1589,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.73.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1612,10 +1612,10 @@ new ConsulClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1627,7 +1627,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1639,7 +1639,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1651,7 +1651,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1663,7 +1663,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulCluster.go.md b/docs/consulCluster.go.md index 1842707da..16bc31be3 100644 --- a/docs/consulCluster.go.md +++ b/docs/consulCluster.go.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster). # `consulCluster` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulCluster(scope Construct, id *string, config ConsulClusterConfig) ConsulCluster ``` @@ -435,7 +435,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -467,7 +467,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_IsTerraformElement(x interface{}) *bool ``` @@ -481,7 +481,7 @@ consulcluster.ConsulCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_IsTerraformResource(x interface{}) *bool ``` @@ -495,7 +495,7 @@ consulcluster.ConsulCluster_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -524,7 +524,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.73.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.76.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1208,7 +1208,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterConfig { Connection: interface{}, @@ -1231,7 +1231,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" ProjectId: *string, PublicEndpoint: interface{}, Size: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.consulCluster.ConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulCluster.ConsulClusterTimeouts, } ``` @@ -1252,7 +1252,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1343,7 +1343,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1357,7 +1357,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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1373,7 +1373,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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1389,7 +1389,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.73.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.76.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1403,7 +1403,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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1417,7 +1417,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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1429,7 +1429,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1446,7 +1446,7 @@ IpAllowlist interface{} ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1462,7 +1462,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.73.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.76.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1478,7 +1478,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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1495,7 +1495,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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1509,7 +1509,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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1525,7 +1525,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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1539,7 +1539,7 @@ Timeouts ConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1548,7 +1548,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterIpAllowlistStruct { Address: *string, @@ -1575,7 +1575,7 @@ Address *string IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1589,7 +1589,7 @@ Description *string Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1598,7 +1598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterTimeouts { Create: *string, @@ -1612,10 +1612,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1627,7 +1627,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1639,7 +1639,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1651,7 +1651,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1663,7 +1663,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- @@ -1674,7 +1674,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ConsulClusterIpAllowlistStructList ``` @@ -1817,7 +1817,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ConsulClusterIpAllowlistStructOutputReference ``` @@ -2135,7 +2135,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 e00b8af5d..58e882a1c 100644 --- a/docs/consulCluster.java.md +++ b/docs/consulCluster.java.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster). # `consulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -65,7 +65,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.73.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.76.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. | @@ -142,7 +142,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.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -152,7 +152,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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -164,7 +164,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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -176,7 +176,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.73.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.76.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -186,7 +186,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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -196,7 +196,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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -204,7 +204,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.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -217,7 +217,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.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -229,7 +229,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.73.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.76.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -241,7 +241,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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -254,7 +254,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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -264,7 +264,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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -276,7 +276,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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -286,7 +286,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.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -766,7 +766,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.73.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.76.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1502,7 +1502,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.73.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.76.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. | @@ -1593,7 +1593,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.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1607,7 +1607,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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1623,7 +1623,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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1639,7 +1639,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.73.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.76.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1653,7 +1653,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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1667,7 +1667,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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1679,7 +1679,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1696,7 +1696,7 @@ public java.lang.Object getIpAllowlist(); ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1712,7 +1712,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.73.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.76.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1728,7 +1728,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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1745,7 +1745,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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1759,7 +1759,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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1775,7 +1775,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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1789,7 +1789,7 @@ public ConsulClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1825,7 +1825,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.73.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1839,7 +1839,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.73.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1862,10 +1862,10 @@ ConsulClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.73.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.76.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.76.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.76.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.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1877,7 +1877,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1889,7 +1889,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1901,7 +1901,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1913,7 +1913,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulCluster.python.md b/docs/consulCluster.python.md index 26fc39843..640cf5b3d 100644 --- a/docs/consulCluster.python.md +++ b/docs/consulCluster.python.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster). # `consulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -59,7 +59,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.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -136,7 +136,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.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -146,7 +146,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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -158,7 +158,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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -170,7 +170,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.73.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.76.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -180,7 +180,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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -190,7 +190,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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -198,7 +198,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.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -211,7 +211,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.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -223,7 +223,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.73.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.76.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -235,7 +235,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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -248,7 +248,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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -258,7 +258,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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -270,7 +270,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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -280,7 +280,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.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -627,7 +627,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -635,7 +635,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.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -643,7 +643,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.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -651,7 +651,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.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- @@ -835,7 +835,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.73.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.76.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1563,7 +1563,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.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1654,7 +1654,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1668,7 +1668,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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1684,7 +1684,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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1700,7 +1700,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.73.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.76.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1714,7 +1714,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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1728,7 +1728,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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1740,7 +1740,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1757,7 +1757,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.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1773,7 +1773,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.73.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.76.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1789,7 +1789,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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1806,7 +1806,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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1820,7 +1820,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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1836,7 +1836,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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1850,7 +1850,7 @@ timeouts: ConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1886,7 +1886,7 @@ address: str IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1900,7 +1900,7 @@ description: str Description to help identify source (maximum 255 chars). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1923,10 +1923,10 @@ consulCluster.ConsulClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1938,7 +1938,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1950,7 +1950,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1962,7 +1962,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1974,7 +1974,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulCluster.typescript.md b/docs/consulCluster.typescript.md index c1c0eba18..f3d1848da 100644 --- a/docs/consulCluster.typescript.md +++ b/docs/consulCluster.typescript.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster). # `consulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist ### ConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -524,7 +524,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.73.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.76.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1230,7 +1230,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.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1321,7 +1321,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.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} --- @@ -1335,7 +1335,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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} --- @@ -1351,7 +1351,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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#tier ConsulCluster#tier} --- @@ -1367,7 +1367,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.73.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.76.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering} --- @@ -1381,7 +1381,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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} --- @@ -1395,7 +1395,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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} --- @@ -1407,7 +1407,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#id ConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1424,7 +1424,7 @@ public readonly ipAllowlist: IResolvable | ConsulClusterIpAllowlistStruct[]; ip_allowlist block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} --- @@ -1440,7 +1440,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.73.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.76.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version} --- @@ -1456,7 +1456,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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} --- @@ -1473,7 +1473,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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} --- @@ -1487,7 +1487,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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} --- @@ -1503,7 +1503,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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#size ConsulCluster#size} --- @@ -1517,7 +1517,7 @@ public readonly timeouts: ConsulClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} --- @@ -1550,7 +1550,7 @@ public readonly address: string; IP address range in CIDR notation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#address ConsulCluster#address} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#address ConsulCluster#address} --- @@ -1564,7 +1564,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.73.0/docs/resources/consul_cluster#description ConsulCluster#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#description ConsulCluster#description} --- @@ -1582,10 +1582,10 @@ const consulClusterTimeouts: consulCluster.ConsulClusterTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. | --- @@ -1597,7 +1597,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create}. --- @@ -1609,7 +1609,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default}. --- @@ -1621,7 +1621,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. --- @@ -1633,7 +1633,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update}. --- diff --git a/docs/consulClusterRootToken.csharp.md b/docs/consulClusterRootToken.csharp.md index 52cc1e156..14af5957e 100644 --- a/docs/consulClusterRootToken.csharp.md +++ b/docs/consulClusterRootToken.csharp.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster_root_token` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token). # `consulClusterRootToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,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.73.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.76.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. | @@ -891,7 +891,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.73.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.76.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -903,7 +903,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -923,7 +923,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.73.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.76.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -937,7 +937,7 @@ public ConsulClusterRootTokenTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -957,7 +957,7 @@ new ConsulClusterRootTokenTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -969,7 +969,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulClusterRootToken.go.md b/docs/consulClusterRootToken.go.md index 53afc376d..392b6223e 100644 --- a/docs/consulClusterRootToken.go.md +++ b/docs/consulClusterRootToken.go.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster_root_token` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token). # `consulClusterRootToken` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.NewConsulClusterRootToken(scope Construct, id *string, config ConsulClusterRootTokenConfig) ConsulClusterRootToken ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ consulclusterroottoken.ConsulClusterRootToken_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ consulclusterroottoken.ConsulClusterRootToken_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -776,7 +776,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" &consulclusterroottoken.ConsulClusterRootTokenConfig { Connection: interface{}, @@ -789,7 +789,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.consulClusterRootToken.ConsulClusterRootTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulClusterRootToken.ConsulClusterRootTokenTimeouts, } ``` @@ -805,7 +805,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -891,7 +891,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -903,7 +903,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -923,7 +923,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.73.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.76.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -937,7 +937,7 @@ Timeouts ConsulClusterRootTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -946,7 +946,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" &consulclusterroottoken.ConsulClusterRootTokenTimeouts { Default: *string, @@ -957,7 +957,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -969,7 +969,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- @@ -980,7 +980,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 8b2260b8f..d22137fb9 100644 --- a/docs/consulClusterRootToken.java.md +++ b/docs/consulClusterRootToken.java.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster_root_token` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token). # `consulClusterRootToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -46,7 +46,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.73.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.76.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. | @@ -118,7 +118,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.73.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.76.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -126,7 +126,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.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -142,7 +142,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.73.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.76.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -152,7 +152,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.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -563,7 +563,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.73.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.76.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,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.73.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.76.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. | @@ -1003,7 +1003,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.73.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.76.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -1015,7 +1015,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1035,7 +1035,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.73.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.76.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -1049,7 +1049,7 @@ public ConsulClusterRootTokenTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -1069,7 +1069,7 @@ ConsulClusterRootTokenTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -1081,7 +1081,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulClusterRootToken.python.md b/docs/consulClusterRootToken.python.md index 23e3b68ad..648ea4476 100644 --- a/docs/consulClusterRootToken.python.md +++ b/docs/consulClusterRootToken.python.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster_root_token` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token). # `consulClusterRootToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -44,7 +44,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.73.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.76.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. | @@ -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.73.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.76.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -124,7 +124,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.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -140,7 +140,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.73.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.76.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -150,7 +150,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.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -471,7 +471,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- @@ -607,7 +607,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.73.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.76.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,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.73.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.76.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. | @@ -1043,7 +1043,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -1055,7 +1055,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1075,7 +1075,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.73.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.76.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -1089,7 +1089,7 @@ timeouts: ConsulClusterRootTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -1109,7 +1109,7 @@ consulClusterRootToken.ConsulClusterRootTokenTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -1121,7 +1121,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulClusterRootToken.typescript.md b/docs/consulClusterRootToken.typescript.md index d88cc2df1..89cc81bd9 100644 --- a/docs/consulClusterRootToken.typescript.md +++ b/docs/consulClusterRootToken.typescript.md @@ -1,6 +1,6 @@ # `hcp_consul_cluster_root_token` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token). # `consulClusterRootToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt ### ConsulClusterRootToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,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.73.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.76.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. | @@ -879,7 +879,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.73.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.76.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id} --- @@ -891,7 +891,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -911,7 +911,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.73.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.76.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id} --- @@ -925,7 +925,7 @@ public readonly timeouts: ConsulClusterRootTokenTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} --- @@ -943,7 +943,7 @@ const consulClusterRootTokenTimeouts: consulClusterRootToken.ConsulClusterRootTo | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. | --- @@ -955,7 +955,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. --- diff --git a/docs/consulSnapshot.csharp.md b/docs/consulSnapshot.csharp.md index d9c2b1acf..2abfd6c18 100644 --- a/docs/consulSnapshot.csharp.md +++ b/docs/consulSnapshot.csharp.md @@ -1,6 +1,6 @@ # `hcp_consul_snapshot` -Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot). +Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot). # `consulSnapshot` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -862,7 +862,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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -948,7 +948,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.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -962,7 +962,7 @@ public string SnapshotName { get; set; } The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -974,7 +974,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -994,7 +994,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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1008,7 +1008,7 @@ public ConsulSnapshotTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1031,10 +1031,10 @@ new ConsulSnapshotTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1046,7 +1046,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1058,7 +1058,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1070,7 +1070,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1082,7 +1082,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/consulSnapshot.go.md b/docs/consulSnapshot.go.md index 6c9477fb5..5cf07f6d2 100644 --- a/docs/consulSnapshot.go.md +++ b/docs/consulSnapshot.go.md @@ -1,6 +1,6 @@ # `hcp_consul_snapshot` -Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot). +Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot). # `consulSnapshot` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.NewConsulSnapshot(scope Construct, id *string, config ConsulSnapshotConfig) ConsulSnapshot ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ consulsnapshot.ConsulSnapshot_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ consulsnapshot.ConsulSnapshot_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" &consulsnapshot.ConsulSnapshotConfig { Connection: interface{}, @@ -845,7 +845,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" SnapshotName: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.consulSnapshot.ConsulSnapshotTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulSnapshot.ConsulSnapshotTimeouts, } ``` @@ -862,7 +862,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -948,7 +948,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -962,7 +962,7 @@ SnapshotName *string The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -974,7 +974,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -994,7 +994,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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1008,7 +1008,7 @@ Timeouts ConsulSnapshotTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1017,7 +1017,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" &consulsnapshot.ConsulSnapshotTimeouts { Create: *string, @@ -1031,10 +1031,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1046,7 +1046,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1058,7 +1058,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1070,7 +1070,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1082,7 +1082,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- @@ -1093,7 +1093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 caffcdd51..053a43222 100644 --- a/docs/consulSnapshot.java.md +++ b/docs/consulSnapshot.java.md @@ -1,6 +1,6 @@ # `hcp_consul_snapshot` -Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot). +Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot). # `consulSnapshot` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -48,7 +48,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.73.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.76.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. | @@ -120,7 +120,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.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -130,7 +130,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.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -154,7 +154,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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#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.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -575,7 +575,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.73.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.76.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,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.73.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.76.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. | @@ -1072,7 +1072,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.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -1086,7 +1086,7 @@ public java.lang.String getSnapshotName(); The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -1098,7 +1098,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1118,7 +1118,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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1132,7 +1132,7 @@ public ConsulSnapshotTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1155,10 +1155,10 @@ ConsulSnapshotTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.73.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.76.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.76.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.76.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.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1170,7 +1170,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1182,7 +1182,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1194,7 +1194,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1206,7 +1206,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/consulSnapshot.python.md b/docs/consulSnapshot.python.md index 6b2441faf..6a0c190b4 100644 --- a/docs/consulSnapshot.python.md +++ b/docs/consulSnapshot.python.md @@ -1,6 +1,6 @@ # `hcp_consul_snapshot` -Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot). +Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot). # `consulSnapshot` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -46,7 +46,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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -118,7 +118,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.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -128,7 +128,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.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -136,7 +136,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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -152,7 +152,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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#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.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -486,7 +486,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -494,7 +494,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.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -502,7 +502,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.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -510,7 +510,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.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- @@ -646,7 +646,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.73.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.76.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -1053,7 +1053,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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1139,7 +1139,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -1153,7 +1153,7 @@ snapshot_name: str The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -1165,7 +1165,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1185,7 +1185,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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -1199,7 +1199,7 @@ timeouts: ConsulSnapshotTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1222,10 +1222,10 @@ consulSnapshot.ConsulSnapshotTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1237,7 +1237,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1249,7 +1249,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1261,7 +1261,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1273,7 +1273,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/consulSnapshot.typescript.md b/docs/consulSnapshot.typescript.md index a13a174e9..fe56fe22e 100644 --- a/docs/consulSnapshot.typescript.md +++ b/docs/consulSnapshot.typescript.md @@ -1,6 +1,6 @@ # `hcp_consul_snapshot` -Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot). +Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot). # `consulSnapshot` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis ### ConsulSnapshot -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot hcp_consul_snapshot}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot hcp_consul_snapshot}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -935,7 +935,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.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} --- @@ -949,7 +949,7 @@ public readonly snapshotName: string; The name of the snapshot. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} --- @@ -961,7 +961,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -981,7 +981,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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} --- @@ -995,7 +995,7 @@ public readonly timeouts: ConsulSnapshotTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} --- @@ -1013,10 +1013,10 @@ const consulSnapshotTimeouts: consulSnapshot.ConsulSnapshotTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. | --- @@ -1028,7 +1028,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. --- @@ -1040,7 +1040,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. --- @@ -1052,7 +1052,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. --- @@ -1064,7 +1064,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. --- diff --git a/docs/dataHcpAwsNetworkPeering.csharp.md b/docs/dataHcpAwsNetworkPeering.csharp.md index fa9c43c37..1eb26f9ab 100644 --- a/docs/dataHcpAwsNetworkPeering.csharp.md +++ b/docs/dataHcpAwsNetworkPeering.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering). +Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering). # `dataHcpAwsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,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.73.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.76.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`. | @@ -929,7 +929,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.73.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.76.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -943,7 +943,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.73.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.76.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -955,7 +955,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -976,7 +976,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.73.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.76.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -990,7 +990,7 @@ public DataHcpAwsNetworkPeeringTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1004,7 +1004,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.73.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.76.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1024,7 +1024,7 @@ new DataHcpAwsNetworkPeeringTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1036,7 +1036,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsNetworkPeering.go.md b/docs/dataHcpAwsNetworkPeering.go.md index 614f8f23e..5245993cb 100644 --- a/docs/dataHcpAwsNetworkPeering.go.md +++ b/docs/dataHcpAwsNetworkPeering.go.md @@ -1,6 +1,6 @@ # `data_hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering). +Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering). # `dataHcpAwsNetworkPeering` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.NewDataHcpAwsNetworkPeering(scope Construct, id *string, config DataHcpAwsNetworkPeeringConfig) DataHcpAwsNetworkPeering ``` @@ -312,7 +312,7 @@ func ResetWaitForActiveState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -344,7 +344,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformElement(x interface{}) *bool ``` @@ -358,7 +358,7 @@ datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformDataSource(x interface{}) *bool ``` @@ -372,7 +372,7 @@ datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -401,7 +401,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.73.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.76.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" &datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringConfig { Connection: interface{}, @@ -824,7 +824,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" PeeringId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts, WaitForActiveState: interface{}, } ``` @@ -842,7 +842,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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`. | @@ -929,7 +929,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -943,7 +943,7 @@ PeeringId *string The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -955,7 +955,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -976,7 +976,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.73.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.76.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -990,7 +990,7 @@ Timeouts DataHcpAwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1004,7 +1004,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.73.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.76.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1013,7 +1013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" &datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringTimeouts { Read: *string, @@ -1024,7 +1024,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1036,7 +1036,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- @@ -1047,7 +1047,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 af0cc9679..70ef23f24 100644 --- a/docs/dataHcpAwsNetworkPeering.java.md +++ b/docs/dataHcpAwsNetworkPeering.java.md @@ -1,6 +1,6 @@ # `data_hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering). +Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering). # `dataHcpAwsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -50,7 +50,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.73.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.76.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`. | @@ -123,7 +123,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.73.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.76.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -133,7 +133,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.73.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.76.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -141,7 +141,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.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -158,7 +158,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.73.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.76.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -168,7 +168,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.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -178,7 +178,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.73.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.76.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -533,7 +533,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.73.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.76.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -979,7 +979,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.73.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.76.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`. | @@ -1066,7 +1066,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.73.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.76.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -1080,7 +1080,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.73.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.76.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -1092,7 +1092,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1113,7 +1113,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.73.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.76.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -1127,7 +1127,7 @@ public DataHcpAwsNetworkPeeringTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1141,7 +1141,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.73.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.76.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1161,7 +1161,7 @@ DataHcpAwsNetworkPeeringTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1173,7 +1173,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsNetworkPeering.python.md b/docs/dataHcpAwsNetworkPeering.python.md index 862a42ec9..bd4972e8e 100644 --- a/docs/dataHcpAwsNetworkPeering.python.md +++ b/docs/dataHcpAwsNetworkPeering.python.md @@ -1,6 +1,6 @@ # `data_hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering). +Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering). # `dataHcpAwsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -47,7 +47,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.73.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.76.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`. | @@ -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.73.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.76.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -130,7 +130,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.73.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.76.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -138,7 +138,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.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -155,7 +155,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.73.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.76.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -165,7 +165,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.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -175,7 +175,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.73.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.76.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -428,7 +428,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- @@ -570,7 +570,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.73.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.76.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -1011,7 +1011,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.73.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.76.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`. | @@ -1098,7 +1098,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.73.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.76.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -1112,7 +1112,7 @@ peering_id: str The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -1124,7 +1124,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1145,7 +1145,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.73.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.76.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -1159,7 +1159,7 @@ timeouts: DataHcpAwsNetworkPeeringTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -1173,7 +1173,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.73.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.76.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1193,7 +1193,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1205,7 +1205,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsNetworkPeering.typescript.md b/docs/dataHcpAwsNetworkPeering.typescript.md index ec46db66f..2c074dff8 100644 --- a/docs/dataHcpAwsNetworkPeering.typescript.md +++ b/docs/dataHcpAwsNetworkPeering.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_aws_network_peering` -Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering). +Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering). # `dataHcpAwsNetworkPeering` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http ### DataHcpAwsNetworkPeering -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use --- @@ -828,7 +828,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.73.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.76.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`. | @@ -915,7 +915,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.73.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.76.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id} --- @@ -929,7 +929,7 @@ public readonly peeringId: string; The ID of the network peering. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id} --- @@ -941,7 +941,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -962,7 +962,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.73.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.76.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id} --- @@ -976,7 +976,7 @@ public readonly timeouts: DataHcpAwsNetworkPeeringTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} --- @@ -990,7 +990,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.73.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.76.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state} --- @@ -1008,7 +1008,7 @@ const dataHcpAwsNetworkPeeringTimeouts: dataHcpAwsNetworkPeering.DataHcpAwsNetwo | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. | --- @@ -1020,7 +1020,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md index d245ed966..fd3f76827 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment). # `dataHcpAwsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -820,7 +820,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.73.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.76.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`. | @@ -907,7 +907,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -921,7 +921,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -933,7 +933,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -953,7 +953,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -967,7 +967,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -981,7 +981,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -1001,7 +1001,7 @@ new DataHcpAwsTransitGatewayAttachmentTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1013,7 +1013,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.go.md b/docs/dataHcpAwsTransitGatewayAttachment.go.md index 926f47e50..606d0efe4 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.go.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.go.md @@ -1,6 +1,6 @@ # `data_hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment). # `dataHcpAwsTransitGatewayAttachment` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.NewDataHcpAwsTransitGatewayAttachment(scope Construct, id *string, config DataHcpAwsTransitGatewayAttachmentConfig) DataHcpAwsTransitGatewayAttachment ``` @@ -312,7 +312,7 @@ func ResetWaitForActiveState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -344,7 +344,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerraformElement(x interface{}) *bool ``` @@ -358,7 +358,7 @@ datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerrafor ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerraformDataSource(x interface{}) *bool ``` @@ -372,7 +372,7 @@ datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -401,7 +401,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" &datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -802,7 +802,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayat TransitGatewayAttachmentId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts, WaitForActiveState: interface{}, } ``` @@ -820,7 +820,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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`. | @@ -907,7 +907,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -921,7 +921,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -933,7 +933,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -953,7 +953,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -967,7 +967,7 @@ Timeouts DataHcpAwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -981,7 +981,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -990,7 +990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" &datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentTimeouts { Default: *string, @@ -1001,7 +1001,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayat | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1013,7 +1013,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- @@ -1024,7 +1024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 f8b7470a5..5643debe4 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.java.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.java.md @@ -1,6 +1,6 @@ # `data_hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment). # `dataHcpAwsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -50,7 +50,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.73.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.76.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`. | @@ -123,7 +123,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -133,7 +133,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -141,7 +141,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.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -157,7 +157,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -167,7 +167,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.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -177,7 +177,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -532,7 +532,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,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.73.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.76.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`. | @@ -1043,7 +1043,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -1057,7 +1057,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1069,7 +1069,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1089,7 +1089,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -1103,7 +1103,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -1117,7 +1117,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -1137,7 +1137,7 @@ DataHcpAwsTransitGatewayAttachmentTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1149,7 +1149,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.python.md b/docs/dataHcpAwsTransitGatewayAttachment.python.md index 8349dcfd8..2f2321522 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.python.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.python.md @@ -1,6 +1,6 @@ # `data_hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment). # `dataHcpAwsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -47,7 +47,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.73.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.76.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`. | @@ -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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -130,7 +130,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -138,7 +138,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.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -154,7 +154,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#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.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -174,7 +174,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -427,7 +427,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- @@ -569,7 +569,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -988,7 +988,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.73.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.76.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`. | @@ -1075,7 +1075,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -1089,7 +1089,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -1101,7 +1101,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1121,7 +1121,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -1135,7 +1135,7 @@ timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -1149,7 +1149,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -1169,7 +1169,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -1181,7 +1181,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md index ebebd2be7..3b8fb2355 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_aws_transit_gateway_attachment` -Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment). # `dataHcpAwsTransitGatewayAttachment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach ### DataHcpAwsTransitGatewayAttachment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,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.73.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.76.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`. | @@ -893,7 +893,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id} --- @@ -907,7 +907,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id} --- @@ -919,7 +919,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -939,7 +939,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id} --- @@ -953,7 +953,7 @@ public readonly timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} --- @@ -967,7 +967,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.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state} --- @@ -985,7 +985,7 @@ const dataHcpAwsTransitGatewayAttachmentTimeouts: dataHcpAwsTransitGatewayAttach | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. | --- @@ -997,7 +997,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. --- diff --git a/docs/dataHcpAzurePeeringConnection.csharp.md b/docs/dataHcpAzurePeeringConnection.csharp.md index e6745b039..fd1984f39 100644 --- a/docs/dataHcpAzurePeeringConnection.csharp.md +++ b/docs/dataHcpAzurePeeringConnection.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection). # `dataHcpAzurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`] ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -856,7 +856,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.73.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.76.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`. | @@ -942,7 +942,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.73.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.76.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -956,7 +956,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.73.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.76.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -968,7 +968,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -985,7 +985,7 @@ public DataHcpAzurePeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -999,7 +999,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.73.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.76.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1019,7 +1019,7 @@ new DataHcpAzurePeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1031,7 +1031,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpAzurePeeringConnection.go.md b/docs/dataHcpAzurePeeringConnection.go.md index e24305cca..a8f6e0ce1 100644 --- a/docs/dataHcpAzurePeeringConnection.go.md +++ b/docs/dataHcpAzurePeeringConnection.go.md @@ -1,6 +1,6 @@ # `data_hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection). # `dataHcpAzurePeeringConnection` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`] ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.NewDataHcpAzurePeeringConnection(scope Construct, id *string, config DataHcpAzurePeeringConnectionConfig) DataHcpAzurePeeringConnection ``` @@ -305,7 +305,7 @@ func ResetWaitForActiveState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformElement(x ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformDataSourc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -825,7 +825,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" &datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionConfig { Connection: interface{}, @@ -838,7 +838,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnect HvnLink: *string, PeeringId: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts, WaitForActiveState: interface{}, } ``` @@ -856,7 +856,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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`. | @@ -942,7 +942,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.73.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.76.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -956,7 +956,7 @@ PeeringId *string The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -968,7 +968,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -985,7 +985,7 @@ Timeouts DataHcpAzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -999,7 +999,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.73.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.76.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1008,7 +1008,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" &datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionTimeouts { Read: *string, @@ -1019,7 +1019,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnect | **Name** | **Type** | **Description** | | --- | --- | --- | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1031,7 +1031,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- @@ -1042,7 +1042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 f2e91f00c..52c26931c 100644 --- a/docs/dataHcpAzurePeeringConnection.java.md +++ b/docs/dataHcpAzurePeeringConnection.java.md @@ -1,6 +1,6 @@ # `data_hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection). # `dataHcpAzurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`] ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -49,7 +49,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.73.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.76.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`. | @@ -121,7 +121,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.73.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.76.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -131,7 +131,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.73.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.76.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -139,7 +139,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.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -152,7 +152,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.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -162,7 +162,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.73.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.76.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -510,7 +510,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.73.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.76.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -977,7 +977,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.73.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.76.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`. | @@ -1063,7 +1063,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.73.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.76.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -1077,7 +1077,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.73.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.76.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -1089,7 +1089,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1106,7 +1106,7 @@ public DataHcpAzurePeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -1120,7 +1120,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.73.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.76.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1140,7 +1140,7 @@ DataHcpAzurePeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1152,7 +1152,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpAzurePeeringConnection.python.md b/docs/dataHcpAzurePeeringConnection.python.md index 28dd266c5..a834d2918 100644 --- a/docs/dataHcpAzurePeeringConnection.python.md +++ b/docs/dataHcpAzurePeeringConnection.python.md @@ -1,6 +1,6 @@ # `data_hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection). # `dataHcpAzurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`] ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -46,7 +46,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.73.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.76.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`. | @@ -118,7 +118,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.73.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.76.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -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.73.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.76.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -136,7 +136,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.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -149,7 +149,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.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -159,7 +159,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.73.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.76.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -411,7 +411,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- @@ -547,7 +547,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.73.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.76.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,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.73.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.76.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`. | @@ -1095,7 +1095,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.73.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.76.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -1109,7 +1109,7 @@ peering_id: str The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -1121,7 +1121,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1138,7 +1138,7 @@ timeouts: DataHcpAzurePeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -1152,7 +1152,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.73.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.76.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1172,7 +1172,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1184,7 +1184,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpAzurePeeringConnection.typescript.md b/docs/dataHcpAzurePeeringConnection.typescript.md index bd5172c6d..e400b0ffe 100644 --- a/docs/dataHcpAzurePeeringConnection.typescript.md +++ b/docs/dataHcpAzurePeeringConnection.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_azure_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection). # `dataHcpAzurePeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`] ### DataHcpAzurePeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -843,7 +843,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.73.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.76.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`. | @@ -929,7 +929,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.73.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.76.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link} --- @@ -943,7 +943,7 @@ public readonly peeringId: string; The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id} --- @@ -955,7 +955,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -972,7 +972,7 @@ public readonly timeouts: DataHcpAzurePeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} --- @@ -986,7 +986,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.73.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.76.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state} --- @@ -1004,7 +1004,7 @@ const dataHcpAzurePeeringConnectionTimeouts: dataHcpAzurePeeringConnection.DataH | **Name** | **Type** | **Description** | | --- | --- | --- | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. | --- @@ -1016,7 +1016,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. --- diff --git a/docs/dataHcpBoundaryCluster.csharp.md b/docs/dataHcpBoundaryCluster.csharp.md index 21b75bdac..377550005 100644 --- a/docs/dataHcpBoundaryCluster.csharp.md +++ b/docs/dataHcpBoundaryCluster.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster). # `dataHcpBoundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -744,7 +744,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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -830,7 +830,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.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -842,7 +842,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -863,7 +863,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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -877,7 +877,7 @@ public DataHcpBoundaryClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -910,7 +910,7 @@ new DataHcpBoundaryClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -922,7 +922,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpBoundaryCluster.go.md b/docs/dataHcpBoundaryCluster.go.md index f058a41dc..d5d939028 100644 --- a/docs/dataHcpBoundaryCluster.go.md +++ b/docs/dataHcpBoundaryCluster.go.md @@ -1,6 +1,6 @@ # `data_hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster). # `dataHcpBoundaryCluster` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryCluster(scope Construct, id *string, config DataHcpBoundaryClusterConfig) DataHcpBoundaryCluster ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformDataSource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -715,7 +715,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterConfig { Connection: interface{}, @@ -728,7 +728,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts, } ``` @@ -744,7 +744,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -830,7 +830,7 @@ ClusterId *string The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -842,7 +842,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -863,7 +863,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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -877,7 +877,7 @@ Timeouts DataHcpBoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -886,7 +886,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterMaintenanceWindowConfig { @@ -899,7 +899,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterTimeouts { Default: *string, @@ -910,7 +910,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -922,7 +922,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- @@ -933,7 +933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryClusterMaintenanceWindowConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigList ``` @@ -1065,7 +1065,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference ``` @@ -1376,7 +1376,7 @@ func InternalValue() DataHcpBoundaryClusterMaintenanceWindowConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 5b926ce22..3aaf775a8 100644 --- a/docs/dataHcpBoundaryCluster.java.md +++ b/docs/dataHcpBoundaryCluster.java.md @@ -1,6 +1,6 @@ # `data_hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster). # `dataHcpBoundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -46,7 +46,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.73.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.76.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. | @@ -118,7 +118,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.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -126,7 +126,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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -143,7 +143,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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -153,7 +153,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.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -501,7 +501,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.73.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.76.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -855,7 +855,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.73.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.76.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. | @@ -941,7 +941,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.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -953,7 +953,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -974,7 +974,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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -988,7 +988,7 @@ public DataHcpBoundaryClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -1020,7 +1020,7 @@ DataHcpBoundaryClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -1032,7 +1032,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpBoundaryCluster.python.md b/docs/dataHcpBoundaryCluster.python.md index b57855732..ea97932c6 100644 --- a/docs/dataHcpBoundaryCluster.python.md +++ b/docs/dataHcpBoundaryCluster.python.md @@ -1,6 +1,6 @@ # `data_hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster). # `dataHcpBoundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -44,7 +44,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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -116,7 +116,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.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -124,7 +124,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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -141,7 +141,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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -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.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -403,7 +403,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- @@ -539,7 +539,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.73.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.76.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -975,7 +975,7 @@ cluster_id: str The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -987,7 +987,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1008,7 +1008,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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -1022,7 +1022,7 @@ timeouts: DataHcpBoundaryClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -1053,7 +1053,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -1065,7 +1065,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpBoundaryCluster.typescript.md b/docs/dataHcpBoundaryCluster.typescript.md index 0993ccc2b..18f25b7e9 100644 --- a/docs/dataHcpBoundaryCluster.typescript.md +++ b/docs/dataHcpBoundaryCluster.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster). # `dataHcpBoundaryCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/ ### DataHcpBoundaryCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use --- @@ -732,7 +732,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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -818,7 +818,7 @@ public readonly clusterId: string; The ID of the Boundary cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} --- @@ -830,7 +830,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -851,7 +851,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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} --- @@ -865,7 +865,7 @@ public readonly timeouts: DataHcpBoundaryClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} --- @@ -894,7 +894,7 @@ const dataHcpBoundaryClusterTimeouts: dataHcpBoundaryCluster.DataHcpBoundaryClus | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. | --- @@ -906,7 +906,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.csharp.md b/docs/dataHcpConsulAgentHelmConfig.csharp.md index 9b4364e1a..f7f1dc594 100644 --- a/docs/dataHcpConsulAgentHelmConfig.csharp.md +++ b/docs/dataHcpConsulAgentHelmConfig.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_helm_config` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config). # `dataHcpConsulAgentHelmConfig` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`] ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -755,7 +755,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.73.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.76.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. | @@ -841,7 +841,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -855,7 +855,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -869,7 +869,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -881,7 +881,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -901,7 +901,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -915,7 +915,7 @@ public DataHcpConsulAgentHelmConfigTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -935,7 +935,7 @@ new DataHcpConsulAgentHelmConfigTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -947,7 +947,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.go.md b/docs/dataHcpConsulAgentHelmConfig.go.md index b89d56373..9d90f590e 100644 --- a/docs/dataHcpConsulAgentHelmConfig.go.md +++ b/docs/dataHcpConsulAgentHelmConfig.go.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_helm_config` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config). # `dataHcpConsulAgentHelmConfig` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`] ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.NewDataHcpConsulAgentHelmConfig(scope Construct, id *string, config DataHcpConsulAgentHelmConfigConfig) DataHcpConsulAgentHelmConfig ``` @@ -312,7 +312,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsConstruct(x interface{}) *bool ``` @@ -344,7 +344,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformElement(x interface{}) *bool ``` @@ -358,7 +358,7 @@ datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformElement(x i ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformDataSource(x interface{}) *bool ``` @@ -372,7 +372,7 @@ datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformDataSource( ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -401,7 +401,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#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/v8/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" &datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigConfig { Connection: interface{}, @@ -737,7 +737,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconf ExposeGossipPorts: interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts, } ``` @@ -755,7 +755,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -841,7 +841,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -855,7 +855,7 @@ KubernetesEndpoint *string The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -869,7 +869,7 @@ ExposeGossipPorts interface{} Denotes that the gossip ports should be exposed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -881,7 +881,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -901,7 +901,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -915,7 +915,7 @@ Timeouts DataHcpConsulAgentHelmConfigTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -924,7 +924,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" &datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigTimeouts { Default: *string, @@ -935,7 +935,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconf | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -947,7 +947,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- @@ -958,7 +958,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 ea843982a..2575578f3 100644 --- a/docs/dataHcpConsulAgentHelmConfig.java.md +++ b/docs/dataHcpConsulAgentHelmConfig.java.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_helm_config` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config). # `dataHcpConsulAgentHelmConfig` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`] ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -51,7 +51,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.73.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.76.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. | @@ -123,7 +123,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -133,7 +133,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -143,7 +143,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -151,7 +151,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.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -167,7 +167,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -177,7 +177,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.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -532,7 +532,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -891,7 +891,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.73.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.76.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. | @@ -977,7 +977,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -991,7 +991,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -1005,7 +1005,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -1017,7 +1017,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1037,7 +1037,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -1051,7 +1051,7 @@ public DataHcpConsulAgentHelmConfigTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -1071,7 +1071,7 @@ DataHcpConsulAgentHelmConfigTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -1083,7 +1083,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.python.md b/docs/dataHcpConsulAgentHelmConfig.python.md index 953064ba6..92cbf3e62 100644 --- a/docs/dataHcpConsulAgentHelmConfig.python.md +++ b/docs/dataHcpConsulAgentHelmConfig.python.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_helm_config` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config). # `dataHcpConsulAgentHelmConfig` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`] ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -48,7 +48,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.73.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.76.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. | @@ -120,7 +120,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -130,7 +130,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -140,7 +140,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -148,7 +148,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.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -164,7 +164,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#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.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -427,7 +427,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- @@ -569,7 +569,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -923,7 +923,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.73.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.76.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. | @@ -1009,7 +1009,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -1023,7 +1023,7 @@ kubernetes_endpoint: str The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -1037,7 +1037,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -1049,7 +1049,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1069,7 +1069,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -1083,7 +1083,7 @@ timeouts: DataHcpConsulAgentHelmConfigTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -1103,7 +1103,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -1115,7 +1115,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentHelmConfig.typescript.md b/docs/dataHcpConsulAgentHelmConfig.typescript.md index 4969afec2..d79f8a9da 100644 --- a/docs/dataHcpConsulAgentHelmConfig.typescript.md +++ b/docs/dataHcpConsulAgentHelmConfig.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_helm_config` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config). # `dataHcpConsulAgentHelmConfig` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`] ### DataHcpConsulAgentHelmConfig -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use --- @@ -741,7 +741,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.73.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.76.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. | @@ -827,7 +827,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id} --- @@ -841,7 +841,7 @@ public readonly kubernetesEndpoint: string; The FQDN for the Kubernetes API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint} --- @@ -855,7 +855,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports} --- @@ -867,7 +867,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -887,7 +887,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.73.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.76.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id} --- @@ -901,7 +901,7 @@ public readonly timeouts: DataHcpConsulAgentHelmConfigTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} --- @@ -919,7 +919,7 @@ const dataHcpConsulAgentHelmConfigTimeouts: dataHcpConsulAgentHelmConfig.DataHcp | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. | --- @@ -931,7 +931,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md index ba7f1eac1..461f70026 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_kubernetes_secret` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret). # `dataHcpConsulAgentKubernetesSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -700,7 +700,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.73.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.76.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. | @@ -786,7 +786,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -798,7 +798,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -818,7 +818,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -832,7 +832,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -852,7 +852,7 @@ new DataHcpConsulAgentKubernetesSecretTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -864,7 +864,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.go.md b/docs/dataHcpConsulAgentKubernetesSecret.go.md index 74d6e2059..f8aac2cba 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.go.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.go.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_kubernetes_secret` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret). # `dataHcpConsulAgentKubernetesSecret` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.NewDataHcpConsulAgentKubernetesSecret(scope Construct, id *string, config DataHcpConsulAgentKubernetesSecretConfig) DataHcpConsulAgentKubernetesSecret ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerrafor ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -671,7 +671,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" &datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretConfig { Connection: interface{}, @@ -684,7 +684,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernet ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts, } ``` @@ -700,7 +700,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -786,7 +786,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -798,7 +798,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -818,7 +818,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -832,7 +832,7 @@ Timeouts DataHcpConsulAgentKubernetesSecretTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -841,7 +841,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" &datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretTimeouts { Default: *string, @@ -852,7 +852,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernet | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -864,7 +864,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- @@ -875,7 +875,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 9a8afa7eb..2def56c58 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.java.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.java.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_kubernetes_secret` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret). # `dataHcpConsulAgentKubernetesSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -46,7 +46,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.73.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.76.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. | @@ -118,7 +118,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -126,7 +126,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.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -142,7 +142,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -152,7 +152,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.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -500,7 +500,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,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.73.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.76.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. | @@ -896,7 +896,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -908,7 +908,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -928,7 +928,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -942,7 +942,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -962,7 +962,7 @@ DataHcpConsulAgentKubernetesSecretTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -974,7 +974,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.python.md b/docs/dataHcpConsulAgentKubernetesSecret.python.md index 75de07b21..6e733eb59 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.python.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.python.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_kubernetes_secret` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret). # `dataHcpConsulAgentKubernetesSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -44,7 +44,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.73.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.76.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. | @@ -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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -124,7 +124,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.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -140,7 +140,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -150,7 +150,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.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -402,7 +402,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- @@ -538,7 +538,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -844,7 +844,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.73.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.76.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. | @@ -930,7 +930,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -942,7 +942,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -962,7 +962,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -976,7 +976,7 @@ timeouts: DataHcpConsulAgentKubernetesSecretTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -996,7 +996,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -1008,7 +1008,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md index 8e8216a92..ebaa108f1 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_consul_agent_kubernetes_secret` -Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret). # `dataHcpConsulAgentKubernetesSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se ### DataHcpConsulAgentKubernetesSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use --- @@ -688,7 +688,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.73.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.76.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. | @@ -774,7 +774,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id} --- @@ -786,7 +786,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -806,7 +806,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.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id} --- @@ -820,7 +820,7 @@ public readonly timeouts: DataHcpConsulAgentKubernetesSecretTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} --- @@ -838,7 +838,7 @@ const dataHcpConsulAgentKubernetesSecretTimeouts: dataHcpConsulAgentKubernetesSe | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. | --- @@ -850,7 +850,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. --- diff --git a/docs/dataHcpConsulCluster.csharp.md b/docs/dataHcpConsulCluster.csharp.md index 91b958f0e..091ddfea3 100644 --- a/docs/dataHcpConsulCluster.csharp.md +++ b/docs/dataHcpConsulCluster.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster). # `dataHcpConsulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1028,7 +1028,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.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1040,7 +1040,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1060,7 +1060,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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1074,7 +1074,7 @@ public DataHcpConsulClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1107,7 +1107,7 @@ new DataHcpConsulClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1119,7 +1119,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulCluster.go.md b/docs/dataHcpConsulCluster.go.md index ba4f1867b..aafeff08a 100644 --- a/docs/dataHcpConsulCluster.go.md +++ b/docs/dataHcpConsulCluster.go.md @@ -1,6 +1,6 @@ # `data_hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster). # `dataHcpConsulCluster` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulCluster(scope Construct, id *string, config DataHcpConsulClusterConfig) DataHcpConsulCluster ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcpconsulcluster.DataHcpConsulCluster_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcpconsulcluster.DataHcpConsulCluster_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -913,7 +913,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterConfig { Connection: interface{}, @@ -926,7 +926,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpConsulCluster.DataHcpConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulCluster.DataHcpConsulClusterTimeouts, } ``` @@ -942,7 +942,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1028,7 +1028,7 @@ ClusterId *string The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1040,7 +1040,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1060,7 +1060,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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1074,7 +1074,7 @@ Timeouts DataHcpConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1083,7 +1083,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterIpAllowlistStruct { @@ -1096,7 +1096,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterTimeouts { Default: *string, @@ -1107,7 +1107,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1119,7 +1119,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- @@ -1130,7 +1130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpConsulClusterIpAllowlistStructList ``` @@ -1262,7 +1262,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpConsulClusterIpAllowlistStructOutputReference ``` @@ -1551,7 +1551,7 @@ func InternalValue() DataHcpConsulClusterIpAllowlistStruct #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 fab01ebc6..6ede99544 100644 --- a/docs/dataHcpConsulCluster.java.md +++ b/docs/dataHcpConsulCluster.java.md @@ -1,6 +1,6 @@ # `data_hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster). # `dataHcpConsulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -46,7 +46,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.73.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.76.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. | @@ -118,7 +118,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.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -126,7 +126,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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -142,7 +142,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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -152,7 +152,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.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -500,7 +500,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.73.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.76.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1052,7 +1052,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.73.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.76.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. | @@ -1138,7 +1138,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.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1150,7 +1150,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1170,7 +1170,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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1184,7 +1184,7 @@ public DataHcpConsulClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1216,7 +1216,7 @@ DataHcpConsulClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -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.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulCluster.python.md b/docs/dataHcpConsulCluster.python.md index c0b18cbe6..7f8284805 100644 --- a/docs/dataHcpConsulCluster.python.md +++ b/docs/dataHcpConsulCluster.python.md @@ -1,6 +1,6 @@ # `data_hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster). # `dataHcpConsulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -44,7 +44,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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -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.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -124,7 +124,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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -140,7 +140,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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -150,7 +150,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.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -402,7 +402,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- @@ -538,7 +538,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.73.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.76.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1086,7 +1086,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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1172,7 +1172,7 @@ cluster_id: str The ID of the HCP Consul cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1184,7 +1184,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1204,7 +1204,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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1218,7 +1218,7 @@ timeouts: DataHcpConsulClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1249,7 +1249,7 @@ dataHcpConsulCluster.DataHcpConsulClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1261,7 +1261,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulCluster.typescript.md b/docs/dataHcpConsulCluster.typescript.md index b4c1002e8..5c9712348 100644 --- a/docs/dataHcpConsulCluster.typescript.md +++ b/docs/dataHcpConsulCluster.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster). # `dataHcpConsulCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r ### DataHcpConsulCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster hcp_consul_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster hcp_consul_cluster}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use --- @@ -930,7 +930,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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1016,7 +1016,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.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} --- @@ -1028,7 +1028,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1048,7 +1048,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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} --- @@ -1062,7 +1062,7 @@ public readonly timeouts: DataHcpConsulClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} --- @@ -1091,7 +1091,7 @@ const dataHcpConsulClusterTimeouts: dataHcpConsulCluster.DataHcpConsulClusterTim | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. | --- @@ -1103,7 +1103,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. --- diff --git a/docs/dataHcpConsulVersions.csharp.md b/docs/dataHcpConsulVersions.csharp.md index 41ca4cd10..1343d7849 100644 --- a/docs/dataHcpConsulVersions.csharp.md +++ b/docs/dataHcpConsulVersions.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_consul_versions` -Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions). +Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions). # `dataHcpConsulVersions` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https:// ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -387,7 +387,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.73.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.76.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -668,7 +668,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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | Timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -751,7 +751,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -768,7 +768,7 @@ public DataHcpConsulVersionsTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -788,7 +788,7 @@ new DataHcpConsulVersionsTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -800,7 +800,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpConsulVersions.go.md b/docs/dataHcpConsulVersions.go.md index ee6d3f8e7..04091e1f3 100644 --- a/docs/dataHcpConsulVersions.go.md +++ b/docs/dataHcpConsulVersions.go.md @@ -1,6 +1,6 @@ # `data_hcp_consul_versions` -Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions). +Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions). # `dataHcpConsulVersions` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https:// ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.NewDataHcpConsulVersions(scope Construct, id *string, config DataHcpConsulVersionsConfig) DataHcpConsulVersions ``` @@ -298,7 +298,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsConstruct(x interface{}) *bool ``` @@ -330,7 +330,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsTerraformElement(x interface{}) *bool ``` @@ -344,7 +344,7 @@ datahcpconsulversions.DataHcpConsulVersions_IsTerraformElement(x interface{}) *b ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsTerraformDataSource(x interface{}) *bool ``` @@ -358,7 +358,7 @@ datahcpconsulversions.DataHcpConsulVersions_IsTerraformDataSource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -387,7 +387,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.73.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.76.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -642,7 +642,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" &datahcpconsulversions.DataHcpConsulVersionsConfig { Connection: interface{}, @@ -653,7 +653,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts, } ``` @@ -668,7 +668,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | Timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -751,7 +751,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -768,7 +768,7 @@ Timeouts DataHcpConsulVersionsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -777,7 +777,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" &datahcpconsulversions.DataHcpConsulVersionsTimeouts { Default: *string, @@ -788,7 +788,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -800,7 +800,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- @@ -811,7 +811,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 3748a6240..ddaf65b07 100644 --- a/docs/dataHcpConsulVersions.java.md +++ b/docs/dataHcpConsulVersions.java.md @@ -1,6 +1,6 @@ # `data_hcp_consul_versions` -Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions). +Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions). # `dataHcpConsulVersions` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https:// ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -43,7 +43,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.73.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.76.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -112,7 +112,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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -125,7 +125,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.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -466,7 +466,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.73.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.76.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,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.73.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.76.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -834,7 +834,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -851,7 +851,7 @@ public DataHcpConsulVersionsTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -871,7 +871,7 @@ DataHcpConsulVersionsTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -883,7 +883,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpConsulVersions.python.md b/docs/dataHcpConsulVersions.python.md index 30d79366d..76fc6d79b 100644 --- a/docs/dataHcpConsulVersions.python.md +++ b/docs/dataHcpConsulVersions.python.md @@ -1,6 +1,6 @@ # `data_hcp_consul_versions` -Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions). +Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions). # `dataHcpConsulVersions` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https:// ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -41,7 +41,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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | 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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -123,7 +123,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.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -374,7 +374,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- @@ -504,7 +504,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.73.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.76.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -785,7 +785,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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -868,7 +868,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -885,7 +885,7 @@ timeouts: DataHcpConsulVersionsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -905,7 +905,7 @@ dataHcpConsulVersions.DataHcpConsulVersionsTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -917,7 +917,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpConsulVersions.typescript.md b/docs/dataHcpConsulVersions.typescript.md index 822e5735c..cdd279771 100644 --- a/docs/dataHcpConsulVersions.typescript.md +++ b/docs/dataHcpConsulVersions.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_consul_versions` -Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions). +Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions). # `dataHcpConsulVersions` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https:// ### DataHcpConsulVersions -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions hcp_consul_versions}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions hcp_consul_versions}. #### Initializers @@ -387,7 +387,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.73.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.76.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use --- @@ -658,7 +658,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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. | | timeouts | DataHcpConsulVersionsTimeouts | timeouts block. | --- @@ -741,7 +741,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -758,7 +758,7 @@ public readonly timeouts: DataHcpConsulVersionsTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} --- @@ -776,7 +776,7 @@ const dataHcpConsulVersionsTimeouts: dataHcpConsulVersions.DataHcpConsulVersions | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. | --- @@ -788,7 +788,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. --- diff --git a/docs/dataHcpHvn.csharp.md b/docs/dataHcpHvn.csharp.md index 128347f01..627d8ca82 100644 --- a/docs/dataHcpHvn.csharp.md +++ b/docs/dataHcpHvn.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_hvn` -Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn). +Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn). # `dataHcpHvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -777,7 +777,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.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -863,7 +863,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.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -875,7 +875,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -895,7 +895,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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -909,7 +909,7 @@ public DataHcpHvnTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -929,7 +929,7 @@ new DataHcpHvnTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -941,7 +941,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvn.go.md b/docs/dataHcpHvn.go.md index a2c8a5440..bb9aa5352 100644 --- a/docs/dataHcpHvn.go.md +++ b/docs/dataHcpHvn.go.md @@ -1,6 +1,6 @@ # `data_hcp_hvn` -Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn). +Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn). # `dataHcpHvn` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn hcp_hvn}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.NewDataHcpHvn(scope Construct, id *string, config DataHcpHvnConfig) DataHcpHvn ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcphvn.DataHcpHvn_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcphvn.DataHcpHvn_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -748,7 +748,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" &datahcphvn.DataHcpHvnConfig { Connection: interface{}, @@ -761,7 +761,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" HvnId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpHvn.DataHcpHvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvn.DataHcpHvnTimeouts, } ``` @@ -777,7 +777,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -863,7 +863,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -875,7 +875,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -895,7 +895,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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -909,7 +909,7 @@ Timeouts DataHcpHvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -918,7 +918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" &datahcphvn.DataHcpHvnTimeouts { Default: *string, @@ -929,7 +929,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -941,7 +941,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- @@ -952,7 +952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 ef6b7ab8b..face07eae 100644 --- a/docs/dataHcpHvn.java.md +++ b/docs/dataHcpHvn.java.md @@ -1,6 +1,6 @@ # `data_hcp_hvn` -Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn). +Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn). # `dataHcpHvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -46,7 +46,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.73.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.76.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. | @@ -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.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -126,7 +126,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.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -142,7 +142,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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -152,7 +152,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.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -500,7 +500,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.73.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.76.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -887,7 +887,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.73.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.76.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. | @@ -973,7 +973,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.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -985,7 +985,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1005,7 +1005,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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -1019,7 +1019,7 @@ public DataHcpHvnTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -1039,7 +1039,7 @@ DataHcpHvnTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -1051,7 +1051,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvn.python.md b/docs/dataHcpHvn.python.md index ba25329ce..3cd088afe 100644 --- a/docs/dataHcpHvn.python.md +++ b/docs/dataHcpHvn.python.md @@ -1,6 +1,6 @@ # `data_hcp_hvn` -Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn). +Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn). # `dataHcpHvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -44,7 +44,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.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -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.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -124,7 +124,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.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -140,7 +140,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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -150,7 +150,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.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -402,7 +402,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- @@ -538,7 +538,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.73.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.76.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,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.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1007,7 +1007,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.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -1019,7 +1019,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1039,7 +1039,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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -1053,7 +1053,7 @@ timeouts: DataHcpHvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -1073,7 +1073,7 @@ dataHcpHvn.DataHcpHvnTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -1085,7 +1085,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvn.typescript.md b/docs/dataHcpHvn.typescript.md index 4608bb310..61cfb757f 100644 --- a/docs/dataHcpHvn.typescript.md +++ b/docs/dataHcpHvn.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_hvn` -Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn). +Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn). # `dataHcpHvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter ### DataHcpHvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn hcp_hvn}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -765,7 +765,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.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -851,7 +851,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.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} --- @@ -863,7 +863,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#id DataHcpHvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -883,7 +883,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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} --- @@ -897,7 +897,7 @@ public readonly timeouts: DataHcpHvnTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} --- @@ -915,7 +915,7 @@ const dataHcpHvnTimeouts: dataHcpHvn.DataHcpHvnTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. | --- @@ -927,7 +927,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn#default DataHcpHvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.csharp.md b/docs/dataHcpHvnPeeringConnection.csharp.md index fabd9f40e..73010dbe3 100644 --- a/docs/dataHcpHvnPeeringConnection.csharp.md +++ b/docs/dataHcpHvnPeeringConnection.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection). # `dataHcpHvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,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.73.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.76.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. | @@ -885,7 +885,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -899,7 +899,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.73.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.76.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -915,7 +915,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -927,7 +927,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -946,7 +946,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.73.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.76.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -960,7 +960,7 @@ public DataHcpHvnPeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -980,7 +980,7 @@ new DataHcpHvnPeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -992,7 +992,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.go.md b/docs/dataHcpHvnPeeringConnection.go.md index 0bf2d3401..6c6fce921 100644 --- a/docs/dataHcpHvnPeeringConnection.go.md +++ b/docs/dataHcpHvnPeeringConnection.go.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection). # `dataHcpHvnPeeringConnection` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.NewDataHcpHvnPeeringConnection(scope Construct, id *string, config DataHcpHvnPeeringConnectionConfig) DataHcpHvnPeeringConnection ``` @@ -312,7 +312,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -344,7 +344,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -358,7 +358,7 @@ datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformElement(x int ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformDataSource(x interface{}) *bool ``` @@ -372,7 +372,7 @@ datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformDataSource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -401,7 +401,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.73.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.76.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -766,7 +766,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" &datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionConfig { Connection: interface{}, @@ -781,7 +781,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnectio Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts, } ``` @@ -799,7 +799,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -885,7 +885,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -899,7 +899,7 @@ PeeringId *string The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -915,7 +915,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -927,7 +927,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -946,7 +946,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.73.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.76.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -960,7 +960,7 @@ Timeouts DataHcpHvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -969,7 +969,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" &datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionTimeouts { Default: *string, @@ -980,7 +980,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnectio | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -992,7 +992,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- @@ -1003,7 +1003,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 8772f0abd..faf5cf742 100644 --- a/docs/dataHcpHvnPeeringConnection.java.md +++ b/docs/dataHcpHvnPeeringConnection.java.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection). # `dataHcpHvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -50,7 +50,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.73.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.76.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. | @@ -122,7 +122,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -132,7 +132,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.73.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.76.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -144,7 +144,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -152,7 +152,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.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -167,7 +167,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.73.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.76.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -177,7 +177,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.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -532,7 +532,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.73.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.76.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -934,7 +934,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.73.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.76.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. | @@ -1020,7 +1020,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -1034,7 +1034,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.73.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.76.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -1050,7 +1050,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -1062,7 +1062,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1081,7 +1081,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.73.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.76.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -1095,7 +1095,7 @@ public DataHcpHvnPeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -1115,7 +1115,7 @@ DataHcpHvnPeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#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.73.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.python.md b/docs/dataHcpHvnPeeringConnection.python.md index aea601a3d..884f3f223 100644 --- a/docs/dataHcpHvnPeeringConnection.python.md +++ b/docs/dataHcpHvnPeeringConnection.python.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection). # `dataHcpHvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -48,7 +48,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.73.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.76.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. | @@ -120,7 +120,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -130,7 +130,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.73.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.76.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -142,7 +142,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -150,7 +150,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.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -165,7 +165,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.73.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.76.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -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.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -428,7 +428,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- @@ -570,7 +570,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.73.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.76.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,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.73.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.76.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. | @@ -1054,7 +1054,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -1068,7 +1068,7 @@ peering_id: str The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -1084,7 +1084,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -1096,7 +1096,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1115,7 +1115,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.73.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.76.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -1129,7 +1129,7 @@ timeouts: DataHcpHvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -1149,7 +1149,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -1161,7 +1161,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnPeeringConnection.typescript.md b/docs/dataHcpHvnPeeringConnection.typescript.md index 4e65bb319..baa7f2595 100644 --- a/docs/dataHcpHvnPeeringConnection.typescript.md +++ b/docs/dataHcpHvnPeeringConnection.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection). # `dataHcpHvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h ### DataHcpHvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -401,7 +401,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.73.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.76.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -785,7 +785,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.73.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.76.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. | @@ -871,7 +871,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1} --- @@ -885,7 +885,7 @@ public readonly peeringId: string; The ID of the peering connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id} --- @@ -901,7 +901,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.73.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.76.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2} --- @@ -913,7 +913,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -932,7 +932,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.73.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.76.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id} --- @@ -946,7 +946,7 @@ public readonly timeouts: DataHcpHvnPeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} --- @@ -964,7 +964,7 @@ const dataHcpHvnPeeringConnectionTimeouts: dataHcpHvnPeeringConnection.DataHcpHv | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. | --- @@ -976,7 +976,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. --- diff --git a/docs/dataHcpHvnRoute.csharp.md b/docs/dataHcpHvnRoute.csharp.md index a83cee9a7..3885d6b72 100644 --- a/docs/dataHcpHvnRoute.csharp.md +++ b/docs/dataHcpHvnRoute.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_route` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route). # `dataHcpHvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -768,7 +768,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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -854,7 +854,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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -868,7 +868,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.73.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.76.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -899,7 +899,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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -913,7 +913,7 @@ public DataHcpHvnRouteTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -933,7 +933,7 @@ new DataHcpHvnRouteTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -945,7 +945,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpHvnRoute.go.md b/docs/dataHcpHvnRoute.go.md index 7b3176839..7bfd36f55 100644 --- a/docs/dataHcpHvnRoute.go.md +++ b/docs/dataHcpHvnRoute.go.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_route` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route). # `dataHcpHvnRoute` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.NewDataHcpHvnRoute(scope Construct, id *string, config DataHcpHvnRouteConfig) DataHcpHvnRoute ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcphvnroute.DataHcpHvnRoute_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcphvnroute.DataHcpHvnRoute_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -737,7 +737,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteConfig { Connection: interface{}, @@ -751,7 +751,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" HvnRouteId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpHvnRoute.DataHcpHvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnRoute.DataHcpHvnRouteTimeouts, } ``` @@ -768,7 +768,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -854,7 +854,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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -868,7 +868,7 @@ HvnRouteId *string The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -880,7 +880,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -899,7 +899,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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -913,7 +913,7 @@ Timeouts DataHcpHvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -922,7 +922,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteTimeouts { Default: *string, @@ -933,7 +933,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -945,7 +945,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- @@ -956,7 +956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 bc6413b45..f59dff752 100644 --- a/docs/dataHcpHvnRoute.java.md +++ b/docs/dataHcpHvnRoute.java.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_route` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route). # `dataHcpHvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -48,7 +48,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.73.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.76.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. | @@ -120,7 +120,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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -130,7 +130,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.73.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.76.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -153,7 +153,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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#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.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -511,7 +511,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.73.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.76.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,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.73.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.76.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. | @@ -975,7 +975,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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -989,7 +989,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.73.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.76.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -1001,7 +1001,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1020,7 +1020,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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -1034,7 +1034,7 @@ public DataHcpHvnRouteTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -1054,7 +1054,7 @@ DataHcpHvnRouteTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -1066,7 +1066,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpHvnRoute.python.md b/docs/dataHcpHvnRoute.python.md index 838183ab9..2192cbfd3 100644 --- a/docs/dataHcpHvnRoute.python.md +++ b/docs/dataHcpHvnRoute.python.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_route` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route). # `dataHcpHvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -46,7 +46,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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -118,7 +118,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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -128,7 +128,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.73.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.76.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -136,7 +136,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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -151,7 +151,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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#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.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -413,7 +413,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- @@ -549,7 +549,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.73.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.76.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -923,7 +923,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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1009,7 +1009,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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -1023,7 +1023,7 @@ hvn_route_id: str The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -1035,7 +1035,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1054,7 +1054,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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -1068,7 +1068,7 @@ timeouts: DataHcpHvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -1088,7 +1088,7 @@ dataHcpHvnRoute.DataHcpHvnRouteTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -1100,7 +1100,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpHvnRoute.typescript.md b/docs/dataHcpHvnRoute.typescript.md index 2a57834cc..752532b42 100644 --- a/docs/dataHcpHvnRoute.typescript.md +++ b/docs/dataHcpHvnRoute.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_hvn_route` -Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route). # `dataHcpHvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist ### DataHcpHvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route hcp_hvn_route}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -755,7 +755,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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -841,7 +841,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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} --- @@ -855,7 +855,7 @@ public readonly hvnRouteId: string; The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id} --- @@ -867,7 +867,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -886,7 +886,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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} --- @@ -900,7 +900,7 @@ public readonly timeouts: DataHcpHvnRouteTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} --- @@ -918,7 +918,7 @@ const dataHcpHvnRouteTimeouts: dataHcpHvnRoute.DataHcpHvnRouteTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. | --- @@ -930,7 +930,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. --- diff --git a/docs/dataHcpOrganization.csharp.md b/docs/dataHcpOrganization.csharp.md index 2b5085ea7..2e5eb1b27 100644 --- a/docs/dataHcpOrganization.csharp.md +++ b/docs/dataHcpOrganization.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_organization` -Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization). +Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization). # `dataHcpOrganization` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://reg ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -360,7 +360,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.73.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.76.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 527fd72a4..4c65e9918 100644 --- a/docs/dataHcpOrganization.go.md +++ b/docs/dataHcpOrganization.go.md @@ -1,6 +1,6 @@ # `data_hcp_organization` -Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization). +Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization). # `dataHcpOrganization` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://reg ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization hcp_organization}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.NewDataHcpOrganization(scope Construct, id *string, config DataHcpOrganizationConfig) DataHcpOrganization ``` @@ -271,7 +271,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsConstruct(x interface{}) *bool ``` @@ -303,7 +303,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ``` @@ -317,7 +317,7 @@ datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformDataSource(x interface{}) *bool ``` @@ -331,7 +331,7 @@ datahcporganization.DataHcpOrganization_IsTerraformDataSource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -360,7 +360,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.73.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.76.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- @@ -571,7 +571,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 45047e873..b56f9af01 100644 --- a/docs/dataHcpOrganization.java.md +++ b/docs/dataHcpOrganization.java.md @@ -1,6 +1,6 @@ # `data_hcp_organization` -Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization). +Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization). # `dataHcpOrganization` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://reg ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -414,7 +414,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.73.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.76.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 0ccbcb458..f22f60e0d 100644 --- a/docs/dataHcpOrganization.python.md +++ b/docs/dataHcpOrganization.python.md @@ -1,6 +1,6 @@ # `data_hcp_organization` -Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization). +Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization). # `dataHcpOrganization` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://reg ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -448,7 +448,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.73.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.76.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 d27444154..0b4949178 100644 --- a/docs/dataHcpOrganization.typescript.md +++ b/docs/dataHcpOrganization.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_organization` -Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization). +Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization). # `dataHcpOrganization` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://reg ### DataHcpOrganization -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization hcp_organization}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization hcp_organization}. #### Initializers @@ -360,7 +360,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.73.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.76.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- diff --git a/docs/dataHcpPackerBucketNames.csharp.md b/docs/dataHcpPackerBucketNames.csharp.md index e6294fef4..7be031ffc 100644 --- a/docs/dataHcpPackerBucketNames.csharp.md +++ b/docs/dataHcpPackerBucketNames.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_packer_bucket_names` -Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names). +Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names). # `dataHcpPackerBucketNames` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -687,7 +687,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.73.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.76.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. | @@ -771,7 +771,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -788,7 +788,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.73.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.76.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -802,7 +802,7 @@ public DataHcpPackerBucketNamesTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -822,7 +822,7 @@ new DataHcpPackerBucketNamesTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -834,7 +834,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerBucketNames.go.md b/docs/dataHcpPackerBucketNames.go.md index c75e204c9..a8b94b4b3 100644 --- a/docs/dataHcpPackerBucketNames.go.md +++ b/docs/dataHcpPackerBucketNames.go.md @@ -1,6 +1,6 @@ # `data_hcp_packer_bucket_names` -Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names). +Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names). # `dataHcpPackerBucketNames` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.NewDataHcpPackerBucketNames(scope Construct, id *string, config DataHcpPackerBucketNamesConfig) DataHcpPackerBucketNames ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -660,7 +660,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" &datahcppackerbucketnames.DataHcpPackerBucketNamesConfig { Connection: interface{}, @@ -672,7 +672,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts, } ``` @@ -687,7 +687,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -771,7 +771,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -788,7 +788,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.73.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.76.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -802,7 +802,7 @@ Timeouts DataHcpPackerBucketNamesTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -811,7 +811,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" &datahcppackerbucketnames.DataHcpPackerBucketNamesTimeouts { Default: *string, @@ -822,7 +822,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -834,7 +834,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- @@ -845,7 +845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 15c76b0bb..0926c59b6 100644 --- a/docs/dataHcpPackerBucketNames.java.md +++ b/docs/dataHcpPackerBucketNames.java.md @@ -1,6 +1,6 @@ # `data_hcp_packer_bucket_names` -Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names). +Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names). # `dataHcpPackerBucketNames` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -44,7 +44,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.73.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.76.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. | @@ -114,7 +114,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.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -127,7 +127,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.73.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.76.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -137,7 +137,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.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -485,7 +485,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.73.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.76.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,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.73.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.76.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. | @@ -866,7 +866,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -883,7 +883,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.73.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.76.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -897,7 +897,7 @@ public DataHcpPackerBucketNamesTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -917,7 +917,7 @@ DataHcpPackerBucketNamesTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -929,7 +929,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerBucketNames.python.md b/docs/dataHcpPackerBucketNames.python.md index 3116c9bd9..c413ed741 100644 --- a/docs/dataHcpPackerBucketNames.python.md +++ b/docs/dataHcpPackerBucketNames.python.md @@ -1,6 +1,6 @@ # `data_hcp_packer_bucket_names` -Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names). +Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names). # `dataHcpPackerBucketNames` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -42,7 +42,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.73.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.76.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. | @@ -112,7 +112,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.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -125,7 +125,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.73.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.76.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -135,7 +135,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.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -387,7 +387,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- @@ -523,7 +523,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.73.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.76.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -816,7 +816,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.73.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.76.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. | @@ -900,7 +900,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -917,7 +917,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.73.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.76.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -931,7 +931,7 @@ timeouts: DataHcpPackerBucketNamesTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -951,7 +951,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -963,7 +963,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerBucketNames.typescript.md b/docs/dataHcpPackerBucketNames.typescript.md index b0f55908e..63e9847c8 100644 --- a/docs/dataHcpPackerBucketNames.typescript.md +++ b/docs/dataHcpPackerBucketNames.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_packer_bucket_names` -Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names). +Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names). # `dataHcpPackerBucketNames` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http ### DataHcpPackerBucketNames -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use --- @@ -676,7 +676,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.73.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.76.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. | @@ -760,7 +760,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -777,7 +777,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.73.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.76.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id} --- @@ -791,7 +791,7 @@ public readonly timeouts: DataHcpPackerBucketNamesTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} --- @@ -809,7 +809,7 @@ const dataHcpPackerBucketNamesTimeouts: dataHcpPackerBucketNames.DataHcpPackerBu | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. | --- @@ -821,7 +821,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. --- diff --git a/docs/dataHcpPackerImage.csharp.md b/docs/dataHcpPackerImage.csharp.md index 0a786b0f3..b043a6cb4 100644 --- a/docs/dataHcpPackerImage.csharp.md +++ b/docs/dataHcpPackerImage.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_packer_image` -Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image). +Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image). # `dataHcpPackerImage` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg ### DataHcpPackerImage -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image hcp_packer_image}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image hcp_packer_image}. #### Initializers @@ -415,7 +415,7 @@ The construct id used in the generated config for the DataHcpPackerImage to impo The id of the existing DataHcpPackerImage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ new DataHcpPackerImageConfig { | Region | string | The Region where this image is stored, if any. | | Channel | string | The channel that points to the version of the image being retrieved. | | ComponentType | string | Name of the builder that built this image. Ex: `amazon-ebs.example`. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | | IterationId | string | The iteration from which to get the image. Either this or `channel` must be specified. | | ProjectId | string | The ID of the HCP project where the HCP Packer Registry image is located. | | Timeouts | DataHcpPackerImageTimeouts | timeouts block. | @@ -993,7 +993,7 @@ public string BucketName { get; set; } The slug of the HCP Packer Registry bucket where this image is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} --- @@ -1007,7 +1007,7 @@ public string CloudProvider { get; set; } Name of the cloud provider where this image is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} --- @@ -1021,7 +1021,7 @@ public string Region { get; set; } The Region where this image is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} --- @@ -1037,7 +1037,7 @@ The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} --- @@ -1051,7 +1051,7 @@ public string ComponentType { get; set; } Name of the builder that built this image. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} --- @@ -1063,7 +1063,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1080,7 +1080,7 @@ public string IterationId { get; set; } The iteration from which to get the image. Either this or `channel` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} --- @@ -1097,7 +1097,7 @@ The ID of the HCP project where the HCP Packer Registry image 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} --- @@ -1111,7 +1111,7 @@ public DataHcpPackerImageTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} --- @@ -1131,7 +1131,7 @@ new DataHcpPackerImageTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | --- @@ -1143,7 +1143,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. --- diff --git a/docs/dataHcpPackerImage.go.md b/docs/dataHcpPackerImage.go.md index 63ba608ad..28daedb91 100644 --- a/docs/dataHcpPackerImage.go.md +++ b/docs/dataHcpPackerImage.go.md @@ -1,6 +1,6 @@ # `data_hcp_packer_image` -Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image). +Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image). # `dataHcpPackerImage` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg ### DataHcpPackerImage -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image hcp_packer_image}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image hcp_packer_image}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.NewDataHcpPackerImage(scope Construct, id *string, config DataHcpPackerImageConfig) DataHcpPackerImage ``` @@ -326,7 +326,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.DataHcpPackerImage_IsConstruct(x interface{}) *bool ``` @@ -358,7 +358,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.DataHcpPackerImage_IsTerraformElement(x interface{}) *bool ``` @@ -372,7 +372,7 @@ datahcppackerimage.DataHcpPackerImage_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.DataHcpPackerImage_IsTerraformDataSource(x interface{}) *bool ``` @@ -386,7 +386,7 @@ datahcppackerimage.DataHcpPackerImage_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.DataHcpPackerImage_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -415,7 +415,7 @@ The construct id used in the generated config for the DataHcpPackerImage to impo The id of the existing DataHcpPackerImage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#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/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" &datahcppackerimage.DataHcpPackerImageConfig { Connection: interface{}, @@ -886,7 +886,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" Id: *string, IterationId: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpPackerImage.DataHcpPackerImageTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerImage.DataHcpPackerImageTimeouts, } ``` @@ -906,7 +906,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" | Region | *string | The Region where this image is stored, if any. | | Channel | *string | The channel that points to the version of the image being retrieved. | | ComponentType | *string | Name of the builder that built this image. Ex: `amazon-ebs.example`. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | | IterationId | *string | The iteration from which to get the image. Either this or `channel` must be specified. | | ProjectId | *string | The ID of the HCP project where the HCP Packer Registry image is located. | | Timeouts | DataHcpPackerImageTimeouts | timeouts block. | @@ -993,7 +993,7 @@ BucketName *string The slug of the HCP Packer Registry bucket where this image is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} --- @@ -1007,7 +1007,7 @@ CloudProvider *string Name of the cloud provider where this image is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} --- @@ -1021,7 +1021,7 @@ Region *string The Region where this image is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} --- @@ -1037,7 +1037,7 @@ The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} --- @@ -1051,7 +1051,7 @@ ComponentType *string Name of the builder that built this image. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} --- @@ -1063,7 +1063,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1080,7 +1080,7 @@ IterationId *string The iteration from which to get the image. Either this or `channel` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} --- @@ -1097,7 +1097,7 @@ The ID of the HCP project where the HCP Packer Registry image 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} --- @@ -1111,7 +1111,7 @@ Timeouts DataHcpPackerImageTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} --- @@ -1120,7 +1120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" &datahcppackerimage.DataHcpPackerImageTimeouts { Default: *string, @@ -1131,7 +1131,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | --- @@ -1143,7 +1143,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. --- @@ -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/v8/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.NewDataHcpPackerImageTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerImageTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerImage.java.md b/docs/dataHcpPackerImage.java.md index 4af6ab798..46c0484c9 100644 --- a/docs/dataHcpPackerImage.java.md +++ b/docs/dataHcpPackerImage.java.md @@ -1,6 +1,6 @@ # `data_hcp_packer_image` -Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image). +Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image). # `dataHcpPackerImage` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg ### DataHcpPackerImage -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image hcp_packer_image}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image hcp_packer_image}. #### Initializers @@ -55,7 +55,7 @@ DataHcpPackerImage.Builder.create(Construct scope, java.lang.String id) | region | java.lang.String | The Region where this image is stored, if any. | | channel | java.lang.String | The channel that points to the version of the image being retrieved. | | componentType | java.lang.String | Name of the builder that built this image. Ex: `amazon-ebs.example`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | | iterationId | java.lang.String | The iteration from which to get the image. Either this or `channel` must be specified. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry image is located. | | timeouts | DataHcpPackerImageTimeouts | timeouts block. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer Registry bucket where this image is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the cloud provider where this image is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Region where this image is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} --- @@ -160,7 +160,7 @@ The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the builder that built this image. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} --- @@ -178,7 +178,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.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -191,7 +191,7 @@ If you experience problems setting this value it might not be settable. Please t The iteration from which to get the image. Either this or `channel` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} --- @@ -204,7 +204,7 @@ The ID of the HCP project where the HCP Packer Registry image 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} --- @@ -214,7 +214,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.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} --- @@ -583,7 +583,7 @@ The construct id used in the generated config for the DataHcpPackerImage to impo The id of the existing DataHcpPackerImage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use --- @@ -1078,7 +1078,7 @@ DataHcpPackerImageConfig.builder() | region | java.lang.String | The Region where this image is stored, if any. | | channel | java.lang.String | The channel that points to the version of the image being retrieved. | | componentType | java.lang.String | Name of the builder that built this image. Ex: `amazon-ebs.example`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | | iterationId | java.lang.String | The iteration from which to get the image. Either this or `channel` must be specified. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry image is located. | | timeouts | DataHcpPackerImageTimeouts | timeouts block. | @@ -1165,7 +1165,7 @@ public java.lang.String getBucketName(); The slug of the HCP Packer Registry bucket where this image is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} --- @@ -1179,7 +1179,7 @@ public java.lang.String getCloudProvider(); Name of the cloud provider where this image is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} --- @@ -1193,7 +1193,7 @@ public java.lang.String getRegion(); The Region where this image is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} --- @@ -1209,7 +1209,7 @@ The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} --- @@ -1223,7 +1223,7 @@ public java.lang.String getComponentType(); Name of the builder that built this image. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} --- @@ -1235,7 +1235,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1252,7 +1252,7 @@ public java.lang.String getIterationId(); The iteration from which to get the image. Either this or `channel` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} --- @@ -1269,7 +1269,7 @@ The ID of the HCP project where the HCP Packer Registry image 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} --- @@ -1283,7 +1283,7 @@ public DataHcpPackerImageTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} --- @@ -1303,7 +1303,7 @@ DataHcpPackerImageTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | --- @@ -1315,7 +1315,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. --- diff --git a/docs/dataHcpPackerImage.python.md b/docs/dataHcpPackerImage.python.md index 2eaad8378..782239c03 100644 --- a/docs/dataHcpPackerImage.python.md +++ b/docs/dataHcpPackerImage.python.md @@ -1,6 +1,6 @@ # `data_hcp_packer_image` -Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image). +Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image). # `dataHcpPackerImage` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg ### DataHcpPackerImage -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image hcp_packer_image}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image hcp_packer_image}. #### Initializers @@ -53,7 +53,7 @@ dataHcpPackerImage.DataHcpPackerImage( | region | str | The Region where this image is stored, if any. | | channel | str | The channel that points to the version of the image being retrieved. | | component_type | str | Name of the builder that built this image. Ex: `amazon-ebs.example`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | | iteration_id | str | The iteration from which to get the image. Either this or `channel` must be specified. | | project_id | str | The ID of the HCP project where the HCP Packer Registry image is located. | | timeouts | DataHcpPackerImageTimeouts | timeouts block. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer Registry bucket where this image is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the cloud provider where this image is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The Region where this image is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} --- @@ -158,7 +158,7 @@ The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Name of the builder that built this image. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} --- @@ -176,7 +176,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.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -189,7 +189,7 @@ If you experience problems setting this value it might not be settable. Please t The iteration from which to get the image. Either this or `channel` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} --- @@ -202,7 +202,7 @@ The ID of the HCP project where the HCP Packer Registry image 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} --- @@ -212,7 +212,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.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} --- @@ -467,7 +467,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. --- @@ -621,7 +621,7 @@ The construct id used in the generated config for the DataHcpPackerImage to impo The id of the existing DataHcpPackerImage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use --- @@ -1112,7 +1112,7 @@ dataHcpPackerImage.DataHcpPackerImageConfig( | region | str | The Region where this image is stored, if any. | | channel | str | The channel that points to the version of the image being retrieved. | | component_type | str | Name of the builder that built this image. Ex: `amazon-ebs.example`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | | iteration_id | str | The iteration from which to get the image. Either this or `channel` must be specified. | | project_id | str | The ID of the HCP project where the HCP Packer Registry image is located. | | timeouts | DataHcpPackerImageTimeouts | timeouts block. | @@ -1199,7 +1199,7 @@ bucket_name: str The slug of the HCP Packer Registry bucket where this image is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} --- @@ -1213,7 +1213,7 @@ cloud_provider: str Name of the cloud provider where this image is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} --- @@ -1227,7 +1227,7 @@ region: str The Region where this image is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} --- @@ -1243,7 +1243,7 @@ The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} --- @@ -1257,7 +1257,7 @@ component_type: str Name of the builder that built this image. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} --- @@ -1269,7 +1269,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1286,7 +1286,7 @@ iteration_id: str The iteration from which to get the image. Either this or `channel` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} --- @@ -1303,7 +1303,7 @@ The ID of the HCP project where the HCP Packer Registry image 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} --- @@ -1317,7 +1317,7 @@ timeouts: DataHcpPackerImageTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} --- @@ -1337,7 +1337,7 @@ dataHcpPackerImage.DataHcpPackerImageTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | --- @@ -1349,7 +1349,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. --- diff --git a/docs/dataHcpPackerImage.typescript.md b/docs/dataHcpPackerImage.typescript.md index 14b7da849..0986e03d7 100644 --- a/docs/dataHcpPackerImage.typescript.md +++ b/docs/dataHcpPackerImage.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_packer_image` -Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image). +Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image). # `dataHcpPackerImage` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg ### DataHcpPackerImage -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image hcp_packer_image}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image hcp_packer_image}. #### Initializers @@ -415,7 +415,7 @@ The construct id used in the generated config for the DataHcpPackerImage to impo The id of the existing DataHcpPackerImage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ const dataHcpPackerImageConfig: dataHcpPackerImage.DataHcpPackerImageConfig = { | region | string | The Region where this image is stored, if any. | | channel | string | The channel that points to the version of the image being retrieved. | | componentType | string | Name of the builder that built this image. Ex: `amazon-ebs.example`. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. | | iterationId | string | The iteration from which to get the image. Either this or `channel` must be specified. | | projectId | string | The ID of the HCP project where the HCP Packer Registry image is located. | | timeouts | DataHcpPackerImageTimeouts | timeouts block. | @@ -976,7 +976,7 @@ public readonly bucketName: string; The slug of the HCP Packer Registry bucket where this image is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} --- @@ -990,7 +990,7 @@ public readonly cloudProvider: string; Name of the cloud provider where this image is stored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} --- @@ -1004,7 +1004,7 @@ public readonly region: string; The Region where this image is stored, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} --- @@ -1020,7 +1020,7 @@ The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} --- @@ -1034,7 +1034,7 @@ public readonly componentType: string; Name of the builder that built this image. Ex: `amazon-ebs.example`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} --- @@ -1046,7 +1046,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ public readonly iterationId: string; The iteration from which to get the image. Either this or `channel` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} --- @@ -1080,7 +1080,7 @@ The ID of the HCP project where the HCP Packer Registry image 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} --- @@ -1094,7 +1094,7 @@ public readonly timeouts: DataHcpPackerImageTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} --- @@ -1112,7 +1112,7 @@ const dataHcpPackerImageTimeouts: dataHcpPackerImage.DataHcpPackerImageTimeouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. | --- @@ -1124,7 +1124,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. --- diff --git a/docs/dataHcpPackerIteration.csharp.md b/docs/dataHcpPackerIteration.csharp.md index 4340460e5..190edc46c 100644 --- a/docs/dataHcpPackerIteration.csharp.md +++ b/docs/dataHcpPackerIteration.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_packer_iteration` -Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration). +Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration). # `dataHcpPackerIteration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/ ### DataHcpPackerIteration -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration hcp_packer_iteration}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration hcp_packer_iteration}. #### Initializers @@ -394,7 +394,7 @@ The construct id used in the generated config for the DataHcpPackerIteration to The id of the existing DataHcpPackerIteration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use --- @@ -801,7 +801,7 @@ new DataHcpPackerIterationConfig { | Provisioners | object[] | *No description.* | | BucketName | string | The slug of the HCP Packer Registry bucket to pull from. | | Channel | string | The channel that points to the version of the image you want. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | | ProjectId | string | The ID of the HCP project where the HCP Packer Registry is located. | | Timeouts | DataHcpPackerIterationTimeouts | timeouts block. | @@ -887,7 +887,7 @@ public string BucketName { get; set; } The slug of the HCP Packer Registry bucket to pull from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} --- @@ -901,7 +901,7 @@ public string Channel { get; set; } The channel that points to the version of the image you want. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} --- @@ -913,7 +913,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} --- @@ -947,7 +947,7 @@ public DataHcpPackerIterationTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} --- @@ -967,7 +967,7 @@ new DataHcpPackerIterationTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | --- @@ -979,7 +979,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. --- diff --git a/docs/dataHcpPackerIteration.go.md b/docs/dataHcpPackerIteration.go.md index 1701848ab..6fb742dbb 100644 --- a/docs/dataHcpPackerIteration.go.md +++ b/docs/dataHcpPackerIteration.go.md @@ -1,6 +1,6 @@ # `data_hcp_packer_iteration` -Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration). +Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration). # `dataHcpPackerIteration` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/ ### DataHcpPackerIteration -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration hcp_packer_iteration}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration hcp_packer_iteration}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.NewDataHcpPackerIteration(scope Construct, id *string, config DataHcpPackerIterationConfig) DataHcpPackerIteration ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.DataHcpPackerIteration_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.DataHcpPackerIteration_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcppackeriteration.DataHcpPackerIteration_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.DataHcpPackerIteration_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcppackeriteration.DataHcpPackerIteration_IsTerraformDataSource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.DataHcpPackerIteration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,7 @@ The construct id used in the generated config for the DataHcpPackerIteration to The id of the existing DataHcpPackerIteration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use --- @@ -770,7 +770,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" &datahcppackeriteration.DataHcpPackerIterationConfig { Connection: interface{}, @@ -784,7 +784,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" Channel: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpPackerIteration.DataHcpPackerIterationTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerIteration.DataHcpPackerIterationTimeouts, } ``` @@ -801,7 +801,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" | Provisioners | *[]interface{} | *No description.* | | BucketName | *string | The slug of the HCP Packer Registry bucket to pull from. | | Channel | *string | The channel that points to the version of the image you want. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | | ProjectId | *string | The ID of the HCP project where the HCP Packer Registry is located. | | Timeouts | DataHcpPackerIterationTimeouts | timeouts block. | @@ -887,7 +887,7 @@ BucketName *string The slug of the HCP Packer Registry bucket to pull from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} --- @@ -901,7 +901,7 @@ Channel *string The channel that points to the version of the image you want. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} --- @@ -913,7 +913,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} --- @@ -947,7 +947,7 @@ Timeouts DataHcpPackerIterationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} --- @@ -956,7 +956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" &datahcppackeriteration.DataHcpPackerIterationTimeouts { Default: *string, @@ -967,7 +967,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | --- @@ -979,7 +979,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. --- @@ -990,7 +990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.NewDataHcpPackerIterationTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerIterationTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerIteration.java.md b/docs/dataHcpPackerIteration.java.md index a9ba10c2f..9c353cbbc 100644 --- a/docs/dataHcpPackerIteration.java.md +++ b/docs/dataHcpPackerIteration.java.md @@ -1,6 +1,6 @@ # `data_hcp_packer_iteration` -Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration). +Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration). # `dataHcpPackerIteration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/ ### DataHcpPackerIteration -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration hcp_packer_iteration}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration hcp_packer_iteration}. #### Initializers @@ -48,7 +48,7 @@ DataHcpPackerIteration.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The slug of the HCP Packer Registry bucket to pull from. | | channel | java.lang.String | The channel that points to the version of the image you want. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerIterationTimeouts | timeouts block. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer Registry bucket to pull from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The channel that points to the version of the image you want. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} --- @@ -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.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ 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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#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.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} --- @@ -512,7 +512,7 @@ The construct id used in the generated config for the DataHcpPackerIteration to The id of the existing DataHcpPackerIteration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use --- @@ -923,7 +923,7 @@ DataHcpPackerIterationConfig.builder() | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The slug of the HCP Packer Registry bucket to pull from. | | channel | java.lang.String | The channel that points to the version of the image you want. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | | projectId | java.lang.String | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerIterationTimeouts | timeouts block. | @@ -1009,7 +1009,7 @@ public java.lang.String getBucketName(); The slug of the HCP Packer Registry bucket to pull from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} --- @@ -1023,7 +1023,7 @@ public java.lang.String getChannel(); The channel that points to the version of the image you want. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} --- @@ -1035,7 +1035,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1055,7 +1055,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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} --- @@ -1069,7 +1069,7 @@ public DataHcpPackerIterationTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} --- @@ -1089,7 +1089,7 @@ DataHcpPackerIterationTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | --- @@ -1101,7 +1101,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. --- diff --git a/docs/dataHcpPackerIteration.python.md b/docs/dataHcpPackerIteration.python.md index bfd4d1b31..a9b2bf350 100644 --- a/docs/dataHcpPackerIteration.python.md +++ b/docs/dataHcpPackerIteration.python.md @@ -1,6 +1,6 @@ # `data_hcp_packer_iteration` -Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration). +Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration). # `dataHcpPackerIteration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/ ### DataHcpPackerIteration -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration hcp_packer_iteration}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration hcp_packer_iteration}. #### Initializers @@ -46,7 +46,7 @@ dataHcpPackerIteration.DataHcpPackerIteration( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The slug of the HCP Packer Registry bucket to pull from. | | channel | str | The channel that points to the version of the image you want. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | | project_id | str | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerIterationTimeouts | timeouts block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer Registry bucket to pull from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The channel that points to the version of the image you want. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} --- @@ -136,7 +136,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.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#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.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} --- @@ -414,7 +414,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. --- @@ -550,7 +550,7 @@ The construct id used in the generated config for the DataHcpPackerIteration to The id of the existing DataHcpPackerIteration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ dataHcpPackerIteration.DataHcpPackerIterationConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The slug of the HCP Packer Registry bucket to pull from. | | channel | str | The channel that points to the version of the image you want. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | | project_id | str | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerIterationTimeouts | timeouts block. | @@ -1043,7 +1043,7 @@ bucket_name: str The slug of the HCP Packer Registry bucket to pull from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} --- @@ -1057,7 +1057,7 @@ channel: str The channel that points to the version of the image you want. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} --- @@ -1069,7 +1069,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1089,7 +1089,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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} --- @@ -1103,7 +1103,7 @@ timeouts: DataHcpPackerIterationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} --- @@ -1123,7 +1123,7 @@ dataHcpPackerIteration.DataHcpPackerIterationTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | --- @@ -1135,7 +1135,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. --- diff --git a/docs/dataHcpPackerIteration.typescript.md b/docs/dataHcpPackerIteration.typescript.md index e4d6a32e8..6e43c4c8b 100644 --- a/docs/dataHcpPackerIteration.typescript.md +++ b/docs/dataHcpPackerIteration.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_packer_iteration` -Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration). +Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration). # `dataHcpPackerIteration` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/ ### DataHcpPackerIteration -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration hcp_packer_iteration}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration hcp_packer_iteration}. #### Initializers @@ -394,7 +394,7 @@ The construct id used in the generated config for the DataHcpPackerIteration to The id of the existing DataHcpPackerIteration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ const dataHcpPackerIterationConfig: dataHcpPackerIteration.DataHcpPackerIteratio | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | bucketName | string | The slug of the HCP Packer Registry bucket to pull from. | | channel | string | The channel that points to the version of the image you want. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. | | projectId | string | The ID of the HCP project where the HCP Packer Registry is located. | | timeouts | DataHcpPackerIterationTimeouts | timeouts block. | @@ -874,7 +874,7 @@ public readonly bucketName: string; The slug of the HCP Packer Registry bucket to pull from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} --- @@ -888,7 +888,7 @@ public readonly channel: string; The channel that points to the version of the image you want. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} --- @@ -900,7 +900,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -920,7 +920,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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} --- @@ -934,7 +934,7 @@ public readonly timeouts: DataHcpPackerIterationTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} --- @@ -952,7 +952,7 @@ const dataHcpPackerIterationTimeouts: dataHcpPackerIteration.DataHcpPackerIterat | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. | --- @@ -964,7 +964,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. --- diff --git a/docs/dataHcpPackerRunTask.csharp.md b/docs/dataHcpPackerRunTask.csharp.md index 158d7961b..c6ae716d0 100644 --- a/docs/dataHcpPackerRunTask.csharp.md +++ b/docs/dataHcpPackerRunTask.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task). +Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task). # `dataHcpPackerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https:// ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -698,7 +698,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.73.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.76.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. | @@ -782,7 +782,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -802,7 +802,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.73.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.76.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -816,7 +816,7 @@ public DataHcpPackerRunTaskTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -836,7 +836,7 @@ new DataHcpPackerRunTaskTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -848,7 +848,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpPackerRunTask.go.md b/docs/dataHcpPackerRunTask.go.md index faf8e888f..73582b325 100644 --- a/docs/dataHcpPackerRunTask.go.md +++ b/docs/dataHcpPackerRunTask.go.md @@ -1,6 +1,6 @@ # `data_hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task). +Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task). # `dataHcpPackerRunTask` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https:// ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.NewDataHcpPackerRunTask(scope Construct, id *string, config DataHcpPackerRunTaskConfig) DataHcpPackerRunTask ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcppackerruntask.DataHcpPackerRunTask_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcppackerruntask.DataHcpPackerRunTask_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -671,7 +671,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" &datahcppackerruntask.DataHcpPackerRunTaskConfig { Connection: interface{}, @@ -683,7 +683,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts, } ``` @@ -698,7 +698,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -782,7 +782,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -802,7 +802,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.73.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.76.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -816,7 +816,7 @@ Timeouts DataHcpPackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -825,7 +825,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" &datahcppackerruntask.DataHcpPackerRunTaskTimeouts { Default: *string, @@ -836,7 +836,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -848,7 +848,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- @@ -859,7 +859,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 de439d138..c3fc8b586 100644 --- a/docs/dataHcpPackerRunTask.java.md +++ b/docs/dataHcpPackerRunTask.java.md @@ -1,6 +1,6 @@ # `data_hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task). +Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task). # `dataHcpPackerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https:// ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -44,7 +44,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.73.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.76.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. | @@ -114,7 +114,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.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -130,7 +130,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.73.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.76.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -140,7 +140,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.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -488,7 +488,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.73.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.76.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -796,7 +796,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.73.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.76.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. | @@ -880,7 +880,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -900,7 +900,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.73.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.76.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -914,7 +914,7 @@ public DataHcpPackerRunTaskTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -934,7 +934,7 @@ DataHcpPackerRunTaskTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -946,7 +946,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpPackerRunTask.python.md b/docs/dataHcpPackerRunTask.python.md index 090a6ceb3..92c5bd880 100644 --- a/docs/dataHcpPackerRunTask.python.md +++ b/docs/dataHcpPackerRunTask.python.md @@ -1,6 +1,6 @@ # `data_hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task). +Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task). # `dataHcpPackerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https:// ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -42,7 +42,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.73.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.76.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. | @@ -112,7 +112,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.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -128,7 +128,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.73.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.76.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -138,7 +138,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.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -390,7 +390,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- @@ -526,7 +526,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.73.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.76.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,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.73.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.76.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. | @@ -914,7 +914,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -934,7 +934,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.73.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.76.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -948,7 +948,7 @@ timeouts: DataHcpPackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -968,7 +968,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -980,7 +980,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpPackerRunTask.typescript.md b/docs/dataHcpPackerRunTask.typescript.md index db220e4cb..3d9c18046 100644 --- a/docs/dataHcpPackerRunTask.typescript.md +++ b/docs/dataHcpPackerRunTask.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task). +Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task). # `dataHcpPackerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https:// ### DataHcpPackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -687,7 +687,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.73.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.76.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. | @@ -771,7 +771,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -791,7 +791,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.73.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.76.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id} --- @@ -805,7 +805,7 @@ public readonly timeouts: DataHcpPackerRunTaskTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} --- @@ -823,7 +823,7 @@ const dataHcpPackerRunTaskTimeouts: dataHcpPackerRunTask.DataHcpPackerRunTaskTim | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. | --- @@ -835,7 +835,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. --- diff --git a/docs/dataHcpProject.csharp.md b/docs/dataHcpProject.csharp.md index 30df4ba99..106150583 100644 --- a/docs/dataHcpProject.csharp.md +++ b/docs/dataHcpProject.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_project` -Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project). +Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project). # `dataHcpProject` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project hcp_project}. #### Initializers @@ -367,7 +367,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.73.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.76.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -722,7 +722,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.73.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.go.md b/docs/dataHcpProject.go.md index 35f18c340..4e13a8668 100644 --- a/docs/dataHcpProject.go.md +++ b/docs/dataHcpProject.go.md @@ -1,6 +1,6 @@ # `data_hcp_project` -Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project). +Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project). # `dataHcpProject` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project hcp_project}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.NewDataHcpProject(scope Construct, id *string, config DataHcpProjectConfig) DataHcpProject ``` @@ -278,7 +278,7 @@ func ResetProject() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsConstruct(x interface{}) *bool ``` @@ -310,7 +310,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ``` @@ -324,7 +324,7 @@ datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsTerraformDataSource(x interface{}) *bool ``` @@ -338,7 +338,7 @@ datahcpproject.DataHcpProject_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -367,7 +367,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.73.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.76.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -611,7 +611,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" &datahcpproject.DataHcpProjectConfig { Connection: interface{}, @@ -722,7 +722,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.73.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.java.md b/docs/dataHcpProject.java.md index c098a7a08..d45ba5d76 100644 --- a/docs/dataHcpProject.java.md +++ b/docs/dataHcpProject.java.md @@ -1,6 +1,6 @@ # `data_hcp_project` -Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project). +Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project). # `dataHcpProject` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project hcp_project}. #### Initializers @@ -114,7 +114,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.73.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} --- @@ -435,7 +435,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.73.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.76.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -794,7 +794,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.73.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.python.md b/docs/dataHcpProject.python.md index 83368bdf3..b2b6ab363 100644 --- a/docs/dataHcpProject.python.md +++ b/docs/dataHcpProject.python.md @@ -1,6 +1,6 @@ # `data_hcp_project` -Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project). +Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project). # `dataHcpProject` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project hcp_project}. #### Initializers @@ -112,7 +112,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.73.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} --- @@ -469,7 +469,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.73.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.76.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,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.73.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpProject.typescript.md b/docs/dataHcpProject.typescript.md index ff5aa799a..de597fe34 100644 --- a/docs/dataHcpProject.typescript.md +++ b/docs/dataHcpProject.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_project` -Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project). +Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project). # `dataHcpProject` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry ### DataHcpProject -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project hcp_project}. #### Initializers @@ -367,7 +367,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.73.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.76.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use --- @@ -713,7 +713,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.73.0/docs/data-sources/project#project DataHcpProject#project} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} --- diff --git a/docs/dataHcpServicePrincipal.csharp.md b/docs/dataHcpServicePrincipal.csharp.md new file mode 100644 index 000000000..ee16b63ff --- /dev/null +++ b/docs/dataHcpServicePrincipal.csharp.md @@ -0,0 +1,699 @@ +# `data_hcp_service_principal` + +Refer to the Terraform Registory for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal). + +# `dataHcpServicePrincipal` Submodule + +## Constructs + +### DataHcpServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal hcp_service_principal}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpServicePrincipal(Construct Scope, string Id, DataHcpServicePrincipalConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | DataHcpServicePrincipalConfig | *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:* DataHcpServicePrincipalConfig + +--- + +#### 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. | +| 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.* | + +--- + +##### `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. + +##### `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 + +--- + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpServicePrincipal.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; + +DataHcpServicePrincipal.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformDataSource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpServicePrincipal.IsTerraformDataSource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +DataHcpServicePrincipal.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a DataHcpServicePrincipal 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 DataHcpServicePrincipal to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing DataHcpServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal#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 DataHcpServicePrincipal 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.* | +| Name | string | *No description.* | +| ResourceId | string | *No description.* | +| ResourceNameInput | string | *No description.* | +| ResourceName | 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 + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `ResourceId`Required + +```csharp +public string ResourceId { get; } +``` + +- *Type:* string + +--- + +##### `ResourceNameInput`Optional + +```csharp +public string ResourceNameInput { get; } +``` + +- *Type:* string + +--- + +##### `ResourceName`Required + +```csharp +public string ResourceName { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### DataHcpServicePrincipalConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new DataHcpServicePrincipalConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string ResourceName +}; +``` + +#### 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.* | +| ResourceName | string | The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. | + +--- + +##### `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[] + +--- + +##### `ResourceName`Required + +```csharp +public string ResourceName { get; set; } +``` + +- *Type:* 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.76.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + +--- + + + diff --git a/docs/dataHcpServicePrincipal.go.md b/docs/dataHcpServicePrincipal.go.md new file mode 100644 index 000000000..daacbc45d --- /dev/null +++ b/docs/dataHcpServicePrincipal.go.md @@ -0,0 +1,699 @@ +# `data_hcp_service_principal` + +Refer to the Terraform Registory for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal). + +# `dataHcpServicePrincipal` Submodule + +## Constructs + +### DataHcpServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal hcp_service_principal}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" + +datahcpserviceprincipal.NewDataHcpServicePrincipal(scope Construct, id *string, config DataHcpServicePrincipalConfig) DataHcpServicePrincipal +``` + +| **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 | DataHcpServicePrincipalConfig | *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:* DataHcpServicePrincipalConfig + +--- + +#### 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. | +| 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.* | + +--- + +##### `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. + +##### `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 + +--- + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformDataSource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a DataHcpServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" + +datahcpserviceprincipal.DataHcpServicePrincipal_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/datahcpserviceprincipal" + +datahcpserviceprincipal.DataHcpServicePrincipal_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformDataSource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" + +datahcpserviceprincipal.DataHcpServicePrincipal_IsTerraformDataSource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" + +datahcpserviceprincipal.DataHcpServicePrincipal_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a DataHcpServicePrincipal 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 DataHcpServicePrincipal to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing DataHcpServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal#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 DataHcpServicePrincipal 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.* | +| Name | *string | *No description.* | +| ResourceId | *string | *No description.* | +| ResourceNameInput | *string | *No description.* | +| ResourceName | *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 + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `ResourceId`Required + +```go +func ResourceId() *string +``` + +- *Type:* *string + +--- + +##### `ResourceNameInput`Optional + +```go +func ResourceNameInput() *string +``` + +- *Type:* *string + +--- + +##### `ResourceName`Required + +```go +func ResourceName() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### DataHcpServicePrincipalConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpserviceprincipal" + +&datahcpserviceprincipal.DataHcpServicePrincipalConfig { + 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{}, + ResourceName: *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.* | +| ResourceName | *string | The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. | + +--- + +##### `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{} + +--- + +##### `ResourceName`Required + +```go +ResourceName *string +``` + +- *Type:* *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.76.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + +--- + + + diff --git a/docs/dataHcpServicePrincipal.java.md b/docs/dataHcpServicePrincipal.java.md new file mode 100644 index 000000000..0a9368425 --- /dev/null +++ b/docs/dataHcpServicePrincipal.java.md @@ -0,0 +1,769 @@ +# `data_hcp_service_principal` + +Refer to the Terraform Registory for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal). + +# `dataHcpServicePrincipal` Submodule + +## Constructs + +### DataHcpServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal hcp_service_principal}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_service_principal.DataHcpServicePrincipal; + +DataHcpServicePrincipal.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) + .resourceName(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.* | +| resourceName | java.lang.String | The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. | + +--- + +##### `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 + +--- + +##### `resourceName`Required + +- *Type:* java.lang.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.76.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + +--- + +#### 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. | +| 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.* | + +--- + +##### `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. + +##### `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 + +--- + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataHcpServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_service_principal.DataHcpServicePrincipal; + +DataHcpServicePrincipal.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_service_principal.DataHcpServicePrincipal; + +DataHcpServicePrincipal.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformDataSource` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_service_principal.DataHcpServicePrincipal; + +DataHcpServicePrincipal.isTerraformDataSource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_service_principal.DataHcpServicePrincipal; + +DataHcpServicePrincipal.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),DataHcpServicePrincipal.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a DataHcpServicePrincipal 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 DataHcpServicePrincipal to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing DataHcpServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal#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 DataHcpServicePrincipal 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.* | +| name | java.lang.String | *No description.* | +| resourceId | java.lang.String | *No description.* | +| resourceNameInput | java.lang.String | *No description.* | +| resourceName | 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 + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `resourceId`Required + +```java +public java.lang.String getResourceId(); +``` + +- *Type:* java.lang.String + +--- + +##### `resourceNameInput`Optional + +```java +public java.lang.String getResourceNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `resourceName`Required + +```java +public java.lang.String getResourceName(); +``` + +- *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 + +### DataHcpServicePrincipalConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.data_hcp_service_principal.DataHcpServicePrincipalConfig; + +DataHcpServicePrincipalConfig.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) + .resourceName(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.* | +| resourceName | java.lang.String | The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. | + +--- + +##### `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 + +--- + +##### `resourceName`Required + +```java +public java.lang.String getResourceName(); +``` + +- *Type:* java.lang.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.76.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + +--- + + + diff --git a/docs/dataHcpServicePrincipal.python.md b/docs/dataHcpServicePrincipal.python.md new file mode 100644 index 000000000..bb6fdfb35 --- /dev/null +++ b/docs/dataHcpServicePrincipal.python.md @@ -0,0 +1,799 @@ +# `data_hcp_service_principal` + +Refer to the Terraform Registory for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal). + +# `dataHcpServicePrincipal` Submodule + +## Constructs + +### DataHcpServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal hcp_service_principal}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import data_hcp_service_principal + +dataHcpServicePrincipal.DataHcpServicePrincipal( + 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, + resource_name: str +) +``` + +| **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.* | +| resource_name | str | The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. | + +--- + +##### `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]] + +--- + +##### `resource_name`Required + +- *Type:* 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.76.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + +--- + +#### 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_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.* | + +--- + +##### `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_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 + +--- + +#### 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 DataHcpServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_service_principal + +dataHcpServicePrincipal.DataHcpServicePrincipal.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_service_principal + +dataHcpServicePrincipal.DataHcpServicePrincipal.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_data_source` + +```python +from cdktf_cdktf_provider_hcp import data_hcp_service_principal + +dataHcpServicePrincipal.DataHcpServicePrincipal.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_service_principal + +dataHcpServicePrincipal.DataHcpServicePrincipal.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a DataHcpServicePrincipal 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 DataHcpServicePrincipal to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing DataHcpServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal#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 DataHcpServicePrincipal 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.* | +| name | str | *No description.* | +| resource_id | str | *No description.* | +| resource_name_input | str | *No description.* | +| resource_name | 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 + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `resource_id`Required + +```python +resource_id: str +``` + +- *Type:* str + +--- + +##### `resource_name_input`Optional + +```python +resource_name_input: str +``` + +- *Type:* str + +--- + +##### `resource_name`Required + +```python +resource_name: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### DataHcpServicePrincipalConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import data_hcp_service_principal + +dataHcpServicePrincipal.DataHcpServicePrincipalConfig( + 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, + resource_name: str +) +``` + +#### 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.* | +| resource_name | str | The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. | + +--- + +##### `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]] + +--- + +##### `resource_name`Required + +```python +resource_name: str +``` + +- *Type:* 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.76.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + +--- + + + diff --git a/docs/dataHcpServicePrincipal.typescript.md b/docs/dataHcpServicePrincipal.typescript.md new file mode 100644 index 000000000..32d60cecc --- /dev/null +++ b/docs/dataHcpServicePrincipal.typescript.md @@ -0,0 +1,690 @@ +# `data_hcp_service_principal` + +Refer to the Terraform Registory for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal). + +# `dataHcpServicePrincipal` Submodule + +## Constructs + +### DataHcpServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal hcp_service_principal}. + +#### Initializers + +```typescript +import { dataHcpServicePrincipal } from '@cdktf/provider-hcp' + +new dataHcpServicePrincipal.DataHcpServicePrincipal(scope: Construct, id: string, config: DataHcpServicePrincipalConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | DataHcpServicePrincipalConfig | *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:* DataHcpServicePrincipalConfig + +--- + +#### 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. | +| 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.* | + +--- + +##### `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. + +##### `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 + +--- + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformDataSource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a DataHcpServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { dataHcpServicePrincipal } from '@cdktf/provider-hcp' + +dataHcpServicePrincipal.DataHcpServicePrincipal.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 { dataHcpServicePrincipal } from '@cdktf/provider-hcp' + +dataHcpServicePrincipal.DataHcpServicePrincipal.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformDataSource` + +```typescript +import { dataHcpServicePrincipal } from '@cdktf/provider-hcp' + +dataHcpServicePrincipal.DataHcpServicePrincipal.isTerraformDataSource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { dataHcpServicePrincipal } from '@cdktf/provider-hcp' + +dataHcpServicePrincipal.DataHcpServicePrincipal.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a DataHcpServicePrincipal 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 DataHcpServicePrincipal to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing DataHcpServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal#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 DataHcpServicePrincipal 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.* | +| name | string | *No description.* | +| resourceId | string | *No description.* | +| resourceNameInput | string | *No description.* | +| resourceName | 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 + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `resourceId`Required + +```typescript +public readonly resourceId: string; +``` + +- *Type:* string + +--- + +##### `resourceNameInput`Optional + +```typescript +public readonly resourceNameInput: string; +``` + +- *Type:* string + +--- + +##### `resourceName`Required + +```typescript +public readonly resourceName: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### DataHcpServicePrincipalConfig + +#### Initializer + +```typescript +import { dataHcpServicePrincipal } from '@cdktf/provider-hcp' + +const dataHcpServicePrincipalConfig: dataHcpServicePrincipal.DataHcpServicePrincipalConfig = { ... } +``` + +#### 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.* | +| resourceName | string | The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`. | + +--- + +##### `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[] + +--- + +##### `resourceName`Required + +```typescript +public readonly resourceName: string; +``` + +- *Type:* 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.76.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name} + +--- + + + diff --git a/docs/dataHcpVaultCluster.csharp.md b/docs/dataHcpVaultCluster.csharp.md index 1feac8169..7a7cf2d6d 100644 --- a/docs/dataHcpVaultCluster.csharp.md +++ b/docs/dataHcpVaultCluster.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster). # `dataHcpVaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -434,7 +434,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.73.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.76.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -998,7 +998,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.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1085,7 +1085,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.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1099,7 +1099,7 @@ public object AuditLogConfig { get; set; } audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1111,7 +1111,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 object MetricsConfig { get; set; } metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1159,7 +1159,7 @@ public DataHcpVaultClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1205,7 +1205,7 @@ new DataHcpVaultClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1217,7 +1217,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultCluster.go.md b/docs/dataHcpVaultCluster.go.md index bec409884..38e077ac2 100644 --- a/docs/dataHcpVaultCluster.go.md +++ b/docs/dataHcpVaultCluster.go.md @@ -1,6 +1,6 @@ # `data_hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster). # `dataHcpVaultCluster` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultCluster(scope Construct, id *string, config DataHcpVaultClusterConfig) DataHcpVaultCluster ``` @@ -345,7 +345,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsConstruct(x interface{}) *bool ``` @@ -377,7 +377,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsTerraformElement(x interface{}) *bool ``` @@ -391,7 +391,7 @@ datahcpvaultcluster.DataHcpVaultCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bool ``` @@ -405,7 +405,7 @@ datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -434,7 +434,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.73.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.76.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -953,7 +953,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterAuditLogConfig { @@ -966,7 +966,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterConfig { Connection: interface{}, @@ -981,7 +981,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" Id: *string, MetricsConfig: interface{}, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpVaultCluster.DataHcpVaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultCluster.DataHcpVaultClusterTimeouts, } ``` @@ -998,7 +998,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1085,7 +1085,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1099,7 +1099,7 @@ AuditLogConfig interface{} audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1111,7 +1111,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ MetricsConfig interface{} metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1159,7 +1159,7 @@ Timeouts DataHcpVaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#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/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMajorVersionUpgradeConfig { @@ -1181,7 +1181,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMetricsConfig { @@ -1194,7 +1194,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterTimeouts { Default: *string, @@ -1205,7 +1205,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1217,7 +1217,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- @@ -1228,7 +1228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterAuditLogConfigList ``` @@ -1371,7 +1371,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterAuditLogConfigOutputReference ``` @@ -1781,7 +1781,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigList ``` @@ -1913,7 +1913,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigOutputReference ``` @@ -2213,7 +2213,7 @@ func InternalValue() DataHcpVaultClusterMajorVersionUpgradeConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMetricsConfigList ``` @@ -2356,7 +2356,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMetricsConfigOutputReference ``` @@ -2755,7 +2755,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 07419dac5..2b74f5aa8 100644 --- a/docs/dataHcpVaultCluster.java.md +++ b/docs/dataHcpVaultCluster.java.md @@ -1,6 +1,6 @@ # `data_hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster). # `dataHcpVaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -51,7 +51,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.73.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.76.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. | @@ -124,7 +124,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.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -134,7 +134,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.73.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.76.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -142,7 +142,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.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -155,7 +155,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.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -168,7 +168,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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -178,7 +178,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.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -566,7 +566,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.73.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.76.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1135,7 +1135,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.73.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.76.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. | @@ -1222,7 +1222,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.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1236,7 +1236,7 @@ public java.lang.Object getAuditLogConfig(); audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1248,7 +1248,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1265,7 +1265,7 @@ public java.lang.Object getMetricsConfig(); metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1282,7 +1282,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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1296,7 +1296,7 @@ public DataHcpVaultClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1340,7 +1340,7 @@ DataHcpVaultClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1352,7 +1352,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultCluster.python.md b/docs/dataHcpVaultCluster.python.md index 99e2812de..ffc5d341c 100644 --- a/docs/dataHcpVaultCluster.python.md +++ b/docs/dataHcpVaultCluster.python.md @@ -1,6 +1,6 @@ # `data_hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster). # `dataHcpVaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -47,7 +47,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.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -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.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -458,7 +458,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- @@ -606,7 +606,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.73.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.76.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1168,7 +1168,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.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1255,7 +1255,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1269,7 +1269,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.73.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.76.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1281,7 +1281,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1298,7 +1298,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.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1315,7 +1315,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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1329,7 +1329,7 @@ timeouts: DataHcpVaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1371,7 +1371,7 @@ dataHcpVaultCluster.DataHcpVaultClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1383,7 +1383,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultCluster.typescript.md b/docs/dataHcpVaultCluster.typescript.md index 1a2786496..5da63a8be 100644 --- a/docs/dataHcpVaultCluster.typescript.md +++ b/docs/dataHcpVaultCluster.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster). # `dataHcpVaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re ### DataHcpVaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -434,7 +434,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.73.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.76.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -982,7 +982,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.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1069,7 +1069,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.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} --- @@ -1083,7 +1083,7 @@ public readonly auditLogConfig: IResolvable | DataHcpVaultClusterAuditLogConfig[ audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config} --- @@ -1095,7 +1095,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1112,7 +1112,7 @@ public readonly metricsConfig: IResolvable | DataHcpVaultClusterMetricsConfig[]; metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} --- @@ -1129,7 +1129,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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} --- @@ -1143,7 +1143,7 @@ public readonly timeouts: DataHcpVaultClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} --- @@ -1183,7 +1183,7 @@ const dataHcpVaultClusterTimeouts: dataHcpVaultCluster.DataHcpVaultClusterTimeou | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. | --- @@ -1195,7 +1195,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. --- diff --git a/docs/dataHcpVaultPlugin.csharp.md b/docs/dataHcpVaultPlugin.csharp.md index 79e7a5113..b3cbb49b9 100644 --- a/docs/dataHcpVaultPlugin.csharp.md +++ b/docs/dataHcpVaultPlugin.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin). +Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin). # `dataHcpVaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://reg ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -737,7 +737,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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -823,7 +823,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.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -837,7 +837,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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -851,7 +851,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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -863,7 +863,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -883,7 +883,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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -897,7 +897,7 @@ public DataHcpVaultPluginTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -917,7 +917,7 @@ new DataHcpVaultPluginTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -929,7 +929,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultPlugin.go.md b/docs/dataHcpVaultPlugin.go.md index 09806efb0..6418745f7 100644 --- a/docs/dataHcpVaultPlugin.go.md +++ b/docs/dataHcpVaultPlugin.go.md @@ -1,6 +1,6 @@ # `data_hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin). +Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin). # `dataHcpVaultPlugin` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://reg ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.NewDataHcpVaultPlugin(scope Construct, id *string, config DataHcpVaultPluginConfig) DataHcpVaultPlugin ``` @@ -305,7 +305,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -337,7 +337,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformElement(x interface{}) *bool ``` @@ -351,7 +351,7 @@ datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformDataSource(x interface{}) *bool ``` @@ -365,7 +365,7 @@ datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -394,7 +394,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.73.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.76.0/docs/data-sources/vault_plugin#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/v8/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" &datahcpvaultplugin.DataHcpVaultPluginConfig { Connection: interface{}, @@ -719,7 +719,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.dataHcpVaultPlugin.DataHcpVaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultPlugin.DataHcpVaultPluginTimeouts, } ``` @@ -737,7 +737,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -823,7 +823,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -837,7 +837,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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -851,7 +851,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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -863,7 +863,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -883,7 +883,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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -897,7 +897,7 @@ Timeouts DataHcpVaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -906,7 +906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" &datahcpvaultplugin.DataHcpVaultPluginTimeouts { Default: *string, @@ -917,7 +917,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -929,7 +929,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- @@ -940,7 +940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 6361db684..09f93b8b9 100644 --- a/docs/dataHcpVaultPlugin.java.md +++ b/docs/dataHcpVaultPlugin.java.md @@ -1,6 +1,6 @@ # `data_hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin). +Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin). # `dataHcpVaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://reg ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -50,7 +50,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.73.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.76.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. | @@ -122,7 +122,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.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -132,7 +132,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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -142,7 +142,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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -150,7 +150,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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -166,7 +166,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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -176,7 +176,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.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -524,7 +524,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.73.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.76.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -871,7 +871,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.73.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.76.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. | @@ -957,7 +957,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.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -971,7 +971,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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -985,7 +985,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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -997,7 +997,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1017,7 +1017,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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -1031,7 +1031,7 @@ public DataHcpVaultPluginTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -1051,7 +1051,7 @@ DataHcpVaultPluginTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -1063,7 +1063,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultPlugin.python.md b/docs/dataHcpVaultPlugin.python.md index 43982fac4..549bcad0d 100644 --- a/docs/dataHcpVaultPlugin.python.md +++ b/docs/dataHcpVaultPlugin.python.md @@ -1,6 +1,6 @@ # `data_hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin). +Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin). # `dataHcpVaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://reg ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -48,7 +48,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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -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.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -130,7 +130,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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -140,7 +140,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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -148,7 +148,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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -164,7 +164,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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#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.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -426,7 +426,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- @@ -562,7 +562,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.73.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.76.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -905,7 +905,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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -991,7 +991,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -1005,7 +1005,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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -1019,7 +1019,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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -1031,7 +1031,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1051,7 +1051,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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -1065,7 +1065,7 @@ timeouts: DataHcpVaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -1085,7 +1085,7 @@ dataHcpVaultPlugin.DataHcpVaultPluginTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -1097,7 +1097,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultPlugin.typescript.md b/docs/dataHcpVaultPlugin.typescript.md index 900c23430..a3887367a 100644 --- a/docs/dataHcpVaultPlugin.typescript.md +++ b/docs/dataHcpVaultPlugin.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin). +Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin). # `dataHcpVaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://reg ### DataHcpVaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -394,7 +394,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.73.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.76.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -723,7 +723,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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -809,7 +809,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.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} --- @@ -823,7 +823,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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} --- @@ -837,7 +837,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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} --- @@ -849,7 +849,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -869,7 +869,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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} --- @@ -883,7 +883,7 @@ public readonly timeouts: DataHcpVaultPluginTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} --- @@ -901,7 +901,7 @@ const dataHcpVaultPluginTimeouts: dataHcpVaultPlugin.DataHcpVaultPluginTimeouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. | --- @@ -913,7 +913,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. --- diff --git a/docs/dataHcpVaultSecretsApp.csharp.md b/docs/dataHcpVaultSecretsApp.csharp.md index 3bcb67ebb..629339f4e 100644 --- a/docs/dataHcpVaultSecretsApp.csharp.md +++ b/docs/dataHcpVaultSecretsApp.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app). # `dataHcpVaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https: ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -360,7 +360,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.73.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.76.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -713,7 +713,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.73.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.76.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 6cf8df805..c16fbde9d 100644 --- a/docs/dataHcpVaultSecretsApp.go.md +++ b/docs/dataHcpVaultSecretsApp.go.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app). # `dataHcpVaultSecretsApp` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https: ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.NewDataHcpVaultSecretsApp(scope Construct, id *string, config DataHcpVaultSecretsAppConfig) DataHcpVaultSecretsApp ``` @@ -271,7 +271,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -303,7 +303,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{}) *bool ``` @@ -317,7 +317,7 @@ datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformDataSource(x interface{}) *bool ``` @@ -331,7 +331,7 @@ datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformDataSource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -360,7 +360,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.73.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.76.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -604,7 +604,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" &datahcpvaultsecretsapp.DataHcpVaultSecretsAppConfig { Connection: interface{}, @@ -713,7 +713,7 @@ AppName *string The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 cd3194e14..592a08fd3 100644 --- a/docs/dataHcpVaultSecretsApp.java.md +++ b/docs/dataHcpVaultSecretsApp.java.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app). # `dataHcpVaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https: ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -112,7 +112,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.73.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.76.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- @@ -426,7 +426,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.73.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.76.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -783,7 +783,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.73.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.76.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 085a7a31e..7dfd0fdd5 100644 --- a/docs/dataHcpVaultSecretsApp.python.md +++ b/docs/dataHcpVaultSecretsApp.python.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app). # `dataHcpVaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https: ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### 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.73.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.76.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- @@ -460,7 +460,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.73.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.76.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ app_name: str The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 a60296807..7cb78ccd1 100644 --- a/docs/dataHcpVaultSecretsApp.typescript.md +++ b/docs/dataHcpVaultSecretsApp.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app). # `dataHcpVaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https: ### DataHcpVaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -360,7 +360,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.73.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.76.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -704,7 +704,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.73.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.76.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name} --- diff --git a/docs/dataHcpVaultSecretsSecret.csharp.md b/docs/dataHcpVaultSecretsSecret.csharp.md index 3922c07a7..ad00fb6ee 100644 --- a/docs/dataHcpVaultSecretsSecret.csharp.md +++ b/docs/dataHcpVaultSecretsSecret.csharp.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret). # `dataHcpVaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](htt ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -360,7 +360,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.73.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.76.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -737,7 +737,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.73.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.76.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -751,7 +751,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.73.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.76.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 921af69f3..e58a12c63 100644 --- a/docs/dataHcpVaultSecretsSecret.go.md +++ b/docs/dataHcpVaultSecretsSecret.go.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret). # `dataHcpVaultSecretsSecret` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](htt ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.NewDataHcpVaultSecretsSecret(scope Construct, id *string, config DataHcpVaultSecretsSecretConfig) DataHcpVaultSecretsSecret ``` @@ -271,7 +271,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -303,7 +303,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformElement(x interface{}) *bool ``` @@ -317,7 +317,7 @@ datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformElement(x interfa ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformDataSource(x interface{}) *bool ``` @@ -331,7 +331,7 @@ datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformDataSource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -360,7 +360,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.73.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.76.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -626,7 +626,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" &datahcpvaultsecretssecret.DataHcpVaultSecretsSecretConfig { Connection: interface{}, @@ -737,7 +737,7 @@ AppName *string The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -751,7 +751,7 @@ SecretName *string The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 056f78244..be2c294be 100644 --- a/docs/dataHcpVaultSecretsSecret.java.md +++ b/docs/dataHcpVaultSecretsSecret.java.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret). # `dataHcpVaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](htt ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/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 Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -124,7 +124,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.73.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.76.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- @@ -438,7 +438,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.73.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.76.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -819,7 +819,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.73.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.76.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -833,7 +833,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.73.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.76.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 c5263c4bd..0ccfab544 100644 --- a/docs/dataHcpVaultSecretsSecret.python.md +++ b/docs/dataHcpVaultSecretsSecret.python.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret). # `dataHcpVaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](htt ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/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 Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -122,7 +122,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.73.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.76.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- @@ -472,7 +472,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.73.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.76.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,7 @@ app_name: str The name of the Vault Secrets application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -863,7 +863,7 @@ secret_name: str The name of the Vault Secrets secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 9d4841400..d85c21459 100644 --- a/docs/dataHcpVaultSecretsSecret.typescript.md +++ b/docs/dataHcpVaultSecretsSecret.typescript.md @@ -1,6 +1,6 @@ # `data_hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret). # `dataHcpVaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](htt ### DataHcpVaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -360,7 +360,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.73.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.76.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -727,7 +727,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.73.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.76.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name} --- @@ -741,7 +741,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.73.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.76.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name} --- diff --git a/docs/hvn.csharp.md b/docs/hvn.csharp.md index de772aa1c..47e355fd9 100644 --- a/docs/hvn.csharp.md +++ b/docs/hvn.csharp.md @@ -1,6 +1,6 @@ # `hcp_hvn` -Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn). +Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn). # `hvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -462,7 +462,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.73.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.76.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,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.73.0/docs/resources/hvn#id Hvn#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#id Hvn#id}. | | ProjectId | string | The ID of the HCP project where the HVN is located. | | Timeouts | HvnTimeouts | timeouts block. | @@ -992,7 +992,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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1006,7 +1006,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.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1020,7 +1020,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.73.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#region Hvn#region} --- @@ -1034,7 +1034,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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1046,7 +1046,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1066,7 +1066,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.73.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1080,7 +1080,7 @@ public HvnTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1102,9 +1102,9 @@ new HvnTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1116,7 +1116,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. --- @@ -1128,7 +1128,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. --- @@ -1140,7 +1140,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvn.go.md b/docs/hvn.go.md index 4458fc9fe..b445a9fb0 100644 --- a/docs/hvn.go.md +++ b/docs/hvn.go.md @@ -1,6 +1,6 @@ # `hcp_hvn` -Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn). +Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn). # `hvn` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn hcp_hvn}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.NewHvn(scope Construct, id *string, config HvnConfig) Hvn ``` @@ -373,7 +373,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_IsConstruct(x interface{}) *bool ``` @@ -405,7 +405,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_IsTerraformElement(x interface{}) *bool ``` @@ -419,7 +419,7 @@ hvn.Hvn_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_IsTerraformResource(x interface{}) *bool ``` @@ -433,7 +433,7 @@ hvn.Hvn_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -462,7 +462,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.73.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.76.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -871,7 +871,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" &hvn.HvnConfig { Connection: interface{}, @@ -887,7 +887,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" CidrBlock: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.hvn.HvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvn.HvnTimeouts, } ``` @@ -906,7 +906,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/hvn#id Hvn#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#id Hvn#id}. | | ProjectId | *string | The ID of the HCP project where the HVN is located. | | Timeouts | HvnTimeouts | timeouts block. | @@ -992,7 +992,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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1006,7 +1006,7 @@ HvnId *string The ID of the HashiCorp Virtual Network (HVN). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1020,7 +1020,7 @@ Region *string The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#region Hvn#region} --- @@ -1034,7 +1034,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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1046,7 +1046,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1066,7 +1066,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.73.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1080,7 +1080,7 @@ Timeouts HvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1089,7 +1089,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" &hvn.HvnTimeouts { Create: *string, @@ -1102,9 +1102,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1116,7 +1116,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. --- @@ -1128,7 +1128,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. --- @@ -1140,7 +1140,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. --- @@ -1151,7 +1151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 9c418a378..34a3102d9 100644 --- a/docs/hvn.java.md +++ b/docs/hvn.java.md @@ -1,6 +1,6 @@ # `hcp_hvn` -Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn). +Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn). # `hvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -52,7 +52,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.73.0/docs/resources/hvn#id Hvn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -124,7 +124,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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -134,7 +134,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.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -144,7 +144,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.73.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#region Hvn#region} --- @@ -154,7 +154,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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -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.73.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -178,7 +178,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.73.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -188,7 +188,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.73.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -606,7 +606,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.73.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.76.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -1054,7 +1054,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.73.0/docs/resources/hvn#id Hvn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1140,7 +1140,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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1154,7 +1154,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.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1168,7 +1168,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.73.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#region Hvn#region} --- @@ -1182,7 +1182,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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1194,7 +1194,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1214,7 +1214,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.73.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1228,7 +1228,7 @@ public HvnTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1250,9 +1250,9 @@ HvnTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. | -| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. | +| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1264,7 +1264,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. --- @@ -1276,7 +1276,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. --- @@ -1288,7 +1288,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvn.python.md b/docs/hvn.python.md index a8caf8a7e..121781380 100644 --- a/docs/hvn.python.md +++ b/docs/hvn.python.md @@ -1,6 +1,6 @@ # `hcp_hvn` -Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn). +Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn). # `hvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -50,7 +50,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.73.0/docs/resources/hvn#id Hvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -122,7 +122,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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -132,7 +132,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.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -142,7 +142,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.73.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#region Hvn#region} --- @@ -152,7 +152,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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -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.73.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -176,7 +176,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.73.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -186,7 +186,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.73.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -510,7 +510,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. --- @@ -518,7 +518,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.73.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. --- @@ -526,7 +526,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.73.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. --- @@ -668,7 +668,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.73.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.76.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -1112,7 +1112,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.73.0/docs/resources/hvn#id Hvn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1198,7 +1198,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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -1212,7 +1212,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.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1226,7 +1226,7 @@ region: str The region where the HVN is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#region Hvn#region} --- @@ -1240,7 +1240,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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1252,7 +1252,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1272,7 +1272,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.73.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1286,7 +1286,7 @@ timeouts: HvnTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1308,9 +1308,9 @@ hvn.HvnTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1322,7 +1322,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. --- @@ -1334,7 +1334,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. --- @@ -1346,7 +1346,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvn.typescript.md b/docs/hvn.typescript.md index 1ea5786cc..1db95d709 100644 --- a/docs/hvn.typescript.md +++ b/docs/hvn.typescript.md @@ -1,6 +1,6 @@ # `hcp_hvn` -Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn). +Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn). # `hvn` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor ### Hvn -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn hcp_hvn}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn hcp_hvn}. #### Initializers @@ -462,7 +462,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.73.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.76.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use --- @@ -891,7 +891,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.73.0/docs/resources/hvn#id Hvn#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#id Hvn#id}. | | projectId | string | The ID of the HCP project where the HVN is located. | | timeouts | HvnTimeouts | timeouts block. | @@ -977,7 +977,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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} --- @@ -991,7 +991,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.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#hvn_id Hvn#hvn_id} --- @@ -1005,7 +1005,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.73.0/docs/resources/hvn#region Hvn#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#region Hvn#region} --- @@ -1019,7 +1019,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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#cidr_block Hvn#cidr_block} --- @@ -1031,7 +1031,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#id Hvn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1051,7 +1051,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.73.0/docs/resources/hvn#project_id Hvn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#project_id Hvn#project_id} --- @@ -1065,7 +1065,7 @@ public readonly timeouts: HvnTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#timeouts Hvn#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#timeouts Hvn#timeouts} --- @@ -1083,9 +1083,9 @@ const hvnTimeouts: hvn.HvnTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. | --- @@ -1097,7 +1097,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#create Hvn#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create}. --- @@ -1109,7 +1109,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default}. --- @@ -1121,7 +1121,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete}. --- diff --git a/docs/hvnPeeringConnection.csharp.md b/docs/hvnPeeringConnection.csharp.md index ab182ba1d..1e7182ea7 100644 --- a/docs/hvnPeeringConnection.csharp.md +++ b/docs/hvnPeeringConnection.csharp.md @@ -1,6 +1,6 @@ # `hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection). # `hvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https: ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -862,7 +862,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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -948,7 +948,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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -962,7 +962,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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -974,7 +974,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -993,7 +993,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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1007,7 +1007,7 @@ public HvnPeeringConnectionTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1029,9 +1029,9 @@ new HvnPeeringConnectionTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1043,7 +1043,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1055,7 +1055,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1067,7 +1067,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnPeeringConnection.go.md b/docs/hvnPeeringConnection.go.md index e198288c7..f12f82a96 100644 --- a/docs/hvnPeeringConnection.go.md +++ b/docs/hvnPeeringConnection.go.md @@ -1,6 +1,6 @@ # `hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection). # `hvnPeeringConnection` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https: ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.NewHvnPeeringConnection(scope Construct, id *string, config HvnPeeringConnectionConfig) HvnPeeringConnection ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ hvnpeeringconnection.HvnPeeringConnection_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ hvnpeeringconnection.HvnPeeringConnection_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" &hvnpeeringconnection.HvnPeeringConnectionConfig { Connection: interface{}, @@ -845,7 +845,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.hvnPeeringConnection.HvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnPeeringConnection.HvnPeeringConnectionTimeouts, } ``` @@ -862,7 +862,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -948,7 +948,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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -962,7 +962,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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -974,7 +974,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -993,7 +993,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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1007,7 +1007,7 @@ Timeouts HvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1016,7 +1016,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" &hvnpeeringconnection.HvnPeeringConnectionTimeouts { Create: *string, @@ -1029,9 +1029,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1043,7 +1043,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1055,7 +1055,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1067,7 +1067,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- @@ -1078,7 +1078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 04b206b2b..297477ba6 100644 --- a/docs/hvnPeeringConnection.java.md +++ b/docs/hvnPeeringConnection.java.md @@ -1,6 +1,6 @@ # `hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection). # `hvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https: ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -48,7 +48,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.73.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.76.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. | @@ -120,7 +120,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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -130,7 +130,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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -153,7 +153,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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#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.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -574,7 +574,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.73.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.76.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -985,7 +985,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.73.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.76.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. | @@ -1071,7 +1071,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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -1085,7 +1085,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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1116,7 +1116,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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1130,7 +1130,7 @@ public HvnPeeringConnectionTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1152,9 +1152,9 @@ HvnPeeringConnectionTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1166,7 +1166,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1178,7 +1178,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1190,7 +1190,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnPeeringConnection.python.md b/docs/hvnPeeringConnection.python.md index 5c986136a..44cc01277 100644 --- a/docs/hvnPeeringConnection.python.md +++ b/docs/hvnPeeringConnection.python.md @@ -1,6 +1,6 @@ # `hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection). # `hvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https: ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -46,7 +46,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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -128,7 +128,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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -136,7 +136,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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -151,7 +151,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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#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.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -484,7 +484,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -492,7 +492,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.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -500,7 +500,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.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- @@ -636,7 +636,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.73.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.76.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -1043,7 +1043,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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1129,7 +1129,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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -1143,7 +1143,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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -1155,7 +1155,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1174,7 +1174,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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -1188,7 +1188,7 @@ timeouts: HvnPeeringConnectionTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1210,9 +1210,9 @@ hvnPeeringConnection.HvnPeeringConnectionTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1224,7 +1224,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1236,7 +1236,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1248,7 +1248,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnPeeringConnection.typescript.md b/docs/hvnPeeringConnection.typescript.md index 5db96c1b9..6abbf7ca5 100644 --- a/docs/hvnPeeringConnection.typescript.md +++ b/docs/hvnPeeringConnection.typescript.md @@ -1,6 +1,6 @@ # `hcp_hvn_peering_connection` -Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection). # `hvnPeeringConnection` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https: ### HvnPeeringConnection -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -935,7 +935,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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} --- @@ -949,7 +949,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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} --- @@ -961,7 +961,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -980,7 +980,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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} --- @@ -994,7 +994,7 @@ public readonly timeouts: HvnPeeringConnectionTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} --- @@ -1012,9 +1012,9 @@ const hvnPeeringConnectionTimeouts: hvnPeeringConnection.HvnPeeringConnectionTim | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. | --- @@ -1026,7 +1026,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. --- @@ -1038,7 +1038,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. --- @@ -1050,7 +1050,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. --- diff --git a/docs/hvnRoute.csharp.md b/docs/hvnRoute.csharp.md index 02ceb4a61..722c09806 100644 --- a/docs/hvnRoute.csharp.md +++ b/docs/hvnRoute.csharp.md @@ -1,6 +1,6 @@ # `hcp_hvn_route` -Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route). +Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route). # `hvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ new HvnRouteConfig { | HvnLink | string | The `self_link` of the HashiCorp Virtual Network (HVN). | | 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). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -963,7 +963,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.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -977,7 +977,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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -991,7 +991,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.73.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.76.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1005,7 +1005,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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1017,7 +1017,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1036,7 +1036,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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1050,7 +1050,7 @@ public HvnRouteTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1072,9 +1072,9 @@ new HvnRouteTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1086,7 +1086,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1098,7 +1098,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1110,7 +1110,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/hvnRoute.go.md b/docs/hvnRoute.go.md index efab13b81..a1936fc27 100644 --- a/docs/hvnRoute.go.md +++ b/docs/hvnRoute.go.md @@ -1,6 +1,6 @@ # `hcp_hvn_route` -Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route). +Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route). # `hvnRoute` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.NewHvnRoute(scope Construct, id *string, config HvnRouteConfig) HvnRoute ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ hvnroute.HvnRoute_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ hvnroute.HvnRoute_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" &hvnroute.HvnRouteConfig { Connection: interface{}, @@ -858,7 +858,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" TargetLink: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.hvnRoute.HvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnRoute.HvnRouteTimeouts, } ``` @@ -877,7 +877,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" | HvnLink | *string | The `self_link` of the HashiCorp Virtual Network (HVN). | | 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). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -963,7 +963,7 @@ DestinationCidr *string The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -977,7 +977,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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -991,7 +991,7 @@ HvnRouteId *string The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1005,7 +1005,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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1017,7 +1017,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1036,7 +1036,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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1050,7 +1050,7 @@ Timeouts HvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1059,7 +1059,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" &hvnroute.HvnRouteTimeouts { Create: *string, @@ -1072,9 +1072,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1086,7 +1086,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1098,7 +1098,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1110,7 +1110,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- @@ -1121,7 +1121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 17eb74da5..7e34d1974 100644 --- a/docs/hvnRoute.java.md +++ b/docs/hvnRoute.java.md @@ -1,6 +1,6 @@ # `hcp_hvn_route` -Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route). +Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route). # `hvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -52,7 +52,7 @@ HvnRoute.Builder.create(Construct scope, java.lang.String id) | hvnLink | java.lang.String | The `self_link` of the HashiCorp Virtual Network (HVN). | | 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). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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. | @@ -124,7 +124,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.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -134,7 +134,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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -144,7 +144,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.73.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.76.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -154,7 +154,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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -177,7 +177,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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -187,7 +187,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.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -598,7 +598,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.73.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.76.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -1024,7 +1024,7 @@ HvnRouteConfig.builder() | hvnLink | java.lang.String | The `self_link` of the HashiCorp Virtual Network (HVN). | | 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). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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. | @@ -1110,7 +1110,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.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -1124,7 +1124,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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -1138,7 +1138,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.73.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.76.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1152,7 +1152,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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1164,7 +1164,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1183,7 +1183,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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1197,7 +1197,7 @@ public HvnRouteTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1219,9 +1219,9 @@ HvnRouteTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1233,7 +1233,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1245,7 +1245,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1257,7 +1257,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/hvnRoute.python.md b/docs/hvnRoute.python.md index 52a558603..98ee460d7 100644 --- a/docs/hvnRoute.python.md +++ b/docs/hvnRoute.python.md @@ -1,6 +1,6 @@ # `hcp_hvn_route` -Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route). +Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route). # `hvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -50,7 +50,7 @@ hvnRoute.HvnRoute( | hvn_link | str | The `self_link` of the HashiCorp Virtual Network (HVN). | | 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). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -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.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -175,7 +175,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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#project_id HvnRoute#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.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -508,7 +508,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -516,7 +516,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.73.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -524,7 +524,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.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- @@ -660,7 +660,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.73.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.76.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -1082,7 +1082,7 @@ hvnRoute.HvnRouteConfig( | hvn_link | str | The `self_link` of the HashiCorp Virtual Network (HVN). | | 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). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1168,7 +1168,7 @@ destination_cidr: str The destination CIDR of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -1182,7 +1182,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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -1196,7 +1196,7 @@ hvn_route_id: str The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -1210,7 +1210,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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1222,7 +1222,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1241,7 +1241,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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1255,7 +1255,7 @@ timeouts: HvnRouteTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1277,9 +1277,9 @@ hvnRoute.HvnRouteTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1291,7 +1291,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1303,7 +1303,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1315,7 +1315,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/hvnRoute.typescript.md b/docs/hvnRoute.typescript.md index 64b19d774..658b0ba9a 100644 --- a/docs/hvnRoute.typescript.md +++ b/docs/hvnRoute.typescript.md @@ -1,6 +1,6 @@ # `hcp_hvn_route` -Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route). +Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route). # `hvnRoute` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te ### HvnRoute -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route hcp_hvn_route}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route hcp_hvn_route}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use --- @@ -862,7 +862,7 @@ const hvnRouteConfig: hvnRoute.HvnRouteConfig = { ... } | hvnLink | string | The `self_link` of the HashiCorp Virtual Network (HVN). | | 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). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -948,7 +948,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.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} --- @@ -962,7 +962,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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} --- @@ -976,7 +976,7 @@ public readonly hvnRouteId: string; The ID of the HVN route. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id} --- @@ -990,7 +990,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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#target_link HvnRoute#target_link} --- @@ -1002,7 +1002,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#id HvnRoute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1021,7 +1021,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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#project_id HvnRoute#project_id} --- @@ -1035,7 +1035,7 @@ public readonly timeouts: HvnRouteTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} --- @@ -1053,9 +1053,9 @@ const hvnRouteTimeouts: hvnRoute.HvnRouteTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. | --- @@ -1067,7 +1067,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create}. --- @@ -1079,7 +1079,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default}. --- @@ -1091,7 +1091,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete}. --- diff --git a/docs/iamWorkloadIdentityProvider.csharp.md b/docs/iamWorkloadIdentityProvider.csharp.md new file mode 100644 index 000000000..8f93567aa --- /dev/null +++ b/docs/iamWorkloadIdentityProvider.csharp.md @@ -0,0 +1,1677 @@ +# `hcp_iam_workload_identity_provider` + +Refer to the Terraform Registory for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider). + +# `iamWorkloadIdentityProvider` Submodule + +## Constructs + +### IamWorkloadIdentityProvider + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new IamWorkloadIdentityProvider(Construct Scope, string Id, IamWorkloadIdentityProviderConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | IamWorkloadIdentityProviderConfig | *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:* IamWorkloadIdentityProviderConfig + +--- + +#### 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. | +| 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.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| PutAws | *No description.* | +| PutOidc | *No description.* | +| ResetAws | *No description.* | +| ResetDescription | *No description.* | +| ResetOidc | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `PutAws` + +```csharp +private void PutAws(IamWorkloadIdentityProviderAws Value) +``` + +###### `Value`Required + +- *Type:* IamWorkloadIdentityProviderAws + +--- + +##### `PutOidc` + +```csharp +private void PutOidc(IamWorkloadIdentityProviderOidc Value) +``` + +###### `Value`Required + +- *Type:* IamWorkloadIdentityProviderOidc + +--- + +##### `ResetAws` + +```csharp +private void ResetAws() +``` + +##### `ResetDescription` + +```csharp +private void ResetDescription() +``` + +##### `ResetOidc` + +```csharp +private void ResetOidc() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a IamWorkloadIdentityProvider resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +IamWorkloadIdentityProvider.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; + +IamWorkloadIdentityProvider.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +IamWorkloadIdentityProvider.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +IamWorkloadIdentityProvider.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a IamWorkloadIdentityProvider 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 IamWorkloadIdentityProvider to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing IamWorkloadIdentityProvider that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#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 IamWorkloadIdentityProvider 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.* | +| Aws | IamWorkloadIdentityProviderAwsOutputReference | *No description.* | +| Oidc | IamWorkloadIdentityProviderOidcOutputReference | *No description.* | +| ResourceId | string | *No description.* | +| ResourceName | string | *No description.* | +| AwsInput | object | *No description.* | +| ConditionalAccessInput | string | *No description.* | +| DescriptionInput | string | *No description.* | +| NameInput | string | *No description.* | +| OidcInput | object | *No description.* | +| ServicePrincipalInput | string | *No description.* | +| ConditionalAccess | string | *No description.* | +| Description | string | *No description.* | +| Name | string | *No description.* | +| ServicePrincipal | 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[] + +--- + +##### `Aws`Required + +```csharp +public IamWorkloadIdentityProviderAwsOutputReference Aws { get; } +``` + +- *Type:* IamWorkloadIdentityProviderAwsOutputReference + +--- + +##### `Oidc`Required + +```csharp +public IamWorkloadIdentityProviderOidcOutputReference Oidc { get; } +``` + +- *Type:* IamWorkloadIdentityProviderOidcOutputReference + +--- + +##### `ResourceId`Required + +```csharp +public string ResourceId { get; } +``` + +- *Type:* string + +--- + +##### `ResourceName`Required + +```csharp +public string ResourceName { get; } +``` + +- *Type:* string + +--- + +##### `AwsInput`Optional + +```csharp +public object AwsInput { get; } +``` + +- *Type:* object + +--- + +##### `ConditionalAccessInput`Optional + +```csharp +public string ConditionalAccessInput { get; } +``` + +- *Type:* string + +--- + +##### `DescriptionInput`Optional + +```csharp +public string DescriptionInput { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `OidcInput`Optional + +```csharp +public object OidcInput { get; } +``` + +- *Type:* object + +--- + +##### `ServicePrincipalInput`Optional + +```csharp +public string ServicePrincipalInput { get; } +``` + +- *Type:* string + +--- + +##### `ConditionalAccess`Required + +```csharp +public string ConditionalAccess { get; } +``` + +- *Type:* string + +--- + +##### `Description`Required + +```csharp +public string Description { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `ServicePrincipal`Required + +```csharp +public string ServicePrincipal { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### IamWorkloadIdentityProviderAws + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new IamWorkloadIdentityProviderAws { + string AccountId +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| AccountId | string | The AWS Account ID that is allowed to exchange workload identities. | + +--- + +##### `AccountId`Required + +```csharp +public string AccountId { get; set; } +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + +--- + +### IamWorkloadIdentityProviderConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new IamWorkloadIdentityProviderConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string ConditionalAccess, + string Name, + string ServicePrincipal, + IamWorkloadIdentityProviderAws Aws = null, + string Description = null, + IamWorkloadIdentityProviderOidc Oidc = 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.* | +| 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.76.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.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | + +--- + +##### `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[] + +--- + +##### `ConditionalAccess`Required + +```csharp +public string ConditionalAccess { get; set; } +``` + +- *Type:* string + +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.76.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + +--- + +##### `Name`Required + +```csharp +public string Name { get; set; } +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + +--- + +##### `ServicePrincipal`Required + +```csharp +public string ServicePrincipal { get; set; } +``` + +- *Type:* string + +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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + +--- + +##### `Aws`Optional + +```csharp +public IamWorkloadIdentityProviderAws Aws { get; set; } +``` + +- *Type:* IamWorkloadIdentityProviderAws + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. + +--- + +##### `Description`Optional + +```csharp +public string Description { get; set; } +``` + +- *Type:* string + +A description for the workload identity provider. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + +--- + +##### `Oidc`Optional + +```csharp +public IamWorkloadIdentityProviderOidc Oidc { get; set; } +``` + +- *Type:* IamWorkloadIdentityProviderOidc + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. + +--- + +### IamWorkloadIdentityProviderOidc + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new IamWorkloadIdentityProviderOidc { + string IssuerUri, + string[] AllowedAudiences = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| IssuerUri | string | The URL of the OIDC Issuer that is allowed to exchange workload identities. | +| AllowedAudiences | string[] | allowed_audiences is the set of audiences set on the access token that are allowed to exchange identities. | + +--- + +##### `IssuerUri`Required + +```csharp +public string IssuerUri { get; set; } +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + +--- + +##### `AllowedAudiences`Optional + +```csharp +public string[] AllowedAudiences { get; set; } +``` + +- *Type:* string[] + +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.76.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} + +--- + +## Classes + +### IamWorkloadIdentityProviderAwsOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new IamWorkloadIdentityProviderAwsOutputReference(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.* | +| AccountIdInput | string | *No description.* | +| AccountId | 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 + +--- + +##### `AccountIdInput`Optional + +```csharp +public string AccountIdInput { get; } +``` + +- *Type:* string + +--- + +##### `AccountId`Required + +```csharp +public string AccountId { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + +### IamWorkloadIdentityProviderOidcOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new IamWorkloadIdentityProviderOidcOutputReference(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. | +| ResetAllowedAudiences | *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. + +##### `ResetAllowedAudiences` + +```csharp +private void ResetAllowedAudiences() +``` + + +#### 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.* | +| AllowedAudiencesInput | string[] | *No description.* | +| IssuerUriInput | string | *No description.* | +| AllowedAudiences | string[] | *No description.* | +| IssuerUri | 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 + +--- + +##### `AllowedAudiencesInput`Optional + +```csharp +public string[] AllowedAudiencesInput { get; } +``` + +- *Type:* string[] + +--- + +##### `IssuerUriInput`Optional + +```csharp +public string IssuerUriInput { get; } +``` + +- *Type:* string + +--- + +##### `AllowedAudiences`Required + +```csharp +public string[] AllowedAudiences { get; } +``` + +- *Type:* string[] + +--- + +##### `IssuerUri`Required + +```csharp +public string IssuerUri { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + + diff --git a/docs/iamWorkloadIdentityProvider.go.md b/docs/iamWorkloadIdentityProvider.go.md new file mode 100644 index 000000000..e838d719c --- /dev/null +++ b/docs/iamWorkloadIdentityProvider.go.md @@ -0,0 +1,1677 @@ +# `hcp_iam_workload_identity_provider` + +Refer to the Terraform Registory for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider). + +# `iamWorkloadIdentityProvider` Submodule + +## Constructs + +### IamWorkloadIdentityProvider + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +iamworkloadidentityprovider.NewIamWorkloadIdentityProvider(scope Construct, id *string, config IamWorkloadIdentityProviderConfig) IamWorkloadIdentityProvider +``` + +| **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 | IamWorkloadIdentityProviderConfig | *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:* IamWorkloadIdentityProviderConfig + +--- + +#### 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. | +| 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.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| PutAws | *No description.* | +| PutOidc | *No description.* | +| ResetAws | *No description.* | +| ResetDescription | *No description.* | +| ResetOidc | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `PutAws` + +```go +func PutAws(value IamWorkloadIdentityProviderAws) +``` + +###### `value`Required + +- *Type:* IamWorkloadIdentityProviderAws + +--- + +##### `PutOidc` + +```go +func PutOidc(value IamWorkloadIdentityProviderOidc) +``` + +###### `value`Required + +- *Type:* IamWorkloadIdentityProviderOidc + +--- + +##### `ResetAws` + +```go +func ResetAws() +``` + +##### `ResetDescription` + +```go +func ResetDescription() +``` + +##### `ResetOidc` + +```go +func ResetOidc() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a IamWorkloadIdentityProvider resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +iamworkloadidentityprovider.IamWorkloadIdentityProvider_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/iamworkloadidentityprovider" + +iamworkloadidentityprovider.IamWorkloadIdentityProvider_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +iamworkloadidentityprovider.IamWorkloadIdentityProvider_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +iamworkloadidentityprovider.IamWorkloadIdentityProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a IamWorkloadIdentityProvider 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 IamWorkloadIdentityProvider to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing IamWorkloadIdentityProvider that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#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 IamWorkloadIdentityProvider 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.* | +| Aws | IamWorkloadIdentityProviderAwsOutputReference | *No description.* | +| Oidc | IamWorkloadIdentityProviderOidcOutputReference | *No description.* | +| ResourceId | *string | *No description.* | +| ResourceName | *string | *No description.* | +| AwsInput | interface{} | *No description.* | +| ConditionalAccessInput | *string | *No description.* | +| DescriptionInput | *string | *No description.* | +| NameInput | *string | *No description.* | +| OidcInput | interface{} | *No description.* | +| ServicePrincipalInput | *string | *No description.* | +| ConditionalAccess | *string | *No description.* | +| Description | *string | *No description.* | +| Name | *string | *No description.* | +| ServicePrincipal | *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{} + +--- + +##### `Aws`Required + +```go +func Aws() IamWorkloadIdentityProviderAwsOutputReference +``` + +- *Type:* IamWorkloadIdentityProviderAwsOutputReference + +--- + +##### `Oidc`Required + +```go +func Oidc() IamWorkloadIdentityProviderOidcOutputReference +``` + +- *Type:* IamWorkloadIdentityProviderOidcOutputReference + +--- + +##### `ResourceId`Required + +```go +func ResourceId() *string +``` + +- *Type:* *string + +--- + +##### `ResourceName`Required + +```go +func ResourceName() *string +``` + +- *Type:* *string + +--- + +##### `AwsInput`Optional + +```go +func AwsInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `ConditionalAccessInput`Optional + +```go +func ConditionalAccessInput() *string +``` + +- *Type:* *string + +--- + +##### `DescriptionInput`Optional + +```go +func DescriptionInput() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `OidcInput`Optional + +```go +func OidcInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `ServicePrincipalInput`Optional + +```go +func ServicePrincipalInput() *string +``` + +- *Type:* *string + +--- + +##### `ConditionalAccess`Required + +```go +func ConditionalAccess() *string +``` + +- *Type:* *string + +--- + +##### `Description`Required + +```go +func Description() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `ServicePrincipal`Required + +```go +func ServicePrincipal() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### IamWorkloadIdentityProviderAws + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +&iamworkloadidentityprovider.IamWorkloadIdentityProviderAws { + AccountId: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| AccountId | *string | The AWS Account ID that is allowed to exchange workload identities. | + +--- + +##### `AccountId`Required + +```go +AccountId *string +``` + +- *Type:* *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.76.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + +--- + +### IamWorkloadIdentityProviderConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +&iamworkloadidentityprovider.IamWorkloadIdentityProviderConfig { + 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{}, + ConditionalAccess: *string, + Name: *string, + ServicePrincipal: *string, + Aws: github.com/cdktf/cdktf-provider-hcp-go/hcp.iamWorkloadIdentityProvider.IamWorkloadIdentityProviderAws, + Description: *string, + Oidc: github.com/cdktf/cdktf-provider-hcp-go/hcp.iamWorkloadIdentityProvider.IamWorkloadIdentityProviderOidc, +} +``` + +#### 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.* | +| 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.76.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.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | + +--- + +##### `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{} + +--- + +##### `ConditionalAccess`Required + +```go +ConditionalAccess *string +``` + +- *Type:* *string + +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.76.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + +--- + +##### `Name`Required + +```go +Name *string +``` + +- *Type:* *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.76.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + +--- + +##### `ServicePrincipal`Required + +```go +ServicePrincipal *string +``` + +- *Type:* *string + +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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + +--- + +##### `Aws`Optional + +```go +Aws IamWorkloadIdentityProviderAws +``` + +- *Type:* IamWorkloadIdentityProviderAws + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. + +--- + +##### `Description`Optional + +```go +Description *string +``` + +- *Type:* *string + +A description for the workload identity provider. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + +--- + +##### `Oidc`Optional + +```go +Oidc IamWorkloadIdentityProviderOidc +``` + +- *Type:* IamWorkloadIdentityProviderOidc + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. + +--- + +### IamWorkloadIdentityProviderOidc + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +&iamworkloadidentityprovider.IamWorkloadIdentityProviderOidc { + IssuerUri: *string, + AllowedAudiences: *[]*string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| IssuerUri | *string | The URL of the OIDC Issuer that is allowed to exchange workload identities. | +| AllowedAudiences | *[]*string | allowed_audiences is the set of audiences set on the access token that are allowed to exchange identities. | + +--- + +##### `IssuerUri`Required + +```go +IssuerUri *string +``` + +- *Type:* *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.76.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + +--- + +##### `AllowedAudiences`Optional + +```go +AllowedAudiences *[]*string +``` + +- *Type:* *[]*string + +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.76.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} + +--- + +## Classes + +### IamWorkloadIdentityProviderAwsOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +iamworkloadidentityprovider.NewIamWorkloadIdentityProviderAwsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) IamWorkloadIdentityProviderAwsOutputReference +``` + +| **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.* | +| AccountIdInput | *string | *No description.* | +| AccountId | *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 + +--- + +##### `AccountIdInput`Optional + +```go +func AccountIdInput() *string +``` + +- *Type:* *string + +--- + +##### `AccountId`Required + +```go +func AccountId() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + +### IamWorkloadIdentityProviderOidcOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/iamworkloadidentityprovider" + +iamworkloadidentityprovider.NewIamWorkloadIdentityProviderOidcOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) IamWorkloadIdentityProviderOidcOutputReference +``` + +| **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. | +| ResetAllowedAudiences | *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. + +##### `ResetAllowedAudiences` + +```go +func ResetAllowedAudiences() +``` + + +#### 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.* | +| AllowedAudiencesInput | *[]*string | *No description.* | +| IssuerUriInput | *string | *No description.* | +| AllowedAudiences | *[]*string | *No description.* | +| IssuerUri | *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 + +--- + +##### `AllowedAudiencesInput`Optional + +```go +func AllowedAudiencesInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `IssuerUriInput`Optional + +```go +func IssuerUriInput() *string +``` + +- *Type:* *string + +--- + +##### `AllowedAudiences`Required + +```go +func AllowedAudiences() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `IssuerUri`Required + +```go +func IssuerUri() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + + diff --git a/docs/iamWorkloadIdentityProvider.java.md b/docs/iamWorkloadIdentityProvider.java.md new file mode 100644 index 000000000..8ac025305 --- /dev/null +++ b/docs/iamWorkloadIdentityProvider.java.md @@ -0,0 +1,1809 @@ +# `hcp_iam_workload_identity_provider` + +Refer to the Terraform Registory for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider). + +# `iamWorkloadIdentityProvider` Submodule + +## Constructs + +### IamWorkloadIdentityProvider + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProvider; + +IamWorkloadIdentityProvider.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) + .conditionalAccess(java.lang.String) + .name(java.lang.String) + .servicePrincipal(java.lang.String) +// .aws(IamWorkloadIdentityProviderAws) +// .description(java.lang.String) +// .oidc(IamWorkloadIdentityProviderOidc) + .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.* | +| 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.76.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.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | + +--- + +##### `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 + +--- + +##### `conditionalAccess`Required + +- *Type:* java.lang.String + +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.76.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + +--- + +##### `name`Required + +- *Type:* java.lang.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.76.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + +--- + +##### `servicePrincipal`Required + +- *Type:* java.lang.String + +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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + +--- + +##### `aws`Optional + +- *Type:* IamWorkloadIdentityProviderAws + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. + +--- + +##### `description`Optional + +- *Type:* java.lang.String + +A description for the workload identity provider. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + +--- + +##### `oidc`Optional + +- *Type:* IamWorkloadIdentityProviderOidc + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. + +--- + +#### 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. | +| 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.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| putAws | *No description.* | +| putOidc | *No description.* | +| resetAws | *No description.* | +| resetDescription | *No description.* | +| resetOidc | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `putAws` + +```java +public void putAws(IamWorkloadIdentityProviderAws value) +``` + +###### `value`Required + +- *Type:* IamWorkloadIdentityProviderAws + +--- + +##### `putOidc` + +```java +public void putOidc(IamWorkloadIdentityProviderOidc value) +``` + +###### `value`Required + +- *Type:* IamWorkloadIdentityProviderOidc + +--- + +##### `resetAws` + +```java +public void resetAws() +``` + +##### `resetDescription` + +```java +public void resetDescription() +``` + +##### `resetOidc` + +```java +public void resetOidc() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a IamWorkloadIdentityProvider resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProvider; + +IamWorkloadIdentityProvider.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.iam_workload_identity_provider.IamWorkloadIdentityProvider; + +IamWorkloadIdentityProvider.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProvider; + +IamWorkloadIdentityProvider.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProvider; + +IamWorkloadIdentityProvider.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),IamWorkloadIdentityProvider.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a IamWorkloadIdentityProvider 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 IamWorkloadIdentityProvider to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing IamWorkloadIdentityProvider that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#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 IamWorkloadIdentityProvider 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.* | +| aws | IamWorkloadIdentityProviderAwsOutputReference | *No description.* | +| oidc | IamWorkloadIdentityProviderOidcOutputReference | *No description.* | +| resourceId | java.lang.String | *No description.* | +| resourceName | java.lang.String | *No description.* | +| awsInput | com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderAws | *No description.* | +| conditionalAccessInput | java.lang.String | *No description.* | +| descriptionInput | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| oidcInput | com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderOidc | *No description.* | +| servicePrincipalInput | java.lang.String | *No description.* | +| conditionalAccess | java.lang.String | *No description.* | +| description | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| servicePrincipal | 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 + +--- + +##### `aws`Required + +```java +public IamWorkloadIdentityProviderAwsOutputReference getAws(); +``` + +- *Type:* IamWorkloadIdentityProviderAwsOutputReference + +--- + +##### `oidc`Required + +```java +public IamWorkloadIdentityProviderOidcOutputReference getOidc(); +``` + +- *Type:* IamWorkloadIdentityProviderOidcOutputReference + +--- + +##### `resourceId`Required + +```java +public java.lang.String getResourceId(); +``` + +- *Type:* java.lang.String + +--- + +##### `resourceName`Required + +```java +public java.lang.String getResourceName(); +``` + +- *Type:* java.lang.String + +--- + +##### `awsInput`Optional + +```java +public java.lang.Object getAwsInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderAws + +--- + +##### `conditionalAccessInput`Optional + +```java +public java.lang.String getConditionalAccessInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `descriptionInput`Optional + +```java +public java.lang.String getDescriptionInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `oidcInput`Optional + +```java +public java.lang.Object getOidcInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderOidc + +--- + +##### `servicePrincipalInput`Optional + +```java +public java.lang.String getServicePrincipalInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `conditionalAccess`Required + +```java +public java.lang.String getConditionalAccess(); +``` + +- *Type:* java.lang.String + +--- + +##### `description`Required + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `servicePrincipal`Required + +```java +public java.lang.String getServicePrincipal(); +``` + +- *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 + +### IamWorkloadIdentityProviderAws + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProviderAws; + +IamWorkloadIdentityProviderAws.builder() + .accountId(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| accountId | java.lang.String | The AWS Account ID that is allowed to exchange workload identities. | + +--- + +##### `accountId`Required + +```java +public java.lang.String getAccountId(); +``` + +- *Type:* java.lang.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.76.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + +--- + +### IamWorkloadIdentityProviderConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProviderConfig; + +IamWorkloadIdentityProviderConfig.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) + .conditionalAccess(java.lang.String) + .name(java.lang.String) + .servicePrincipal(java.lang.String) +// .aws(IamWorkloadIdentityProviderAws) +// .description(java.lang.String) +// .oidc(IamWorkloadIdentityProviderOidc) + .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.* | +| 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.76.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.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | + +--- + +##### `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 + +--- + +##### `conditionalAccess`Required + +```java +public java.lang.String getConditionalAccess(); +``` + +- *Type:* java.lang.String + +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.76.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.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.76.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + +--- + +##### `servicePrincipal`Required + +```java +public java.lang.String getServicePrincipal(); +``` + +- *Type:* java.lang.String + +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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + +--- + +##### `aws`Optional + +```java +public IamWorkloadIdentityProviderAws getAws(); +``` + +- *Type:* IamWorkloadIdentityProviderAws + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. + +--- + +##### `description`Optional + +```java +public java.lang.String getDescription(); +``` + +- *Type:* java.lang.String + +A description for the workload identity provider. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + +--- + +##### `oidc`Optional + +```java +public IamWorkloadIdentityProviderOidc getOidc(); +``` + +- *Type:* IamWorkloadIdentityProviderOidc + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. + +--- + +### IamWorkloadIdentityProviderOidc + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProviderOidc; + +IamWorkloadIdentityProviderOidc.builder() + .issuerUri(java.lang.String) +// .allowedAudiences(java.util.List) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| issuerUri | java.lang.String | The URL of the OIDC Issuer that is allowed to exchange workload identities. | +| allowedAudiences | java.util.List | allowed_audiences is the set of audiences set on the access token that are allowed to exchange identities. | + +--- + +##### `issuerUri`Required + +```java +public java.lang.String getIssuerUri(); +``` + +- *Type:* java.lang.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.76.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + +--- + +##### `allowedAudiences`Optional + +```java +public java.util.List getAllowedAudiences(); +``` + +- *Type:* java.util.List + +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.76.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} + +--- + +## Classes + +### IamWorkloadIdentityProviderAwsOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProviderAwsOutputReference; + +new IamWorkloadIdentityProviderAwsOutputReference(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.* | +| accountIdInput | java.lang.String | *No description.* | +| accountId | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderAws | *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 + +--- + +##### `accountIdInput`Optional + +```java +public java.lang.String getAccountIdInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `accountId`Required + +```java +public java.lang.String getAccountId(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderAws + +--- + + +### IamWorkloadIdentityProviderOidcOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.iam_workload_identity_provider.IamWorkloadIdentityProviderOidcOutputReference; + +new IamWorkloadIdentityProviderOidcOutputReference(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. | +| resetAllowedAudiences | *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. + +##### `resetAllowedAudiences` + +```java +public void resetAllowedAudiences() +``` + + +#### 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.* | +| allowedAudiencesInput | java.util.List | *No description.* | +| issuerUriInput | java.lang.String | *No description.* | +| allowedAudiences | java.util.List | *No description.* | +| issuerUri | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderOidc | *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 + +--- + +##### `allowedAudiencesInput`Optional + +```java +public java.util.List getAllowedAudiencesInput(); +``` + +- *Type:* java.util.List + +--- + +##### `issuerUriInput`Optional + +```java +public java.lang.String getIssuerUriInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `allowedAudiences`Required + +```java +public java.util.List getAllowedAudiences(); +``` + +- *Type:* java.util.List + +--- + +##### `issuerUri`Required + +```java +public java.lang.String getIssuerUri(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR IamWorkloadIdentityProviderOidc + +--- + + + diff --git a/docs/iamWorkloadIdentityProvider.python.md b/docs/iamWorkloadIdentityProvider.python.md new file mode 100644 index 000000000..bc731e48d --- /dev/null +++ b/docs/iamWorkloadIdentityProvider.python.md @@ -0,0 +1,1920 @@ +# `hcp_iam_workload_identity_provider` + +Refer to the Terraform Registory for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider). + +# `iamWorkloadIdentityProvider` Submodule + +## Constructs + +### IamWorkloadIdentityProvider + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider( + 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, + conditional_access: str, + name: str, + service_principal: str, + aws: IamWorkloadIdentityProviderAws = None, + description: str = None, + oidc: IamWorkloadIdentityProviderOidc = 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.* | +| 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.76.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.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | + +--- + +##### `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]] + +--- + +##### `conditional_access`Required + +- *Type:* str + +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.76.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + +--- + +##### `name`Required + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + +--- + +##### `service_principal`Required + +- *Type:* str + +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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + +--- + +##### `aws`Optional + +- *Type:* IamWorkloadIdentityProviderAws + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. + +--- + +##### `description`Optional + +- *Type:* str + +A description for the workload identity provider. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + +--- + +##### `oidc`Optional + +- *Type:* IamWorkloadIdentityProviderOidc + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. + +--- + +#### 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_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.* | +| import_from | *No description.* | +| interpolation_for_attribute | *No description.* | +| move_to | Moves this resource to the target resource given by moveTarget. | +| put_aws | *No description.* | +| put_oidc | *No description.* | +| reset_aws | *No description.* | +| reset_description | *No description.* | +| reset_oidc | *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_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 + +--- + +##### `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_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. + +--- + +##### `put_aws` + +```python +def put_aws( + account_id: str +) -> None +``` + +###### `account_id`Required + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + +--- + +##### `put_oidc` + +```python +def put_oidc( + issuer_uri: str, + allowed_audiences: typing.List[str] = None +) -> None +``` + +###### `issuer_uri`Required + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + +--- + +###### `allowed_audiences`Optional + +- *Type:* typing.List[str] + +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.76.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} + +--- + +##### `reset_aws` + +```python +def reset_aws() -> None +``` + +##### `reset_description` + +```python +def reset_description() -> None +``` + +##### `reset_oidc` + +```python +def reset_oidc() -> 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 IamWorkloadIdentityProvider resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.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 iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a IamWorkloadIdentityProvider 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 IamWorkloadIdentityProvider to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing IamWorkloadIdentityProvider that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#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 IamWorkloadIdentityProvider 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.* | +| aws | IamWorkloadIdentityProviderAwsOutputReference | *No description.* | +| oidc | IamWorkloadIdentityProviderOidcOutputReference | *No description.* | +| resource_id | str | *No description.* | +| resource_name | str | *No description.* | +| aws_input | typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderAws] | *No description.* | +| conditional_access_input | str | *No description.* | +| description_input | str | *No description.* | +| name_input | str | *No description.* | +| oidc_input | typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderOidc] | *No description.* | +| service_principal_input | str | *No description.* | +| conditional_access | str | *No description.* | +| description | str | *No description.* | +| name | str | *No description.* | +| service_principal | 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]] + +--- + +##### `aws`Required + +```python +aws: IamWorkloadIdentityProviderAwsOutputReference +``` + +- *Type:* IamWorkloadIdentityProviderAwsOutputReference + +--- + +##### `oidc`Required + +```python +oidc: IamWorkloadIdentityProviderOidcOutputReference +``` + +- *Type:* IamWorkloadIdentityProviderOidcOutputReference + +--- + +##### `resource_id`Required + +```python +resource_id: str +``` + +- *Type:* str + +--- + +##### `resource_name`Required + +```python +resource_name: str +``` + +- *Type:* str + +--- + +##### `aws_input`Optional + +```python +aws_input: typing.Union[IResolvable, IamWorkloadIdentityProviderAws] +``` + +- *Type:* typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderAws] + +--- + +##### `conditional_access_input`Optional + +```python +conditional_access_input: str +``` + +- *Type:* str + +--- + +##### `description_input`Optional + +```python +description_input: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `oidc_input`Optional + +```python +oidc_input: typing.Union[IResolvable, IamWorkloadIdentityProviderOidc] +``` + +- *Type:* typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderOidc] + +--- + +##### `service_principal_input`Optional + +```python +service_principal_input: str +``` + +- *Type:* str + +--- + +##### `conditional_access`Required + +```python +conditional_access: str +``` + +- *Type:* str + +--- + +##### `description`Required + +```python +description: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `service_principal`Required + +```python +service_principal: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### IamWorkloadIdentityProviderAws + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProviderAws( + account_id: str +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| account_id | str | The AWS Account ID that is allowed to exchange workload identities. | + +--- + +##### `account_id`Required + +```python +account_id: str +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + +--- + +### IamWorkloadIdentityProviderConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProviderConfig( + 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, + conditional_access: str, + name: str, + service_principal: str, + aws: IamWorkloadIdentityProviderAws = None, + description: str = None, + oidc: IamWorkloadIdentityProviderOidc = 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.* | +| 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.76.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.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | + +--- + +##### `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]] + +--- + +##### `conditional_access`Required + +```python +conditional_access: str +``` + +- *Type:* str + +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.76.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + +--- + +##### `service_principal`Required + +```python +service_principal: str +``` + +- *Type:* str + +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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + +--- + +##### `aws`Optional + +```python +aws: IamWorkloadIdentityProviderAws +``` + +- *Type:* IamWorkloadIdentityProviderAws + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. + +--- + +##### `description`Optional + +```python +description: str +``` + +- *Type:* str + +A description for the workload identity provider. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + +--- + +##### `oidc`Optional + +```python +oidc: IamWorkloadIdentityProviderOidc +``` + +- *Type:* IamWorkloadIdentityProviderOidc + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. + +--- + +### IamWorkloadIdentityProviderOidc + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProviderOidc( + issuer_uri: str, + allowed_audiences: typing.List[str] = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| issuer_uri | str | The URL of the OIDC Issuer that is allowed to exchange workload identities. | +| allowed_audiences | typing.List[str] | allowed_audiences is the set of audiences set on the access token that are allowed to exchange identities. | + +--- + +##### `issuer_uri`Required + +```python +issuer_uri: str +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + +--- + +##### `allowed_audiences`Optional + +```python +allowed_audiences: typing.List[str] +``` + +- *Type:* typing.List[str] + +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.76.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} + +--- + +## Classes + +### IamWorkloadIdentityProviderAwsOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProviderAwsOutputReference( + 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.* | +| account_id_input | str | *No description.* | +| account_id | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderAws] | *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 + +--- + +##### `account_id_input`Optional + +```python +account_id_input: str +``` + +- *Type:* str + +--- + +##### `account_id`Required + +```python +account_id: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, IamWorkloadIdentityProviderAws] +``` + +- *Type:* typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderAws] + +--- + + +### IamWorkloadIdentityProviderOidcOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import iam_workload_identity_provider + +iamWorkloadIdentityProvider.IamWorkloadIdentityProviderOidcOutputReference( + 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_allowed_audiences | *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_allowed_audiences` + +```python +def reset_allowed_audiences() -> 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.* | +| allowed_audiences_input | typing.List[str] | *No description.* | +| issuer_uri_input | str | *No description.* | +| allowed_audiences | typing.List[str] | *No description.* | +| issuer_uri | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderOidc] | *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 + +--- + +##### `allowed_audiences_input`Optional + +```python +allowed_audiences_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `issuer_uri_input`Optional + +```python +issuer_uri_input: str +``` + +- *Type:* str + +--- + +##### `allowed_audiences`Required + +```python +allowed_audiences: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `issuer_uri`Required + +```python +issuer_uri: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, IamWorkloadIdentityProviderOidc] +``` + +- *Type:* typing.Union[cdktf.IResolvable, IamWorkloadIdentityProviderOidc] + +--- + + + diff --git a/docs/iamWorkloadIdentityProvider.typescript.md b/docs/iamWorkloadIdentityProvider.typescript.md new file mode 100644 index 000000000..4f0bfe4e4 --- /dev/null +++ b/docs/iamWorkloadIdentityProvider.typescript.md @@ -0,0 +1,1658 @@ +# `hcp_iam_workload_identity_provider` + +Refer to the Terraform Registory for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider). + +# `iamWorkloadIdentityProvider` Submodule + +## Constructs + +### IamWorkloadIdentityProvider + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}. + +#### Initializers + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +new iamWorkloadIdentityProvider.IamWorkloadIdentityProvider(scope: Construct, id: string, config: IamWorkloadIdentityProviderConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | IamWorkloadIdentityProviderConfig | *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:* IamWorkloadIdentityProviderConfig + +--- + +#### 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. | +| 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.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| putAws | *No description.* | +| putOidc | *No description.* | +| resetAws | *No description.* | +| resetDescription | *No description.* | +| resetOidc | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `putAws` + +```typescript +public putAws(value: IamWorkloadIdentityProviderAws): void +``` + +###### `value`Required + +- *Type:* IamWorkloadIdentityProviderAws + +--- + +##### `putOidc` + +```typescript +public putOidc(value: IamWorkloadIdentityProviderOidc): void +``` + +###### `value`Required + +- *Type:* IamWorkloadIdentityProviderOidc + +--- + +##### `resetAws` + +```typescript +public resetAws(): void +``` + +##### `resetDescription` + +```typescript +public resetDescription(): void +``` + +##### `resetOidc` + +```typescript +public resetOidc(): 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 IamWorkloadIdentityProvider resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.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 { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +iamWorkloadIdentityProvider.IamWorkloadIdentityProvider.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a IamWorkloadIdentityProvider 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 IamWorkloadIdentityProvider to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing IamWorkloadIdentityProvider that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#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 IamWorkloadIdentityProvider 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.* | +| aws | IamWorkloadIdentityProviderAwsOutputReference | *No description.* | +| oidc | IamWorkloadIdentityProviderOidcOutputReference | *No description.* | +| resourceId | string | *No description.* | +| resourceName | string | *No description.* | +| awsInput | cdktf.IResolvable \| IamWorkloadIdentityProviderAws | *No description.* | +| conditionalAccessInput | string | *No description.* | +| descriptionInput | string | *No description.* | +| nameInput | string | *No description.* | +| oidcInput | cdktf.IResolvable \| IamWorkloadIdentityProviderOidc | *No description.* | +| servicePrincipalInput | string | *No description.* | +| conditionalAccess | string | *No description.* | +| description | string | *No description.* | +| name | string | *No description.* | +| servicePrincipal | 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[] + +--- + +##### `aws`Required + +```typescript +public readonly aws: IamWorkloadIdentityProviderAwsOutputReference; +``` + +- *Type:* IamWorkloadIdentityProviderAwsOutputReference + +--- + +##### `oidc`Required + +```typescript +public readonly oidc: IamWorkloadIdentityProviderOidcOutputReference; +``` + +- *Type:* IamWorkloadIdentityProviderOidcOutputReference + +--- + +##### `resourceId`Required + +```typescript +public readonly resourceId: string; +``` + +- *Type:* string + +--- + +##### `resourceName`Required + +```typescript +public readonly resourceName: string; +``` + +- *Type:* string + +--- + +##### `awsInput`Optional + +```typescript +public readonly awsInput: IResolvable | IamWorkloadIdentityProviderAws; +``` + +- *Type:* cdktf.IResolvable | IamWorkloadIdentityProviderAws + +--- + +##### `conditionalAccessInput`Optional + +```typescript +public readonly conditionalAccessInput: string; +``` + +- *Type:* string + +--- + +##### `descriptionInput`Optional + +```typescript +public readonly descriptionInput: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `oidcInput`Optional + +```typescript +public readonly oidcInput: IResolvable | IamWorkloadIdentityProviderOidc; +``` + +- *Type:* cdktf.IResolvable | IamWorkloadIdentityProviderOidc + +--- + +##### `servicePrincipalInput`Optional + +```typescript +public readonly servicePrincipalInput: string; +``` + +- *Type:* string + +--- + +##### `conditionalAccess`Required + +```typescript +public readonly conditionalAccess: string; +``` + +- *Type:* string + +--- + +##### `description`Required + +```typescript +public readonly description: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `servicePrincipal`Required + +```typescript +public readonly servicePrincipal: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### IamWorkloadIdentityProviderAws + +#### Initializer + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +const iamWorkloadIdentityProviderAws: iamWorkloadIdentityProvider.IamWorkloadIdentityProviderAws = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| accountId | string | The AWS Account ID that is allowed to exchange workload identities. | + +--- + +##### `accountId`Required + +```typescript +public readonly accountId: string; +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + +--- + +### IamWorkloadIdentityProviderConfig + +#### Initializer + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +const iamWorkloadIdentityProviderConfig: iamWorkloadIdentityProvider.IamWorkloadIdentityProviderConfig = { ... } +``` + +#### 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.* | +| 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.76.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.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. | + +--- + +##### `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[] + +--- + +##### `conditionalAccess`Required + +```typescript +public readonly conditionalAccess: string; +``` + +- *Type:* string + +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.76.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access} + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name} + +--- + +##### `servicePrincipal`Required + +```typescript +public readonly servicePrincipal: string; +``` + +- *Type:* string + +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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + +--- + +##### `aws`Optional + +```typescript +public readonly aws: IamWorkloadIdentityProviderAws; +``` + +- *Type:* IamWorkloadIdentityProviderAws + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. + +--- + +##### `description`Optional + +```typescript +public readonly description: string; +``` + +- *Type:* string + +A description for the workload identity provider. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description} + +--- + +##### `oidc`Optional + +```typescript +public readonly oidc: IamWorkloadIdentityProviderOidc; +``` + +- *Type:* IamWorkloadIdentityProviderOidc + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. + +--- + +### IamWorkloadIdentityProviderOidc + +#### Initializer + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +const iamWorkloadIdentityProviderOidc: iamWorkloadIdentityProvider.IamWorkloadIdentityProviderOidc = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| issuerUri | string | The URL of the OIDC Issuer that is allowed to exchange workload identities. | +| allowedAudiences | string[] | allowed_audiences is the set of audiences set on the access token that are allowed to exchange identities. | + +--- + +##### `issuerUri`Required + +```typescript +public readonly issuerUri: string; +``` + +- *Type:* 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.76.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + +--- + +##### `allowedAudiences`Optional + +```typescript +public readonly allowedAudiences: string[]; +``` + +- *Type:* string[] + +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.76.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences} + +--- + +## Classes + +### IamWorkloadIdentityProviderAwsOutputReference + +#### Initializers + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +new iamWorkloadIdentityProvider.IamWorkloadIdentityProviderAwsOutputReference(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.* | +| accountIdInput | string | *No description.* | +| accountId | string | *No description.* | +| internalValue | cdktf.IResolvable \| IamWorkloadIdentityProviderAws | *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 + +--- + +##### `accountIdInput`Optional + +```typescript +public readonly accountIdInput: string; +``` + +- *Type:* string + +--- + +##### `accountId`Required + +```typescript +public readonly accountId: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | IamWorkloadIdentityProviderAws; +``` + +- *Type:* cdktf.IResolvable | IamWorkloadIdentityProviderAws + +--- + + +### IamWorkloadIdentityProviderOidcOutputReference + +#### Initializers + +```typescript +import { iamWorkloadIdentityProvider } from '@cdktf/provider-hcp' + +new iamWorkloadIdentityProvider.IamWorkloadIdentityProviderOidcOutputReference(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. | +| resetAllowedAudiences | *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. + +##### `resetAllowedAudiences` + +```typescript +public resetAllowedAudiences(): 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.* | +| allowedAudiencesInput | string[] | *No description.* | +| issuerUriInput | string | *No description.* | +| allowedAudiences | string[] | *No description.* | +| issuerUri | string | *No description.* | +| internalValue | cdktf.IResolvable \| IamWorkloadIdentityProviderOidc | *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 + +--- + +##### `allowedAudiencesInput`Optional + +```typescript +public readonly allowedAudiencesInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `issuerUriInput`Optional + +```typescript +public readonly issuerUriInput: string; +``` + +- *Type:* string + +--- + +##### `allowedAudiences`Required + +```typescript +public readonly allowedAudiences: string[]; +``` + +- *Type:* string[] + +--- + +##### `issuerUri`Required + +```typescript +public readonly issuerUri: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | IamWorkloadIdentityProviderOidc; +``` + +- *Type:* cdktf.IResolvable | IamWorkloadIdentityProviderOidc + +--- + + + diff --git a/docs/packerChannel.csharp.md b/docs/packerChannel.csharp.md index 40558813e..78f04e4bd 100644 --- a/docs/packerChannel.csharp.md +++ b/docs/packerChannel.csharp.md @@ -1,6 +1,6 @@ # `hcp_packer_channel` -Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel). +Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel). # `packerChannel` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -462,7 +462,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.73.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.76.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ new PackerChannelConfig { | Provisioners | object[] | *No description.* | | BucketName | string | The slug 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.73.0/docs/resources/packer_channel#id PackerChannel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -968,7 +968,7 @@ public string BucketName { get; set; } The slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -982,7 +982,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.73.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -994,7 +994,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1014,7 +1014,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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1030,7 +1030,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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1044,7 +1044,7 @@ public PackerChannelTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1067,10 +1067,10 @@ new PackerChannelTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#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.73.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#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.73.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#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.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#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.73.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannel.go.md b/docs/packerChannel.go.md index eced20a71..235d71ff4 100644 --- a/docs/packerChannel.go.md +++ b/docs/packerChannel.go.md @@ -1,6 +1,6 @@ # `hcp_packer_channel` -Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel). +Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel). # `packerChannel` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.NewPackerChannel(scope Construct, id *string, config PackerChannelConfig) PackerChannel ``` @@ -373,7 +373,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsConstruct(x interface{}) *bool ``` @@ -405,7 +405,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool ``` @@ -419,7 +419,7 @@ packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsTerraformResource(x interface{}) *bool ``` @@ -433,7 +433,7 @@ packerchannel.PackerChannel_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -462,7 +462,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.73.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.76.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" &packerchannel.PackerChannelConfig { Connection: interface{}, @@ -864,7 +864,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" Id: *string, ProjectId: *string, Restricted: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.packerChannel.PackerChannelTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannel.PackerChannelTimeouts, } ``` @@ -881,7 +881,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" | Provisioners | *[]interface{} | *No description.* | | BucketName | *string | The slug 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.73.0/docs/resources/packer_channel#id PackerChannel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -968,7 +968,7 @@ BucketName *string The slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -982,7 +982,7 @@ Name *string The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -994,7 +994,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1014,7 +1014,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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1030,7 +1030,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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1044,7 +1044,7 @@ Timeouts PackerChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -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/v8/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" &packerchannel.PackerChannelTimeouts { Create: *string, @@ -1067,10 +1067,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1082,7 +1082,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1094,7 +1094,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1106,7 +1106,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1118,7 +1118,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#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/v8/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 868ab32a1..a907353fb 100644 --- a/docs/packerChannel.java.md +++ b/docs/packerChannel.java.md @@ -1,6 +1,6 @@ # `hcp_packer_channel` -Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel). +Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel). # `packerChannel` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -50,7 +50,7 @@ PackerChannel.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The slug 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.73.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.76.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. | @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope The slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -133,7 +133,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.73.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -141,7 +141,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.73.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -157,7 +157,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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -169,7 +169,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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -179,7 +179,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.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -597,7 +597,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.73.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.76.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -1021,7 +1021,7 @@ PackerChannelConfig.builder() | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The slug 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.73.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.76.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. | @@ -1108,7 +1108,7 @@ public java.lang.String getBucketName(); The slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -1122,7 +1122,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.73.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -1134,7 +1134,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1154,7 +1154,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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1170,7 +1170,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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1184,7 +1184,7 @@ public PackerChannelTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1207,10 +1207,10 @@ PackerChannelTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.73.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.76.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.76.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.76.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.76.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1222,7 +1222,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1234,7 +1234,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1246,7 +1246,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1258,7 +1258,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannel.python.md b/docs/packerChannel.python.md index f5d10e866..0c5781f7b 100644 --- a/docs/packerChannel.python.md +++ b/docs/packerChannel.python.md @@ -1,6 +1,6 @@ # `hcp_packer_channel` -Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel). +Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel). # `packerChannel` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -47,7 +47,7 @@ packerChannel.PackerChannel( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The slug 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.73.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -130,7 +130,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.73.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -138,7 +138,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.73.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -154,7 +154,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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -166,7 +166,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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -176,7 +176,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.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -501,7 +501,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -509,7 +509,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.73.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -517,7 +517,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.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -525,7 +525,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.73.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. --- @@ -667,7 +667,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.73.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.76.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -1086,7 +1086,7 @@ packerChannel.PackerChannelConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | bucket_name | str | The slug 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.73.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1173,7 +1173,7 @@ bucket_name: str The slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -1187,7 +1187,7 @@ name: str The name of the channel being managed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -1199,7 +1199,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1219,7 +1219,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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1235,7 +1235,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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1249,7 +1249,7 @@ timeouts: PackerChannelTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1272,10 +1272,10 @@ packerChannel.PackerChannelTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1287,7 +1287,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1299,7 +1299,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1311,7 +1311,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1323,7 +1323,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannel.typescript.md b/docs/packerChannel.typescript.md index 884384987..3793f292e 100644 --- a/docs/packerChannel.typescript.md +++ b/docs/packerChannel.typescript.md @@ -1,6 +1,6 @@ # `hcp_packer_channel` -Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel). +Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel). # `packerChannel` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist ### PackerChannel -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel hcp_packer_channel}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel hcp_packer_channel}. #### Initializers @@ -462,7 +462,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.73.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.76.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use --- @@ -867,7 +867,7 @@ const packerChannelConfig: packerChannel.PackerChannelConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | bucketName | string | The slug 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.73.0/docs/resources/packer_channel#id PackerChannel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -954,7 +954,7 @@ public readonly bucketName: string; The slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} --- @@ -968,7 +968,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.73.0/docs/resources/packer_channel#name PackerChannel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#name PackerChannel#name} --- @@ -980,7 +980,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#id PackerChannel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1000,7 +1000,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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#project_id PackerChannel#project_id} --- @@ -1016,7 +1016,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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#restricted PackerChannel#restricted} --- @@ -1030,7 +1030,7 @@ public readonly timeouts: PackerChannelTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} --- @@ -1048,10 +1048,10 @@ const packerChannelTimeouts: packerChannel.PackerChannelTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. | --- @@ -1063,7 +1063,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#create PackerChannel#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create}. --- @@ -1075,7 +1075,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default}. --- @@ -1087,7 +1087,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete}. --- @@ -1099,7 +1099,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update}. --- diff --git a/docs/packerChannelAssignment.csharp.md b/docs/packerChannelAssignment.csharp.md index c8c7669ef..8b92d6208 100644 --- a/docs/packerChannelAssignment.csharp.md +++ b/docs/packerChannelAssignment.csharp.md @@ -1,6 +1,6 @@ # `hcp_packer_channel_assignment` -Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment). +Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment). # `packerChannelAssignment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -476,7 +476,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.73.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.76.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -897,7 +897,7 @@ new PackerChannelAssignmentConfig { | Provisioners | object[] | *No description.* | | BucketName | string | The slug of the HCP Packer Registry 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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | IterationFingerprint | string | The fingerprint of the iteration assigned to the channel. | | IterationId | string | The ID of the iteration assigned to the channel. | | IterationVersion | double | The incremental version of the iteration assigned to the channel. | @@ -986,7 +986,7 @@ public string BucketName { get; set; } The slug of the HCP Packer Registry bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -1000,7 +1000,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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -1012,7 +1012,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1029,7 +1029,7 @@ public string IterationFingerprint { get; set; } The fingerprint of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} --- @@ -1043,7 +1043,7 @@ public string IterationId { get; set; } The ID of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} --- @@ -1057,7 +1057,7 @@ public double IterationVersion { get; set; } The incremental version of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} --- @@ -1074,7 +1074,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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1088,7 +1088,7 @@ public PackerChannelAssignmentTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1111,10 +1111,10 @@ new PackerChannelAssignmentTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1126,7 +1126,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1138,7 +1138,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1150,7 +1150,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1162,7 +1162,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerChannelAssignment.go.md b/docs/packerChannelAssignment.go.md index c29c21ef8..84d328d6f 100644 --- a/docs/packerChannelAssignment.go.md +++ b/docs/packerChannelAssignment.go.md @@ -1,6 +1,6 @@ # `hcp_packer_channel_assignment` -Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment). +Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment). # `packerChannelAssignment` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.NewPackerChannelAssignment(scope Construct, id *string, config PackerChannelAssignmentConfig) PackerChannelAssignment ``` @@ -387,7 +387,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsConstruct(x interface{}) *bool ``` @@ -419,7 +419,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsTerraformElement(x interface{}) *bool ``` @@ -433,7 +433,7 @@ packerchannelassignment.PackerChannelAssignment_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsTerraformResource(x interface{}) *bool ``` @@ -447,7 +447,7 @@ packerchannelassignment.PackerChannelAssignment_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -476,7 +476,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.73.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.76.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -863,7 +863,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" &packerchannelassignment.PackerChannelAssignmentConfig { Connection: interface{}, @@ -880,7 +880,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" IterationId: *string, IterationVersion: *f64, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.packerChannelAssignment.PackerChannelAssignmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannelAssignment.PackerChannelAssignmentTimeouts, } ``` @@ -897,7 +897,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" | Provisioners | *[]interface{} | *No description.* | | BucketName | *string | The slug of the HCP Packer Registry 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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | IterationFingerprint | *string | The fingerprint of the iteration assigned to the channel. | | IterationId | *string | The ID of the iteration assigned to the channel. | | IterationVersion | *f64 | The incremental version of the iteration assigned to the channel. | @@ -986,7 +986,7 @@ BucketName *string The slug of the HCP Packer Registry bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -1000,7 +1000,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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -1012,7 +1012,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1029,7 +1029,7 @@ IterationFingerprint *string The fingerprint of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} --- @@ -1043,7 +1043,7 @@ IterationId *string The ID of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} --- @@ -1057,7 +1057,7 @@ IterationVersion *f64 The incremental version of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} --- @@ -1074,7 +1074,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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1088,7 +1088,7 @@ Timeouts PackerChannelAssignmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1097,7 +1097,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" &packerchannelassignment.PackerChannelAssignmentTimeouts { Create: *string, @@ -1111,10 +1111,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1126,7 +1126,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1138,7 +1138,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1150,7 +1150,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1162,7 +1162,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- @@ -1173,7 +1173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 dc7fb16ee..13eb87c5d 100644 --- a/docs/packerChannelAssignment.java.md +++ b/docs/packerChannelAssignment.java.md @@ -1,6 +1,6 @@ # `hcp_packer_channel_assignment` -Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment). +Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment). # `packerChannelAssignment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -51,7 +51,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 Registry 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.73.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.76.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | iterationFingerprint | java.lang.String | The fingerprint of the iteration assigned to the channel. | | iterationId | java.lang.String | The ID of the iteration assigned to the channel. | | iterationVersion | java.lang.Number | The incremental version of the iteration assigned to the channel. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer Registry bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -136,7 +136,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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -144,7 +144,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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The fingerprint of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The incremental version of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} --- @@ -190,7 +190,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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#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.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -632,7 +632,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.73.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.76.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ PackerChannelAssignmentConfig.builder() | provisioners | java.util.List | *No description.* | | bucketName | java.lang.String | The slug of the HCP Packer Registry 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.73.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.76.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | iterationFingerprint | java.lang.String | The fingerprint of the iteration assigned to the channel. | | iterationId | java.lang.String | The ID of the iteration assigned to the channel. | | iterationVersion | java.lang.Number | The incremental version of the iteration assigned to the channel. | @@ -1146,7 +1146,7 @@ public java.lang.String getBucketName(); The slug of the HCP Packer Registry bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -1160,7 +1160,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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -1172,7 +1172,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1189,7 +1189,7 @@ public java.lang.String getIterationFingerprint(); The fingerprint of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} --- @@ -1203,7 +1203,7 @@ public java.lang.String getIterationId(); The ID of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} --- @@ -1217,7 +1217,7 @@ public java.lang.Number getIterationVersion(); The incremental version of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} --- @@ -1234,7 +1234,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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1248,7 +1248,7 @@ public PackerChannelAssignmentTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1271,10 +1271,10 @@ PackerChannelAssignmentTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.73.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.76.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.76.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.76.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.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1286,7 +1286,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1298,7 +1298,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1310,7 +1310,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1322,7 +1322,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerChannelAssignment.python.md b/docs/packerChannelAssignment.python.md index 20673407f..f3ebf4013 100644 --- a/docs/packerChannelAssignment.python.md +++ b/docs/packerChannelAssignment.python.md @@ -1,6 +1,6 @@ # `hcp_packer_channel_assignment` -Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment). +Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment). # `packerChannelAssignment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -49,7 +49,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 Registry 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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | iteration_fingerprint | str | The fingerprint of the iteration assigned to the channel. | | iteration_id | str | The ID of the iteration assigned to the channel. | | iteration_version | typing.Union[int, float] | The incremental version of the iteration assigned to the channel. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The slug of the HCP Packer Registry bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -134,7 +134,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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -142,7 +142,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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t The fingerprint of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The ID of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The incremental version of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} --- @@ -188,7 +188,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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#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.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -525,7 +525,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -533,7 +533,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.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -541,7 +541,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.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -549,7 +549,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.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- @@ -703,7 +703,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.73.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.76.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1124,7 +1124,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 Registry 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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | iteration_fingerprint | str | The fingerprint of the iteration assigned to the channel. | | iteration_id | str | The ID of the iteration assigned to the channel. | | iteration_version | typing.Union[int, float] | The incremental version of the iteration assigned to the channel. | @@ -1213,7 +1213,7 @@ bucket_name: str The slug of the HCP Packer Registry bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -1227,7 +1227,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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -1239,7 +1239,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1256,7 +1256,7 @@ iteration_fingerprint: str The fingerprint of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} --- @@ -1270,7 +1270,7 @@ iteration_id: str The ID of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} --- @@ -1284,7 +1284,7 @@ iteration_version: typing.Union[int, float] The incremental version of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} --- @@ -1301,7 +1301,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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1315,7 +1315,7 @@ timeouts: PackerChannelAssignmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1338,10 +1338,10 @@ packerChannelAssignment.PackerChannelAssignmentTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1353,7 +1353,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1365,7 +1365,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1377,7 +1377,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1389,7 +1389,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerChannelAssignment.typescript.md b/docs/packerChannelAssignment.typescript.md index 0604fe247..0c141ec3b 100644 --- a/docs/packerChannelAssignment.typescript.md +++ b/docs/packerChannelAssignment.typescript.md @@ -1,6 +1,6 @@ # `hcp_packer_channel_assignment` -Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment). +Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment). # `packerChannelAssignment` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt ### PackerChannelAssignment -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}. #### Initializers @@ -476,7 +476,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.73.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.76.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ const packerChannelAssignmentConfig: packerChannelAssignment.PackerChannelAssign | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | bucketName | string | The slug of the HCP Packer Registry 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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. | | iterationFingerprint | string | The fingerprint of the iteration assigned to the channel. | | iterationId | string | The ID of the iteration assigned to the channel. | | iterationVersion | number | The incremental version of the iteration assigned to the channel. | @@ -970,7 +970,7 @@ public readonly bucketName: string; The slug of the HCP Packer Registry bucket where the channel is located. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} --- @@ -984,7 +984,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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} --- @@ -996,7 +996,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1013,7 +1013,7 @@ public readonly iterationFingerprint: string; The fingerprint of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} --- @@ -1027,7 +1027,7 @@ public readonly iterationId: string; The ID of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} --- @@ -1041,7 +1041,7 @@ public readonly iterationVersion: number; The incremental version of the iteration assigned to the channel. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} --- @@ -1058,7 +1058,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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} --- @@ -1072,7 +1072,7 @@ public readonly timeouts: PackerChannelAssignmentTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} --- @@ -1090,10 +1090,10 @@ const packerChannelAssignmentTimeouts: packerChannelAssignment.PackerChannelAssi | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. | --- @@ -1105,7 +1105,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. --- @@ -1117,7 +1117,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. --- @@ -1129,7 +1129,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. --- @@ -1141,7 +1141,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. --- diff --git a/docs/packerRunTask.csharp.md b/docs/packerRunTask.csharp.md index aa511d2b4..8e7cabcdd 100644 --- a/docs/packerRunTask.csharp.md +++ b/docs/packerRunTask.csharp.md @@ -1,6 +1,6 @@ # `hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task). +Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task). # `packerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -462,7 +462,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.73.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.76.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,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.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -896,7 +896,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -916,7 +916,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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -932,7 +932,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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -946,7 +946,7 @@ public PackerRunTaskTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -969,10 +969,10 @@ new PackerRunTaskTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -984,7 +984,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -996,7 +996,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1008,7 +1008,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1020,7 +1020,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/packerRunTask.go.md b/docs/packerRunTask.go.md index 0dbf5078f..926ca3a0b 100644 --- a/docs/packerRunTask.go.md +++ b/docs/packerRunTask.go.md @@ -1,6 +1,6 @@ # `hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task). +Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task). # `packerRunTask` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.NewPackerRunTask(scope Construct, id *string, config PackerRunTaskConfig) PackerRunTask ``` @@ -373,7 +373,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -405,7 +405,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_IsTerraformElement(x interface{}) *bool ``` @@ -419,7 +419,7 @@ packerruntask.PackerRunTask_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_IsTerraformResource(x interface{}) *bool ``` @@ -433,7 +433,7 @@ packerruntask.PackerRunTask_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -462,7 +462,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.73.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.76.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -783,7 +783,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" &packerruntask.PackerRunTaskConfig { Connection: interface{}, @@ -796,7 +796,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" Id: *string, ProjectId: *string, RegenerateHmac: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.packerRunTask.PackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerRunTask.PackerRunTaskTimeouts, } ``` @@ -811,7 +811,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -896,7 +896,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -916,7 +916,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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -932,7 +932,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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -946,7 +946,7 @@ Timeouts PackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -955,7 +955,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" &packerruntask.PackerRunTaskTimeouts { Create: *string, @@ -969,10 +969,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -984,7 +984,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -996,7 +996,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1008,7 +1008,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1020,7 +1020,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- @@ -1031,7 +1031,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 77ef1d582..bc19333de 100644 --- a/docs/packerRunTask.java.md +++ b/docs/packerRunTask.java.md @@ -1,6 +1,6 @@ # `hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task). +Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task). # `packerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -46,7 +46,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.73.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.76.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. | @@ -117,7 +117,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.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -133,7 +133,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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -145,7 +145,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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -155,7 +155,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.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -573,7 +573,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.73.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.76.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,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.73.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.76.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. | @@ -1012,7 +1012,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1032,7 +1032,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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -1048,7 +1048,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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -1062,7 +1062,7 @@ public PackerRunTaskTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -1085,10 +1085,10 @@ PackerRunTaskTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.73.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.76.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.76.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.76.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.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -1100,7 +1100,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -1112,7 +1112,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1124,7 +1124,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1136,7 +1136,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/packerRunTask.python.md b/docs/packerRunTask.python.md index e22a50469..c122bd837 100644 --- a/docs/packerRunTask.python.md +++ b/docs/packerRunTask.python.md @@ -1,6 +1,6 @@ # `hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task). +Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task). # `packerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -43,7 +43,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.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -114,7 +114,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.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -130,7 +130,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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -142,7 +142,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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -152,7 +152,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.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -477,7 +477,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -485,7 +485,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.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -493,7 +493,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.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -501,7 +501,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.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- @@ -643,7 +643,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.73.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.76.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,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.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1077,7 +1077,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1097,7 +1097,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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -1113,7 +1113,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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -1127,7 +1127,7 @@ timeouts: PackerRunTaskTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -1150,10 +1150,10 @@ packerRunTask.PackerRunTaskTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -1165,7 +1165,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -1177,7 +1177,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -1189,7 +1189,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1201,7 +1201,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/packerRunTask.typescript.md b/docs/packerRunTask.typescript.md index 49e260940..47e57677a 100644 --- a/docs/packerRunTask.typescript.md +++ b/docs/packerRunTask.typescript.md @@ -1,6 +1,6 @@ # `hcp_packer_run_task` -Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task). +Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task). # `packerRunTask` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis ### PackerRunTask -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task hcp_packer_run_task}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task hcp_packer_run_task}. #### Initializers @@ -462,7 +462,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.73.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.76.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,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.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -884,7 +884,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#id PackerRunTask#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -904,7 +904,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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} --- @@ -920,7 +920,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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} --- @@ -934,7 +934,7 @@ public readonly timeouts: PackerRunTaskTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} --- @@ -952,10 +952,10 @@ const packerRunTaskTimeouts: packerRunTask.PackerRunTaskTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. | --- @@ -967,7 +967,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#create PackerRunTask#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#create PackerRunTask#create}. --- @@ -979,7 +979,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#default PackerRunTask#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#default PackerRunTask#default}. --- @@ -991,7 +991,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. --- @@ -1003,7 +1003,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task#update PackerRunTask#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update}. --- diff --git a/docs/project.csharp.md b/docs/project.csharp.md index 766e5ff63..7d738b09e 100644 --- a/docs/project.csharp.md +++ b/docs/project.csharp.md @@ -1,6 +1,6 @@ # `hcp_project` -Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project). +Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project). # `project` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terr ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project hcp_project}. #### Initializers @@ -428,7 +428,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.73.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.76.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ public string Name { get; set; } The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} --- @@ -819,7 +819,7 @@ public string Description { get; set; } The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.go.md b/docs/project.go.md index b2ea4c548..18d53b1b6 100644 --- a/docs/project.go.md +++ b/docs/project.go.md @@ -1,6 +1,6 @@ # `hcp_project` -Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project). +Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project). # `project` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terr ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project hcp_project}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.NewProject(scope Construct, id *string, config ProjectConfig) Project ``` @@ -339,7 +339,7 @@ func ResetDescription() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsConstruct(x interface{}) *bool ``` @@ -371,7 +371,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsTerraformElement(x interface{}) *bool ``` @@ -385,7 +385,7 @@ project.Project_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsTerraformResource(x interface{}) *bool ``` @@ -399,7 +399,7 @@ project.Project_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -428,7 +428,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.73.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.76.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -694,7 +694,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" &project.ProjectConfig { Connection: interface{}, @@ -805,7 +805,7 @@ Name *string The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} --- @@ -819,7 +819,7 @@ Description *string The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.java.md b/docs/project.java.md index 8b0081b02..86d424b55 100644 --- a/docs/project.java.md +++ b/docs/project.java.md @@ -1,6 +1,6 @@ # `hcp_project` -Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project). +Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project). # `project` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terr ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project hcp_project}. #### Initializers @@ -114,7 +114,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.73.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} --- @@ -124,7 +124,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.73.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#description Project#description} --- @@ -508,7 +508,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.73.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.76.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ public java.lang.String getName(); The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} --- @@ -903,7 +903,7 @@ public java.lang.String getDescription(); The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.python.md b/docs/project.python.md index 41601b77a..c28eb9131 100644 --- a/docs/project.python.md +++ b/docs/project.python.md @@ -1,6 +1,6 @@ # `hcp_project` -Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project). +Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project). # `project` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terr ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project hcp_project}. #### Initializers @@ -112,7 +112,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.73.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} --- @@ -122,7 +122,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.73.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#description Project#description} --- @@ -548,7 +548,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.73.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.76.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -925,7 +925,7 @@ name: str The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} --- @@ -939,7 +939,7 @@ description: str The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#description Project#description} --- diff --git a/docs/project.typescript.md b/docs/project.typescript.md index fd5d7f7f4..52505aef0 100644 --- a/docs/project.typescript.md +++ b/docs/project.typescript.md @@ -1,6 +1,6 @@ # `hcp_project` -Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project). +Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project). # `project` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terr ### Project -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project hcp_project}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project hcp_project}. #### Initializers @@ -428,7 +428,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.73.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.76.0/docs/resources/project#import import section} in the documentation of this resource for the id to use --- @@ -795,7 +795,7 @@ public readonly name: string; The project's name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#name Project#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} --- @@ -809,7 +809,7 @@ public readonly description: string; The project's description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project#description Project#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#description Project#description} --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index 733f74329..3330cb21f 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs). +Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs hcp}. #### Initializers @@ -258,7 +258,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.73.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.76.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -511,7 +511,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#alias HcpProvider#alias} --- @@ -525,7 +525,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.73.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_id HcpProvider#client_id} --- @@ -539,7 +539,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.73.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} --- @@ -553,7 +553,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.73.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#project_id HcpProvider#project_id} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 38ee41346..3af190b20 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs). +Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs). # `provider` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs hcp}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.NewHcpProvider(scope Construct, id *string, config HcpProviderConfig) HcpProvider ``` @@ -169,7 +169,7 @@ func ResetProjectId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_IsConstruct(x interface{}) *bool ``` @@ -201,7 +201,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_IsTerraformElement(x interface{}) *bool ``` @@ -215,7 +215,7 @@ provider.HcpProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -229,7 +229,7 @@ provider.HcpProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -258,7 +258,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.73.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.76.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -480,7 +480,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" &provider.HcpProviderConfig { Alias: *string, @@ -511,7 +511,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#alias HcpProvider#alias} --- @@ -525,7 +525,7 @@ ClientId *string The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_id HcpProvider#client_id} --- @@ -539,7 +539,7 @@ ClientSecret *string The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} --- @@ -553,7 +553,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.73.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#project_id HcpProvider#project_id} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 83515e1d5..3a858bf86 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs). +Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs hcp}. #### Initializers @@ -58,7 +58,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.73.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#alias HcpProvider#alias} --- @@ -68,7 +68,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.73.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_id HcpProvider#client_id} --- @@ -78,7 +78,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.73.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} --- @@ -88,7 +88,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.73.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#project_id HcpProvider#project_id} --- @@ -300,7 +300,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.73.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.76.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -553,7 +553,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#alias HcpProvider#alias} --- @@ -567,7 +567,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.73.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_id HcpProvider#client_id} --- @@ -581,7 +581,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.73.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} --- @@ -595,7 +595,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.73.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#project_id HcpProvider#project_id} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 7b759d8a2..96afca583 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs). +Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} --- @@ -90,7 +90,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.73.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#project_id HcpProvider#project_id} --- @@ -318,7 +318,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.73.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.76.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -571,7 +571,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#alias HcpProvider#alias} --- @@ -585,7 +585,7 @@ client_id: str The OAuth2 Client ID for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_id HcpProvider#client_id} --- @@ -599,7 +599,7 @@ client_secret: str The OAuth2 Client Secret for API operations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} --- @@ -613,7 +613,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.73.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#project_id HcpProvider#project_id} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 45308e261..afc3783f7 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -1,6 +1,6 @@ # `provider` -Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs). +Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs). # `provider` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io ### HcpProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs hcp}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs hcp}. #### Initializers @@ -258,7 +258,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.73.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.76.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -506,7 +506,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#alias HcpProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#alias HcpProvider#alias} --- @@ -520,7 +520,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.73.0/docs#client_id HcpProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_id HcpProvider#client_id} --- @@ -534,7 +534,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.73.0/docs#client_secret HcpProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} --- @@ -548,7 +548,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.73.0/docs#project_id HcpProvider#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#project_id HcpProvider#project_id} --- diff --git a/docs/servicePrincipal.csharp.md b/docs/servicePrincipal.csharp.md new file mode 100644 index 000000000..723f7ad0f --- /dev/null +++ b/docs/servicePrincipal.csharp.md @@ -0,0 +1,829 @@ +# `hcp_service_principal` + +Refer to the Terraform Registory for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal). + +# `servicePrincipal` Submodule + +## Constructs + +### ServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal hcp_service_principal}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new ServicePrincipal(Construct Scope, string Id, ServicePrincipalConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | ServicePrincipalConfig | *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:* ServicePrincipalConfig + +--- + +#### 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. | +| 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.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| ResetParent | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `ResetParent` + +```csharp +private void ResetParent() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a ServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +ServicePrincipal.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; + +ServicePrincipal.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +ServicePrincipal.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +ServicePrincipal.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a ServicePrincipal 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 ServicePrincipal to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing ServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#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 ServicePrincipal 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.* | +| ResourceId | string | *No description.* | +| ResourceName | string | *No description.* | +| NameInput | string | *No description.* | +| ParentInput | string | *No description.* | +| Name | string | *No description.* | +| Parent | 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[] + +--- + +##### `ResourceId`Required + +```csharp +public string ResourceId { get; } +``` + +- *Type:* string + +--- + +##### `ResourceName`Required + +```csharp +public string ResourceName { get; } +``` + +- *Type:* string + +--- + +##### `NameInput`Optional + +```csharp +public string NameInput { get; } +``` + +- *Type:* string + +--- + +##### `ParentInput`Optional + +```csharp +public string ParentInput { get; } +``` + +- *Type:* string + +--- + +##### `Name`Required + +```csharp +public string Name { get; } +``` + +- *Type:* string + +--- + +##### `Parent`Required + +```csharp +public string Parent { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### ServicePrincipalConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new ServicePrincipalConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string Name, + string Parent = 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 service principal's name. | +| Parent | string | The parent location to create the service principal under. | + +--- + +##### `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 service principal's name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#name ServicePrincipal#name} + +--- + +##### `Parent`Optional + +```csharp +public string Parent { get; set; } +``` + +- *Type:* 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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + +--- + + + diff --git a/docs/servicePrincipal.go.md b/docs/servicePrincipal.go.md new file mode 100644 index 000000000..046794e44 --- /dev/null +++ b/docs/servicePrincipal.go.md @@ -0,0 +1,829 @@ +# `hcp_service_principal` + +Refer to the Terraform Registory for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal). + +# `servicePrincipal` Submodule + +## Constructs + +### ServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal hcp_service_principal}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" + +serviceprincipal.NewServicePrincipal(scope Construct, id *string, config ServicePrincipalConfig) ServicePrincipal +``` + +| **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 | ServicePrincipalConfig | *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:* ServicePrincipalConfig + +--- + +#### 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. | +| 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.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| ResetParent | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `ResetParent` + +```go +func ResetParent() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a ServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" + +serviceprincipal.ServicePrincipal_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/serviceprincipal" + +serviceprincipal.ServicePrincipal_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" + +serviceprincipal.ServicePrincipal_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" + +serviceprincipal.ServicePrincipal_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a ServicePrincipal 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 ServicePrincipal to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing ServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#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 ServicePrincipal 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.* | +| ResourceId | *string | *No description.* | +| ResourceName | *string | *No description.* | +| NameInput | *string | *No description.* | +| ParentInput | *string | *No description.* | +| Name | *string | *No description.* | +| Parent | *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{} + +--- + +##### `ResourceId`Required + +```go +func ResourceId() *string +``` + +- *Type:* *string + +--- + +##### `ResourceName`Required + +```go +func ResourceName() *string +``` + +- *Type:* *string + +--- + +##### `NameInput`Optional + +```go +func NameInput() *string +``` + +- *Type:* *string + +--- + +##### `ParentInput`Optional + +```go +func ParentInput() *string +``` + +- *Type:* *string + +--- + +##### `Name`Required + +```go +func Name() *string +``` + +- *Type:* *string + +--- + +##### `Parent`Required + +```go +func Parent() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### ServicePrincipalConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipal" + +&serviceprincipal.ServicePrincipalConfig { + 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, + Parent: *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 service principal's name. | +| Parent | *string | The parent location to create the service principal under. | + +--- + +##### `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 service principal's name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#name ServicePrincipal#name} + +--- + +##### `Parent`Optional + +```go +Parent *string +``` + +- *Type:* *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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + +--- + + + diff --git a/docs/servicePrincipal.java.md b/docs/servicePrincipal.java.md new file mode 100644 index 000000000..e20c98282 --- /dev/null +++ b/docs/servicePrincipal.java.md @@ -0,0 +1,915 @@ +# `hcp_service_principal` + +Refer to the Terraform Registory for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal). + +# `servicePrincipal` Submodule + +## Constructs + +### ServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal hcp_service_principal}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal.ServicePrincipal; + +ServicePrincipal.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) +// .parent(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 service principal's name. | +| parent | java.lang.String | The parent location to create the service principal under. | + +--- + +##### `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 service principal's name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#name ServicePrincipal#name} + +--- + +##### `parent`Optional + +- *Type:* java.lang.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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + +--- + +#### 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. | +| 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.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| resetParent | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `resetParent` + +```java +public void resetParent() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a ServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal.ServicePrincipal; + +ServicePrincipal.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.service_principal.ServicePrincipal; + +ServicePrincipal.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal.ServicePrincipal; + +ServicePrincipal.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal.ServicePrincipal; + +ServicePrincipal.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),ServicePrincipal.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a ServicePrincipal 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 ServicePrincipal to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing ServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#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 ServicePrincipal 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.* | +| resourceId | java.lang.String | *No description.* | +| resourceName | java.lang.String | *No description.* | +| nameInput | java.lang.String | *No description.* | +| parentInput | java.lang.String | *No description.* | +| name | java.lang.String | *No description.* | +| parent | 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 + +--- + +##### `resourceId`Required + +```java +public java.lang.String getResourceId(); +``` + +- *Type:* java.lang.String + +--- + +##### `resourceName`Required + +```java +public java.lang.String getResourceName(); +``` + +- *Type:* java.lang.String + +--- + +##### `nameInput`Optional + +```java +public java.lang.String getNameInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `parentInput`Optional + +```java +public java.lang.String getParentInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `name`Required + +```java +public java.lang.String getName(); +``` + +- *Type:* java.lang.String + +--- + +##### `parent`Required + +```java +public java.lang.String getParent(); +``` + +- *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 + +### ServicePrincipalConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal.ServicePrincipalConfig; + +ServicePrincipalConfig.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) +// .parent(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 service principal's name. | +| parent | java.lang.String | The parent location to create the service principal under. | + +--- + +##### `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 service principal's name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#name ServicePrincipal#name} + +--- + +##### `parent`Optional + +```java +public java.lang.String getParent(); +``` + +- *Type:* java.lang.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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + +--- + + + diff --git a/docs/servicePrincipal.python.md b/docs/servicePrincipal.python.md new file mode 100644 index 000000000..a194588a6 --- /dev/null +++ b/docs/servicePrincipal.python.md @@ -0,0 +1,951 @@ +# `hcp_service_principal` + +Refer to the Terraform Registory for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal). + +# `servicePrincipal` Submodule + +## Constructs + +### ServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal hcp_service_principal}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import service_principal + +servicePrincipal.ServicePrincipal( + 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, + parent: 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 service principal's name. | +| parent | str | The parent location to create the service principal under. | + +--- + +##### `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 service principal's name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#name ServicePrincipal#name} + +--- + +##### `parent`Optional + +- *Type:* str + +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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + +--- + +#### 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_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.* | +| import_from | *No description.* | +| interpolation_for_attribute | *No description.* | +| move_to | Moves this resource to the target resource given by moveTarget. | +| reset_parent | *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_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 + +--- + +##### `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_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. + +--- + +##### `reset_parent` + +```python +def reset_parent() -> 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 ServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import service_principal + +servicePrincipal.ServicePrincipal.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 service_principal + +servicePrincipal.ServicePrincipal.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_hcp import service_principal + +servicePrincipal.ServicePrincipal.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_hcp import service_principal + +servicePrincipal.ServicePrincipal.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a ServicePrincipal 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 ServicePrincipal to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing ServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#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 ServicePrincipal 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.* | +| resource_id | str | *No description.* | +| resource_name | str | *No description.* | +| name_input | str | *No description.* | +| parent_input | str | *No description.* | +| name | str | *No description.* | +| parent | 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]] + +--- + +##### `resource_id`Required + +```python +resource_id: str +``` + +- *Type:* str + +--- + +##### `resource_name`Required + +```python +resource_name: str +``` + +- *Type:* str + +--- + +##### `name_input`Optional + +```python +name_input: str +``` + +- *Type:* str + +--- + +##### `parent_input`Optional + +```python +parent_input: str +``` + +- *Type:* str + +--- + +##### `name`Required + +```python +name: str +``` + +- *Type:* str + +--- + +##### `parent`Required + +```python +parent: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### ServicePrincipalConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import service_principal + +servicePrincipal.ServicePrincipalConfig( + 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, + parent: 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 service principal's name. | +| parent | str | The parent location to create the service principal under. | + +--- + +##### `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 service principal's name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#name ServicePrincipal#name} + +--- + +##### `parent`Optional + +```python +parent: str +``` + +- *Type:* str + +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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + +--- + + + diff --git a/docs/servicePrincipal.typescript.md b/docs/servicePrincipal.typescript.md new file mode 100644 index 000000000..7240cd905 --- /dev/null +++ b/docs/servicePrincipal.typescript.md @@ -0,0 +1,819 @@ +# `hcp_service_principal` + +Refer to the Terraform Registory for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal). + +# `servicePrincipal` Submodule + +## Constructs + +### ServicePrincipal + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal hcp_service_principal}. + +#### Initializers + +```typescript +import { servicePrincipal } from '@cdktf/provider-hcp' + +new servicePrincipal.ServicePrincipal(scope: Construct, id: string, config: ServicePrincipalConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | ServicePrincipalConfig | *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:* ServicePrincipalConfig + +--- + +#### 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. | +| 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.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| resetParent | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `resetParent` + +```typescript +public resetParent(): 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 ServicePrincipal resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { servicePrincipal } from '@cdktf/provider-hcp' + +servicePrincipal.ServicePrincipal.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 { servicePrincipal } from '@cdktf/provider-hcp' + +servicePrincipal.ServicePrincipal.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { servicePrincipal } from '@cdktf/provider-hcp' + +servicePrincipal.ServicePrincipal.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { servicePrincipal } from '@cdktf/provider-hcp' + +servicePrincipal.ServicePrincipal.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a ServicePrincipal 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 ServicePrincipal to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing ServicePrincipal that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#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 ServicePrincipal 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.* | +| resourceId | string | *No description.* | +| resourceName | string | *No description.* | +| nameInput | string | *No description.* | +| parentInput | string | *No description.* | +| name | string | *No description.* | +| parent | 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[] + +--- + +##### `resourceId`Required + +```typescript +public readonly resourceId: string; +``` + +- *Type:* string + +--- + +##### `resourceName`Required + +```typescript +public readonly resourceName: string; +``` + +- *Type:* string + +--- + +##### `nameInput`Optional + +```typescript +public readonly nameInput: string; +``` + +- *Type:* string + +--- + +##### `parentInput`Optional + +```typescript +public readonly parentInput: string; +``` + +- *Type:* string + +--- + +##### `name`Required + +```typescript +public readonly name: string; +``` + +- *Type:* string + +--- + +##### `parent`Required + +```typescript +public readonly parent: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### ServicePrincipalConfig + +#### Initializer + +```typescript +import { servicePrincipal } from '@cdktf/provider-hcp' + +const servicePrincipalConfig: servicePrincipal.ServicePrincipalConfig = { ... } +``` + +#### 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 service principal's name. | +| parent | string | The parent location to create the service principal under. | + +--- + +##### `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 service principal's name. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal#name ServicePrincipal#name} + +--- + +##### `parent`Optional + +```typescript +public readonly parent: string; +``` + +- *Type:* 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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + +--- + + + diff --git a/docs/servicePrincipalKey.csharp.md b/docs/servicePrincipalKey.csharp.md new file mode 100644 index 000000000..9b2e1a4bf --- /dev/null +++ b/docs/servicePrincipalKey.csharp.md @@ -0,0 +1,840 @@ +# `hcp_service_principal_key` + +Refer to the Terraform Registory for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key). + +# `servicePrincipalKey` Submodule + +## Constructs + +### ServicePrincipalKey + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key hcp_service_principal_key}. + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new ServicePrincipalKey(Construct Scope, string Id, ServicePrincipalKeyConfig Config); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Scope | Constructs.Construct | The scope in which to define this construct. | +| Id | string | The scoped construct ID. | +| Config | ServicePrincipalKeyConfig | *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:* ServicePrincipalKeyConfig + +--- + +#### 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. | +| 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.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| ResetRotateTriggers | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `ResetRotateTriggers` + +```csharp +private void ResetRotateTriggers() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a ServicePrincipalKey resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +ServicePrincipalKey.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; + +ServicePrincipalKey.IsTerraformElement(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `IsTerraformResource` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +ServicePrincipalKey.IsTerraformResource(object X); +``` + +###### `X`Required + +- *Type:* object + +--- + +##### `GenerateConfigForImport` + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +ServicePrincipalKey.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null); +``` + +Generates CDKTF code for importing a ServicePrincipalKey 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 ServicePrincipalKey to import. + +--- + +###### `ImportFromId`Required + +- *Type:* string + +The id of the existing ServicePrincipalKey that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key#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 ServicePrincipalKey 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.* | +| ClientId | string | *No description.* | +| ClientSecret | string | *No description.* | +| ResourceName | string | *No description.* | +| RotateTriggersInput | System.Collections.Generic.IDictionary | *No description.* | +| ServicePrincipalInput | string | *No description.* | +| RotateTriggers | System.Collections.Generic.IDictionary | *No description.* | +| ServicePrincipal | 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[] + +--- + +##### `ClientId`Required + +```csharp +public string ClientId { get; } +``` + +- *Type:* string + +--- + +##### `ClientSecret`Required + +```csharp +public string ClientSecret { get; } +``` + +- *Type:* string + +--- + +##### `ResourceName`Required + +```csharp +public string ResourceName { get; } +``` + +- *Type:* string + +--- + +##### `RotateTriggersInput`Optional + +```csharp +public System.Collections.Generic.IDictionary RotateTriggersInput { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `ServicePrincipalInput`Optional + +```csharp +public string ServicePrincipalInput { get; } +``` + +- *Type:* string + +--- + +##### `RotateTriggers`Required + +```csharp +public System.Collections.Generic.IDictionary RotateTriggers { get; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +--- + +##### `ServicePrincipal`Required + +```csharp +public string ServicePrincipal { get; } +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | string | *No description.* | + +--- + +##### `TfResourceType`Required + +```csharp +public string TfResourceType { get; } +``` + +- *Type:* string + +--- + +## Structs + +### ServicePrincipalKeyConfig + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Hcp; + +new ServicePrincipalKeyConfig { + object Connection = null, + object Count = null, + ITerraformDependable[] DependsOn = null, + ITerraformIterator ForEach = null, + TerraformResourceLifecycle Lifecycle = null, + TerraformProvider Provider = null, + object[] Provisioners = null, + string ServicePrincipal, + System.Collections.Generic.IDictionary RotateTriggers = 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.* | +| ServicePrincipal | string | The service principal's resource name for which a key should be created. | +| RotateTriggers | System.Collections.Generic.IDictionary | 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. | + +--- + +##### `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[] + +--- + +##### `ServicePrincipal`Required + +```csharp +public string ServicePrincipal { get; set; } +``` + +- *Type:* 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.76.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + +--- + +##### `RotateTriggers`Optional + +```csharp +public System.Collections.Generic.IDictionary RotateTriggers { get; set; } +``` + +- *Type:* System.Collections.Generic.IDictionary + +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.76.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + +--- + + + diff --git a/docs/servicePrincipalKey.go.md b/docs/servicePrincipalKey.go.md new file mode 100644 index 000000000..fa2cc43b3 --- /dev/null +++ b/docs/servicePrincipalKey.go.md @@ -0,0 +1,840 @@ +# `hcp_service_principal_key` + +Refer to the Terraform Registory for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key). + +# `servicePrincipalKey` Submodule + +## Constructs + +### ServicePrincipalKey + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key hcp_service_principal_key}. + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" + +serviceprincipalkey.NewServicePrincipalKey(scope Construct, id *string, config ServicePrincipalKeyConfig) ServicePrincipalKey +``` + +| **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 | ServicePrincipalKeyConfig | *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:* ServicePrincipalKeyConfig + +--- + +#### 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. | +| 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.* | +| ImportFrom | *No description.* | +| InterpolationForAttribute | *No description.* | +| MoveTo | Moves this resource to the target resource given by moveTarget. | +| ResetRotateTriggers | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `ResetRotateTriggers` + +```go +func ResetRotateTriggers() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| IsConstruct | Checks if `x` is a construct. | +| IsTerraformElement | *No description.* | +| IsTerraformResource | *No description.* | +| GenerateConfigForImport | Generates CDKTF code for importing a ServicePrincipalKey resource upon running "cdktf plan ". | + +--- + +##### `IsConstruct` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" + +serviceprincipalkey.ServicePrincipalKey_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/serviceprincipalkey" + +serviceprincipalkey.ServicePrincipalKey_IsTerraformElement(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `IsTerraformResource` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" + +serviceprincipalkey.ServicePrincipalKey_IsTerraformResource(x interface{}) *bool +``` + +###### `x`Required + +- *Type:* interface{} + +--- + +##### `GenerateConfigForImport` + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" + +serviceprincipalkey.ServicePrincipalKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource +``` + +Generates CDKTF code for importing a ServicePrincipalKey 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 ServicePrincipalKey to import. + +--- + +###### `importFromId`Required + +- *Type:* *string + +The id of the existing ServicePrincipalKey that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key#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 ServicePrincipalKey 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.* | +| ClientId | *string | *No description.* | +| ClientSecret | *string | *No description.* | +| ResourceName | *string | *No description.* | +| RotateTriggersInput | *map[string]*string | *No description.* | +| ServicePrincipalInput | *string | *No description.* | +| RotateTriggers | *map[string]*string | *No description.* | +| ServicePrincipal | *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{} + +--- + +##### `ClientId`Required + +```go +func ClientId() *string +``` + +- *Type:* *string + +--- + +##### `ClientSecret`Required + +```go +func ClientSecret() *string +``` + +- *Type:* *string + +--- + +##### `ResourceName`Required + +```go +func ResourceName() *string +``` + +- *Type:* *string + +--- + +##### `RotateTriggersInput`Optional + +```go +func RotateTriggersInput() *map[string]*string +``` + +- *Type:* *map[string]*string + +--- + +##### `ServicePrincipalInput`Optional + +```go +func ServicePrincipalInput() *string +``` + +- *Type:* *string + +--- + +##### `RotateTriggers`Required + +```go +func RotateTriggers() *map[string]*string +``` + +- *Type:* *map[string]*string + +--- + +##### `ServicePrincipal`Required + +```go +func ServicePrincipal() *string +``` + +- *Type:* *string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TfResourceType | *string | *No description.* | + +--- + +##### `TfResourceType`Required + +```go +func TfResourceType() *string +``` + +- *Type:* *string + +--- + +## Structs + +### ServicePrincipalKeyConfig + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/serviceprincipalkey" + +&serviceprincipalkey.ServicePrincipalKeyConfig { + 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{}, + ServicePrincipal: *string, + RotateTriggers: *map[string]*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.* | +| ServicePrincipal | *string | The service principal's resource name for which a key should be created. | +| RotateTriggers | *map[string]*string | 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. | + +--- + +##### `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{} + +--- + +##### `ServicePrincipal`Required + +```go +ServicePrincipal *string +``` + +- *Type:* *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.76.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + +--- + +##### `RotateTriggers`Optional + +```go +RotateTriggers *map[string]*string +``` + +- *Type:* *map[string]*string + +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.76.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + +--- + + + diff --git a/docs/servicePrincipalKey.java.md b/docs/servicePrincipalKey.java.md new file mode 100644 index 000000000..c04a64ecd --- /dev/null +++ b/docs/servicePrincipalKey.java.md @@ -0,0 +1,926 @@ +# `hcp_service_principal_key` + +Refer to the Terraform Registory for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key). + +# `servicePrincipalKey` Submodule + +## Constructs + +### ServicePrincipalKey + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key hcp_service_principal_key}. + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal_key.ServicePrincipalKey; + +ServicePrincipalKey.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) + .servicePrincipal(java.lang.String) +// .rotateTriggers(java.util.Map) + .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.* | +| servicePrincipal | java.lang.String | The service principal's resource name for which a key should be created. | +| rotateTriggers | java.util.Map | 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. | + +--- + +##### `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 + +--- + +##### `servicePrincipal`Required + +- *Type:* java.lang.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.76.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + +--- + +##### `rotateTriggers`Optional + +- *Type:* java.util.Map + +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.76.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + +--- + +#### 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. | +| 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.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| resetRotateTriggers | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `resetRotateTriggers` + +```java +public void resetRotateTriggers() +``` + +#### Static Functions + +| **Name** | **Description** | +| --- | --- | +| isConstruct | Checks if `x` is a construct. | +| isTerraformElement | *No description.* | +| isTerraformResource | *No description.* | +| generateConfigForImport | Generates CDKTF code for importing a ServicePrincipalKey resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal_key.ServicePrincipalKey; + +ServicePrincipalKey.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.service_principal_key.ServicePrincipalKey; + +ServicePrincipalKey.isTerraformElement(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `isTerraformResource` + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal_key.ServicePrincipalKey; + +ServicePrincipalKey.isTerraformResource(java.lang.Object x) +``` + +###### `x`Required + +- *Type:* java.lang.Object + +--- + +##### `generateConfigForImport` + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal_key.ServicePrincipalKey; + +ServicePrincipalKey.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),ServicePrincipalKey.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider) +``` + +Generates CDKTF code for importing a ServicePrincipalKey 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 ServicePrincipalKey to import. + +--- + +###### `importFromId`Required + +- *Type:* java.lang.String + +The id of the existing ServicePrincipalKey that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key#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 ServicePrincipalKey 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.* | +| clientId | java.lang.String | *No description.* | +| clientSecret | java.lang.String | *No description.* | +| resourceName | java.lang.String | *No description.* | +| rotateTriggersInput | java.util.Map | *No description.* | +| servicePrincipalInput | java.lang.String | *No description.* | +| rotateTriggers | java.util.Map | *No description.* | +| servicePrincipal | 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 + +--- + +##### `clientId`Required + +```java +public java.lang.String getClientId(); +``` + +- *Type:* java.lang.String + +--- + +##### `clientSecret`Required + +```java +public java.lang.String getClientSecret(); +``` + +- *Type:* java.lang.String + +--- + +##### `resourceName`Required + +```java +public java.lang.String getResourceName(); +``` + +- *Type:* java.lang.String + +--- + +##### `rotateTriggersInput`Optional + +```java +public java.util.Map getRotateTriggersInput(); +``` + +- *Type:* java.util.Map + +--- + +##### `servicePrincipalInput`Optional + +```java +public java.lang.String getServicePrincipalInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `rotateTriggers`Required + +```java +public java.util.Map getRotateTriggers(); +``` + +- *Type:* java.util.Map + +--- + +##### `servicePrincipal`Required + +```java +public java.lang.String getServicePrincipal(); +``` + +- *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 + +### ServicePrincipalKeyConfig + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.hcp.service_principal_key.ServicePrincipalKeyConfig; + +ServicePrincipalKeyConfig.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) + .servicePrincipal(java.lang.String) +// .rotateTriggers(java.util.Map) + .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.* | +| servicePrincipal | java.lang.String | The service principal's resource name for which a key should be created. | +| rotateTriggers | java.util.Map | 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. | + +--- + +##### `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 + +--- + +##### `servicePrincipal`Required + +```java +public java.lang.String getServicePrincipal(); +``` + +- *Type:* java.lang.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.76.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + +--- + +##### `rotateTriggers`Optional + +```java +public java.util.Map getRotateTriggers(); +``` + +- *Type:* java.util.Map + +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.76.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + +--- + + + diff --git a/docs/servicePrincipalKey.python.md b/docs/servicePrincipalKey.python.md new file mode 100644 index 000000000..2c61bdf84 --- /dev/null +++ b/docs/servicePrincipalKey.python.md @@ -0,0 +1,962 @@ +# `hcp_service_principal_key` + +Refer to the Terraform Registory for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key). + +# `servicePrincipalKey` Submodule + +## Constructs + +### ServicePrincipalKey + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key hcp_service_principal_key}. + +#### Initializers + +```python +from cdktf_cdktf_provider_hcp import service_principal_key + +servicePrincipalKey.ServicePrincipalKey( + 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, + service_principal: str, + rotate_triggers: typing.Mapping[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.* | +| service_principal | str | The service principal's resource name for which a key should be created. | +| rotate_triggers | typing.Mapping[str] | 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. | + +--- + +##### `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]] + +--- + +##### `service_principal`Required + +- *Type:* 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.76.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + +--- + +##### `rotate_triggers`Optional + +- *Type:* typing.Mapping[str] + +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.76.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + +--- + +#### 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_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.* | +| import_from | *No description.* | +| interpolation_for_attribute | *No description.* | +| move_to | Moves this resource to the target resource given by moveTarget. | +| reset_rotate_triggers | *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_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 + +--- + +##### `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_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. + +--- + +##### `reset_rotate_triggers` + +```python +def reset_rotate_triggers() -> 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 ServicePrincipalKey resource upon running "cdktf plan ". | + +--- + +##### `is_construct` + +```python +from cdktf_cdktf_provider_hcp import service_principal_key + +servicePrincipalKey.ServicePrincipalKey.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 service_principal_key + +servicePrincipalKey.ServicePrincipalKey.is_terraform_element( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `is_terraform_resource` + +```python +from cdktf_cdktf_provider_hcp import service_principal_key + +servicePrincipalKey.ServicePrincipalKey.is_terraform_resource( + x: typing.Any +) +``` + +###### `x`Required + +- *Type:* typing.Any + +--- + +##### `generate_config_for_import` + +```python +from cdktf_cdktf_provider_hcp import service_principal_key + +servicePrincipalKey.ServicePrincipalKey.generate_config_for_import( + scope: Construct, + import_to_id: str, + import_from_id: str, + provider: TerraformProvider = None +) +``` + +Generates CDKTF code for importing a ServicePrincipalKey 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 ServicePrincipalKey to import. + +--- + +###### `import_from_id`Required + +- *Type:* str + +The id of the existing ServicePrincipalKey that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key#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 ServicePrincipalKey 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.* | +| client_id | str | *No description.* | +| client_secret | str | *No description.* | +| resource_name | str | *No description.* | +| rotate_triggers_input | typing.Mapping[str] | *No description.* | +| service_principal_input | str | *No description.* | +| rotate_triggers | typing.Mapping[str] | *No description.* | +| service_principal | 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]] + +--- + +##### `client_id`Required + +```python +client_id: str +``` + +- *Type:* str + +--- + +##### `client_secret`Required + +```python +client_secret: str +``` + +- *Type:* str + +--- + +##### `resource_name`Required + +```python +resource_name: str +``` + +- *Type:* str + +--- + +##### `rotate_triggers_input`Optional + +```python +rotate_triggers_input: typing.Mapping[str] +``` + +- *Type:* typing.Mapping[str] + +--- + +##### `service_principal_input`Optional + +```python +service_principal_input: str +``` + +- *Type:* str + +--- + +##### `rotate_triggers`Required + +```python +rotate_triggers: typing.Mapping[str] +``` + +- *Type:* typing.Mapping[str] + +--- + +##### `service_principal`Required + +```python +service_principal: str +``` + +- *Type:* str + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | str | *No description.* | + +--- + +##### `tfResourceType`Required + +```python +tfResourceType: str +``` + +- *Type:* str + +--- + +## Structs + +### ServicePrincipalKeyConfig + +#### Initializer + +```python +from cdktf_cdktf_provider_hcp import service_principal_key + +servicePrincipalKey.ServicePrincipalKeyConfig( + 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, + service_principal: str, + rotate_triggers: typing.Mapping[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.* | +| service_principal | str | The service principal's resource name for which a key should be created. | +| rotate_triggers | typing.Mapping[str] | 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. | + +--- + +##### `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]] + +--- + +##### `service_principal`Required + +```python +service_principal: str +``` + +- *Type:* 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.76.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + +--- + +##### `rotate_triggers`Optional + +```python +rotate_triggers: typing.Mapping[str] +``` + +- *Type:* typing.Mapping[str] + +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.76.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + +--- + + + diff --git a/docs/servicePrincipalKey.typescript.md b/docs/servicePrincipalKey.typescript.md new file mode 100644 index 000000000..aa048a3f8 --- /dev/null +++ b/docs/servicePrincipalKey.typescript.md @@ -0,0 +1,830 @@ +# `hcp_service_principal_key` + +Refer to the Terraform Registory for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key). + +# `servicePrincipalKey` Submodule + +## Constructs + +### ServicePrincipalKey + +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key hcp_service_principal_key}. + +#### Initializers + +```typescript +import { servicePrincipalKey } from '@cdktf/provider-hcp' + +new servicePrincipalKey.ServicePrincipalKey(scope: Construct, id: string, config: ServicePrincipalKeyConfig) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| scope | constructs.Construct | The scope in which to define this construct. | +| id | string | The scoped construct ID. | +| config | ServicePrincipalKeyConfig | *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:* ServicePrincipalKeyConfig + +--- + +#### 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. | +| 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.* | +| importFrom | *No description.* | +| interpolationForAttribute | *No description.* | +| moveTo | Moves this resource to the target resource given by moveTarget. | +| resetRotateTriggers | *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. + +##### `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 + +--- + +##### `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 + +--- + +##### `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. + +--- + +##### `resetRotateTriggers` + +```typescript +public resetRotateTriggers(): 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 ServicePrincipalKey resource upon running "cdktf plan ". | + +--- + +##### `isConstruct` + +```typescript +import { servicePrincipalKey } from '@cdktf/provider-hcp' + +servicePrincipalKey.ServicePrincipalKey.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 { servicePrincipalKey } from '@cdktf/provider-hcp' + +servicePrincipalKey.ServicePrincipalKey.isTerraformElement(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `isTerraformResource` + +```typescript +import { servicePrincipalKey } from '@cdktf/provider-hcp' + +servicePrincipalKey.ServicePrincipalKey.isTerraformResource(x: any) +``` + +###### `x`Required + +- *Type:* any + +--- + +##### `generateConfigForImport` + +```typescript +import { servicePrincipalKey } from '@cdktf/provider-hcp' + +servicePrincipalKey.ServicePrincipalKey.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider) +``` + +Generates CDKTF code for importing a ServicePrincipalKey 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 ServicePrincipalKey to import. + +--- + +###### `importFromId`Required + +- *Type:* string + +The id of the existing ServicePrincipalKey that should be imported. + +Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key#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 ServicePrincipalKey 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.* | +| clientId | string | *No description.* | +| clientSecret | string | *No description.* | +| resourceName | string | *No description.* | +| rotateTriggersInput | {[ key: string ]: string} | *No description.* | +| servicePrincipalInput | string | *No description.* | +| rotateTriggers | {[ key: string ]: string} | *No description.* | +| servicePrincipal | 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[] + +--- + +##### `clientId`Required + +```typescript +public readonly clientId: string; +``` + +- *Type:* string + +--- + +##### `clientSecret`Required + +```typescript +public readonly clientSecret: string; +``` + +- *Type:* string + +--- + +##### `resourceName`Required + +```typescript +public readonly resourceName: string; +``` + +- *Type:* string + +--- + +##### `rotateTriggersInput`Optional + +```typescript +public readonly rotateTriggersInput: {[ key: string ]: string}; +``` + +- *Type:* {[ key: string ]: string} + +--- + +##### `servicePrincipalInput`Optional + +```typescript +public readonly servicePrincipalInput: string; +``` + +- *Type:* string + +--- + +##### `rotateTriggers`Required + +```typescript +public readonly rotateTriggers: {[ key: string ]: string}; +``` + +- *Type:* {[ key: string ]: string} + +--- + +##### `servicePrincipal`Required + +```typescript +public readonly servicePrincipal: string; +``` + +- *Type:* string + +--- + +#### Constants + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| tfResourceType | string | *No description.* | + +--- + +##### `tfResourceType`Required + +```typescript +public readonly tfResourceType: string; +``` + +- *Type:* string + +--- + +## Structs + +### ServicePrincipalKeyConfig + +#### Initializer + +```typescript +import { servicePrincipalKey } from '@cdktf/provider-hcp' + +const servicePrincipalKeyConfig: servicePrincipalKey.ServicePrincipalKeyConfig = { ... } +``` + +#### 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.* | +| servicePrincipal | string | The service principal's resource name for which a key should be created. | +| rotateTriggers | {[ key: string ]: string} | 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. | + +--- + +##### `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[] + +--- + +##### `servicePrincipal`Required + +```typescript +public readonly servicePrincipal: string; +``` + +- *Type:* 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.76.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal} + +--- + +##### `rotateTriggers`Optional + +```typescript +public readonly rotateTriggers: {[ key: string ]: string}; +``` + +- *Type:* {[ key: string ]: string} + +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.76.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers} + +--- + + + diff --git a/docs/vaultCluster.csharp.md b/docs/vaultCluster.csharp.md index 78f05443b..a570888bd 100644 --- a/docs/vaultCluster.csharp.md +++ b/docs/vaultCluster.csharp.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster). # `vaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -557,7 +557,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.73.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.76.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1235,7 +1235,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1249,7 +1249,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.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1263,7 +1263,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1277,7 +1277,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1291,7 +1291,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.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1305,7 +1305,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.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1319,7 +1319,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.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1333,7 +1333,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.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1347,7 +1347,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.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1361,7 +1361,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.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1375,7 +1375,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.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1389,7 +1389,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.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1403,7 +1403,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.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1453,7 +1453,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.73.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#id VaultCluster#id}. | | MajorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | MetricsConfig | VaultClusterMetricsConfig | metrics_config block. | | MinVaultVersion | string | The minimum Vault version to use when creating the cluster. | @@ -1547,7 +1547,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.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -1561,7 +1561,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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -1575,7 +1575,7 @@ public VaultClusterAuditLogConfig AuditLogConfig { get; set; } audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -1587,7 +1587,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1604,7 +1604,7 @@ public VaultClusterMajorVersionUpgradeConfig MajorVersionUpgradeConfig { get; se major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -1618,7 +1618,7 @@ public VaultClusterMetricsConfig MetricsConfig { get; set; } metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -1634,7 +1634,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.73.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.76.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -1648,7 +1648,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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -1664,7 +1664,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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -1681,7 +1681,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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -1695,7 +1695,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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -1709,7 +1709,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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -1725,7 +1725,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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -1739,7 +1739,7 @@ public VaultClusterTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -1777,7 +1777,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.73.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -1793,7 +1793,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -1807,7 +1807,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -1865,7 +1865,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1879,7 +1879,7 @@ public string CloudwatchRegion { get; set; } CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1893,7 +1893,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1907,7 +1907,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1921,7 +1921,7 @@ public string DatadogRegion { get; set; } Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1935,7 +1935,7 @@ public string ElasticsearchEndpoint { get; set; } ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1949,7 +1949,7 @@ public string ElasticsearchPassword { get; set; } ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1963,7 +1963,7 @@ public string ElasticsearchUser { get; set; } ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1977,7 +1977,7 @@ public string GrafanaEndpoint { get; set; } Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1991,7 +1991,7 @@ public string GrafanaPassword { get; set; } Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2005,7 +2005,7 @@ public string GrafanaUser { get; set; } Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2019,7 +2019,7 @@ public string SplunkHecendpoint { get; set; } Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2033,7 +2033,7 @@ public string SplunkToken { get; set; } Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2056,10 +2056,10 @@ new VaultClusterTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2071,7 +2071,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2083,7 +2083,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2095,7 +2095,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2107,7 +2107,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultCluster.go.md b/docs/vaultCluster.go.md index 999932a1f..64e932c10 100644 --- a/docs/vaultCluster.go.md +++ b/docs/vaultCluster.go.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster). # `vaultCluster` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultCluster(scope Construct, id *string, config VaultClusterConfig) VaultCluster ``` @@ -468,7 +468,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsConstruct(x interface{}) *bool ``` @@ -500,7 +500,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool ``` @@ -514,7 +514,7 @@ vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool ``` @@ -528,7 +528,7 @@ vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -557,7 +557,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.73.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.76.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1186,7 +1186,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterAuditLogConfig { CloudwatchAccessKeyId: *string, @@ -1235,7 +1235,7 @@ CloudwatchAccessKeyId *string CloudWatch access key ID for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1249,7 +1249,7 @@ CloudwatchRegion *string CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1263,7 +1263,7 @@ CloudwatchSecretAccessKey *string CloudWatch secret access key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1277,7 +1277,7 @@ DatadogApiKey *string Datadog api key for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1291,7 +1291,7 @@ DatadogRegion *string Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1305,7 +1305,7 @@ ElasticsearchEndpoint *string ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1319,7 +1319,7 @@ ElasticsearchPassword *string ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1333,7 +1333,7 @@ ElasticsearchUser *string ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1347,7 +1347,7 @@ GrafanaEndpoint *string Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1361,7 +1361,7 @@ GrafanaPassword *string Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1375,7 +1375,7 @@ GrafanaUser *string Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1389,7 +1389,7 @@ SplunkHecendpoint *string Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1403,7 +1403,7 @@ SplunkToken *string Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1412,7 +1412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterConfig { Connection: interface{}, @@ -1424,10 +1424,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" Provisioners: *[]interface{}, ClusterId: *string, HvnId: *string, - AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultCluster.VaultClusterAuditLogConfig, + AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterAuditLogConfig, Id: *string, - MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultCluster.VaultClusterMajorVersionUpgradeConfig, - MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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, @@ -1435,7 +1435,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" ProxyEndpoint: *string, PublicEndpoint: interface{}, Tier: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultCluster.VaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterTimeouts, } ``` @@ -1453,7 +1453,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#id VaultCluster#id}. | | MajorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | MetricsConfig | VaultClusterMetricsConfig | metrics_config block. | | MinVaultVersion | *string | The minimum Vault version to use when creating the cluster. | @@ -1547,7 +1547,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -1561,7 +1561,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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -1575,7 +1575,7 @@ AuditLogConfig VaultClusterAuditLogConfig audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -1587,7 +1587,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1604,7 +1604,7 @@ MajorVersionUpgradeConfig VaultClusterMajorVersionUpgradeConfig major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -1618,7 +1618,7 @@ MetricsConfig VaultClusterMetricsConfig metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -1634,7 +1634,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.73.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.76.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -1648,7 +1648,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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -1664,7 +1664,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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -1681,7 +1681,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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -1695,7 +1695,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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -1709,7 +1709,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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -1725,7 +1725,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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -1739,7 +1739,7 @@ Timeouts VaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -1748,7 +1748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterMajorVersionUpgradeConfig { UpgradeType: *string, @@ -1777,7 +1777,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.73.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -1793,7 +1793,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -1807,7 +1807,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -1816,7 +1816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterMetricsConfig { CloudwatchAccessKeyId: *string, @@ -1865,7 +1865,7 @@ CloudwatchAccessKeyId *string CloudWatch access key ID for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1879,7 +1879,7 @@ CloudwatchRegion *string CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1893,7 +1893,7 @@ CloudwatchSecretAccessKey *string CloudWatch secret access key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1907,7 +1907,7 @@ DatadogApiKey *string Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1921,7 +1921,7 @@ DatadogRegion *string Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1935,7 +1935,7 @@ ElasticsearchEndpoint *string ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1949,7 +1949,7 @@ ElasticsearchPassword *string ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1963,7 +1963,7 @@ ElasticsearchUser *string ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1977,7 +1977,7 @@ GrafanaEndpoint *string Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1991,7 +1991,7 @@ GrafanaPassword *string Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2005,7 +2005,7 @@ GrafanaUser *string Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2019,7 +2019,7 @@ SplunkHecendpoint *string Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2033,7 +2033,7 @@ SplunkToken *string Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2042,7 +2042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterTimeouts { Create: *string, @@ -2056,10 +2056,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2071,7 +2071,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2083,7 +2083,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2095,7 +2095,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2107,7 +2107,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. --- @@ -2118,7 +2118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAuditLogConfigOutputReference ``` @@ -2777,7 +2777,7 @@ func InternalValue() VaultClusterAuditLogConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMajorVersionUpgradeConfigOutputReference ``` @@ -3106,7 +3106,7 @@ func InternalValue() VaultClusterMajorVersionUpgradeConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMetricsConfigOutputReference ``` @@ -3754,7 +3754,7 @@ func InternalValue() VaultClusterMetricsConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 c5b2652a9..e67b91b79 100644 --- a/docs/vaultCluster.java.md +++ b/docs/vaultCluster.java.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster). # `vaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -59,7 +59,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.73.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.76.0/docs/resources/vault_cluster#id VaultCluster#id}. | | majorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metricsConfig | VaultClusterMetricsConfig | metrics_config block. | | minVaultVersion | java.lang.String | The minimum Vault version to use when creating the cluster. | @@ -139,7 +139,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.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -149,7 +149,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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -159,7 +159,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.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -167,7 +167,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.73.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -180,7 +180,7 @@ If you experience problems setting this value it might not be settable. Please t major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -190,7 +190,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.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -202,7 +202,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.73.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.76.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -212,7 +212,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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -224,7 +224,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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -237,7 +237,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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -247,7 +247,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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -257,7 +257,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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -269,7 +269,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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -279,7 +279,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.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -792,7 +792,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.73.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.76.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1470,7 +1470,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1484,7 +1484,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.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1498,7 +1498,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1512,7 +1512,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1526,7 +1526,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.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1540,7 +1540,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.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1554,7 +1554,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.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1568,7 +1568,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.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1582,7 +1582,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.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1596,7 +1596,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.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1610,7 +1610,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.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1624,7 +1624,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.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1638,7 +1638,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.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1693,7 +1693,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.73.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.76.0/docs/resources/vault_cluster#id VaultCluster#id}. | | majorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metricsConfig | VaultClusterMetricsConfig | metrics_config block. | | minVaultVersion | java.lang.String | The minimum Vault version to use when creating the cluster. | @@ -1787,7 +1787,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.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -1801,7 +1801,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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -1815,7 +1815,7 @@ public VaultClusterAuditLogConfig getAuditLogConfig(); audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -1827,7 +1827,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1844,7 +1844,7 @@ public VaultClusterMajorVersionUpgradeConfig getMajorVersionUpgradeConfig(); major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -1858,7 +1858,7 @@ public VaultClusterMetricsConfig getMetricsConfig(); metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -1874,7 +1874,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.73.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.76.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -1888,7 +1888,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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -1904,7 +1904,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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -1921,7 +1921,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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -1935,7 +1935,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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -1949,7 +1949,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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -1965,7 +1965,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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -1979,7 +1979,7 @@ public VaultClusterTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -2017,7 +2017,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.73.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -2033,7 +2033,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -2047,7 +2047,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -2105,7 +2105,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -2119,7 +2119,7 @@ public java.lang.String getCloudwatchRegion(); CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -2133,7 +2133,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -2147,7 +2147,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -2161,7 +2161,7 @@ public java.lang.String getDatadogRegion(); Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -2175,7 +2175,7 @@ public java.lang.String getElasticsearchEndpoint(); ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -2189,7 +2189,7 @@ public java.lang.String getElasticsearchPassword(); ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -2203,7 +2203,7 @@ public java.lang.String getElasticsearchUser(); ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -2217,7 +2217,7 @@ public java.lang.String getGrafanaEndpoint(); Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -2231,7 +2231,7 @@ public java.lang.String getGrafanaPassword(); Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2245,7 +2245,7 @@ public java.lang.String getGrafanaUser(); Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2259,7 +2259,7 @@ public java.lang.String getSplunkHecendpoint(); Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2273,7 +2273,7 @@ public java.lang.String getSplunkToken(); Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2296,10 +2296,10 @@ VaultClusterTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.73.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.76.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.76.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.76.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.76.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2311,7 +2311,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2323,7 +2323,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2335,7 +2335,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2347,7 +2347,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultCluster.python.md b/docs/vaultCluster.python.md index 730b71cd7..b269d04d1 100644 --- a/docs/vaultCluster.python.md +++ b/docs/vaultCluster.python.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster). # `vaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -56,7 +56,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.73.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#id VaultCluster#id}. | | major_version_upgrade_config | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metrics_config | VaultClusterMetricsConfig | metrics_config block. | | min_vault_version | str | The minimum Vault version to use when creating the cluster. | @@ -136,7 +136,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.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -146,7 +146,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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -156,7 +156,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.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -164,7 +164,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.73.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -177,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -187,7 +187,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.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -199,7 +199,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.73.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.76.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -209,7 +209,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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -221,7 +221,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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -234,7 +234,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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -244,7 +244,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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -254,7 +254,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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -266,7 +266,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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -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.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -623,7 +623,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -633,7 +633,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.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -643,7 +643,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -653,7 +653,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -663,7 +663,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.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -673,7 +673,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.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -683,7 +683,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.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -693,7 +693,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.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -703,7 +703,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.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -713,7 +713,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.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -723,7 +723,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.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -733,7 +733,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.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -743,7 +743,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.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -763,7 +763,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.73.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -775,7 +775,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -785,7 +785,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -815,7 +815,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -825,7 +825,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.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -835,7 +835,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -845,7 +845,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -855,7 +855,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.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -865,7 +865,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.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -875,7 +875,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.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -885,7 +885,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.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -895,7 +895,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.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -905,7 +905,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.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -915,7 +915,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.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -925,7 +925,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.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -935,7 +935,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.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -954,7 +954,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -962,7 +962,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.73.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -970,7 +970,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.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -978,7 +978,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.73.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. --- @@ -1168,7 +1168,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.73.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.76.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1846,7 +1846,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1860,7 +1860,7 @@ cloudwatch_region: str CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1874,7 +1874,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1888,7 +1888,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1902,7 +1902,7 @@ datadog_region: str Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1916,7 +1916,7 @@ elasticsearch_endpoint: str ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1930,7 +1930,7 @@ elasticsearch_password: str ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1944,7 +1944,7 @@ elasticsearch_user: str ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1958,7 +1958,7 @@ grafana_endpoint: str Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1972,7 +1972,7 @@ grafana_password: str Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1986,7 +1986,7 @@ grafana_user: str Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2000,7 +2000,7 @@ splunk_hecendpoint: str Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2014,7 +2014,7 @@ splunk_token: str Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2064,7 +2064,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.73.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#id VaultCluster#id}. | | major_version_upgrade_config | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metrics_config | VaultClusterMetricsConfig | metrics_config block. | | min_vault_version | str | The minimum Vault version to use when creating the cluster. | @@ -2158,7 +2158,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -2172,7 +2172,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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -2186,7 +2186,7 @@ audit_log_config: VaultClusterAuditLogConfig audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -2198,7 +2198,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -2215,7 +2215,7 @@ major_version_upgrade_config: VaultClusterMajorVersionUpgradeConfig major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -2229,7 +2229,7 @@ metrics_config: VaultClusterMetricsConfig metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -2245,7 +2245,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.73.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.76.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -2259,7 +2259,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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -2275,7 +2275,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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -2292,7 +2292,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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -2306,7 +2306,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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -2320,7 +2320,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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -2336,7 +2336,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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -2350,7 +2350,7 @@ timeouts: VaultClusterTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -2388,7 +2388,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.73.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -2404,7 +2404,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -2418,7 +2418,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -2476,7 +2476,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -2490,7 +2490,7 @@ cloudwatch_region: str CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -2504,7 +2504,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -2518,7 +2518,7 @@ datadog_api_key: str Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -2532,7 +2532,7 @@ datadog_region: str Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -2546,7 +2546,7 @@ elasticsearch_endpoint: str ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -2560,7 +2560,7 @@ elasticsearch_password: str ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -2574,7 +2574,7 @@ elasticsearch_user: str ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -2588,7 +2588,7 @@ grafana_endpoint: str Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -2602,7 +2602,7 @@ grafana_password: str Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -2616,7 +2616,7 @@ grafana_user: str Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -2630,7 +2630,7 @@ splunk_hecendpoint: str Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -2644,7 +2644,7 @@ splunk_token: str Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -2667,10 +2667,10 @@ vaultCluster.VaultClusterTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2682,7 +2682,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2694,7 +2694,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2706,7 +2706,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2718,7 +2718,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultCluster.typescript.md b/docs/vaultCluster.typescript.md index f153c3bc0..438a901f5 100644 --- a/docs/vaultCluster.typescript.md +++ b/docs/vaultCluster.typescript.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster). # `vaultCluster` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr ### VaultCluster -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster hcp_vault_cluster}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster hcp_vault_cluster}. #### Initializers @@ -557,7 +557,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.73.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.76.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use --- @@ -1221,7 +1221,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1235,7 +1235,7 @@ public readonly cloudwatchRegion: string; CloudWatch region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1249,7 +1249,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1263,7 +1263,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.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1277,7 +1277,7 @@ public readonly datadogRegion: string; Datadog region for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1291,7 +1291,7 @@ public readonly elasticsearchEndpoint: string; ElasticSearch endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1305,7 +1305,7 @@ public readonly elasticsearchPassword: string; ElasticSearch password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1319,7 +1319,7 @@ public readonly elasticsearchUser: string; ElasticSearch user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1333,7 +1333,7 @@ public readonly grafanaEndpoint: string; Grafana endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1347,7 +1347,7 @@ public readonly grafanaPassword: string; Grafana password for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1361,7 +1361,7 @@ public readonly grafanaUser: string; Grafana user for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1375,7 +1375,7 @@ public readonly splunkHecendpoint: string; Splunk endpoint for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1389,7 +1389,7 @@ public readonly splunkToken: string; Splunk token for streaming audit logs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1417,7 +1417,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.73.0/docs/resources/vault_cluster#id VaultCluster#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#id VaultCluster#id}. | | majorVersionUpgradeConfig | VaultClusterMajorVersionUpgradeConfig | major_version_upgrade_config block. | | metricsConfig | VaultClusterMetricsConfig | metrics_config block. | | minVaultVersion | string | The minimum Vault version to use when creating the cluster. | @@ -1511,7 +1511,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.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} --- @@ -1525,7 +1525,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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} --- @@ -1539,7 +1539,7 @@ public readonly auditLogConfig: VaultClusterAuditLogConfig; audit_log_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} --- @@ -1551,7 +1551,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#id VaultCluster#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1568,7 +1568,7 @@ public readonly majorVersionUpgradeConfig: VaultClusterMajorVersionUpgradeConfig major_version_upgrade_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} --- @@ -1582,7 +1582,7 @@ public readonly metricsConfig: VaultClusterMetricsConfig; metrics_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} --- @@ -1598,7 +1598,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.73.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.76.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} --- @@ -1612,7 +1612,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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} --- @@ -1628,7 +1628,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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} --- @@ -1645,7 +1645,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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} --- @@ -1659,7 +1659,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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} --- @@ -1673,7 +1673,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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} --- @@ -1689,7 +1689,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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#tier VaultCluster#tier} --- @@ -1703,7 +1703,7 @@ public readonly timeouts: VaultClusterTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} --- @@ -1737,7 +1737,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.73.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} --- @@ -1753,7 +1753,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} --- @@ -1767,7 +1767,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.73.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.76.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} --- @@ -1811,7 +1811,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} --- @@ -1825,7 +1825,7 @@ public readonly cloudwatchRegion: string; CloudWatch region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} --- @@ -1839,7 +1839,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.73.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.76.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} --- @@ -1853,7 +1853,7 @@ public readonly datadogApiKey: string; Datadog api key for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} --- @@ -1867,7 +1867,7 @@ public readonly datadogRegion: string; Datadog region for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} --- @@ -1881,7 +1881,7 @@ public readonly elasticsearchEndpoint: string; ElasticSearch endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} --- @@ -1895,7 +1895,7 @@ public readonly elasticsearchPassword: string; ElasticSearch password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} --- @@ -1909,7 +1909,7 @@ public readonly elasticsearchUser: string; ElasticSearch user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} --- @@ -1923,7 +1923,7 @@ public readonly grafanaEndpoint: string; Grafana endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} --- @@ -1937,7 +1937,7 @@ public readonly grafanaPassword: string; Grafana password for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} --- @@ -1951,7 +1951,7 @@ public readonly grafanaUser: string; Grafana user for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} --- @@ -1965,7 +1965,7 @@ public readonly splunkHecendpoint: string; Splunk endpoint for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} --- @@ -1979,7 +1979,7 @@ public readonly splunkToken: string; Splunk token for streaming metrics. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} --- @@ -1997,10 +1997,10 @@ const vaultClusterTimeouts: vaultCluster.VaultClusterTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. | -| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. | --- @@ -2012,7 +2012,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create}. --- @@ -2024,7 +2024,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default}. --- @@ -2036,7 +2036,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete}. --- @@ -2048,7 +2048,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update}. --- diff --git a/docs/vaultClusterAdminToken.csharp.md b/docs/vaultClusterAdminToken.csharp.md index 2e7c869f5..2593b66a7 100644 --- a/docs/vaultClusterAdminToken.csharp.md +++ b/docs/vaultClusterAdminToken.csharp.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster_admin_token` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token). # `vaultClusterAdminToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -794,7 +794,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.73.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.76.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. | @@ -880,7 +880,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.73.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.76.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -892,7 +892,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -912,7 +912,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.73.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.76.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -926,7 +926,7 @@ public VaultClusterAdminTokenTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -948,9 +948,9 @@ new VaultClusterAdminTokenTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -962,7 +962,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -974,7 +974,7 @@ public string Delete { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -986,7 +986,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultClusterAdminToken.go.md b/docs/vaultClusterAdminToken.go.md index 8c6362d8d..aabe70a3d 100644 --- a/docs/vaultClusterAdminToken.go.md +++ b/docs/vaultClusterAdminToken.go.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster_admin_token` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token). # `vaultClusterAdminToken` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.NewVaultClusterAdminToken(scope Construct, id *string, config VaultClusterAdminTokenConfig) VaultClusterAdminToken ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -765,7 +765,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" &vaultclusteradmintoken.VaultClusterAdminTokenConfig { Connection: interface{}, @@ -778,7 +778,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts, } ``` @@ -794,7 +794,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.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.76.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. | @@ -880,7 +880,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -892,7 +892,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -912,7 +912,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.73.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.76.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -926,7 +926,7 @@ Timeouts VaultClusterAdminTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -935,7 +935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" &vaultclusteradmintoken.VaultClusterAdminTokenTimeouts { Create: *string, @@ -948,9 +948,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -962,7 +962,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -974,7 +974,7 @@ Delete *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -986,7 +986,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- @@ -997,7 +997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 52a070375..80961b561 100644 --- a/docs/vaultClusterAdminToken.java.md +++ b/docs/vaultClusterAdminToken.java.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster_admin_token` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token). # `vaultClusterAdminToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -46,7 +46,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.73.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.76.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. | @@ -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.73.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.76.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -126,7 +126,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.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -142,7 +142,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.73.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.76.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -152,7 +152,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.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -563,7 +563,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.73.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.76.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,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.73.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.76.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. | @@ -992,7 +992,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.73.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.76.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -1004,7 +1004,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1024,7 +1024,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.73.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.76.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -1038,7 +1038,7 @@ public VaultClusterAdminTokenTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -1060,9 +1060,9 @@ VaultClusterAdminTokenTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -1074,7 +1074,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -1086,7 +1086,7 @@ public java.lang.String getDelete(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -1098,7 +1098,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultClusterAdminToken.python.md b/docs/vaultClusterAdminToken.python.md index e19ae851e..366e84817 100644 --- a/docs/vaultClusterAdminToken.python.md +++ b/docs/vaultClusterAdminToken.python.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster_admin_token` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token). # `vaultClusterAdminToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -44,7 +44,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.73.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.76.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. | @@ -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.73.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.76.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -124,7 +124,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.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -140,7 +140,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.73.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.76.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -150,7 +150,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.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -473,7 +473,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -481,7 +481,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.73.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -489,7 +489,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.73.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- @@ -625,7 +625,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.73.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.76.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,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.73.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.76.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. | @@ -1050,7 +1050,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -1062,7 +1062,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1082,7 +1082,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.73.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.76.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -1096,7 +1096,7 @@ timeouts: VaultClusterAdminTokenTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -1118,9 +1118,9 @@ vaultClusterAdminToken.VaultClusterAdminTokenTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -1132,7 +1132,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -1144,7 +1144,7 @@ delete: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -1156,7 +1156,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultClusterAdminToken.typescript.md b/docs/vaultClusterAdminToken.typescript.md index 8c801f9c6..6e1638d2d 100644 --- a/docs/vaultClusterAdminToken.typescript.md +++ b/docs/vaultClusterAdminToken.typescript.md @@ -1,6 +1,6 @@ # `hcp_vault_cluster_admin_token` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token). # `vaultClusterAdminToken` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt ### VaultClusterAdminToken -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,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.73.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.76.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. | @@ -868,7 +868,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.73.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.76.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id} --- @@ -880,7 +880,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -900,7 +900,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.73.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.76.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id} --- @@ -914,7 +914,7 @@ public readonly timeouts: VaultClusterAdminTokenTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} --- @@ -932,9 +932,9 @@ const vaultClusterAdminTokenTimeouts: vaultClusterAdminToken.VaultClusterAdminTo | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.73.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.73.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.76.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.76.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.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. | --- @@ -946,7 +946,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}. --- @@ -958,7 +958,7 @@ public readonly delete: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}. --- @@ -970,7 +970,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. --- diff --git a/docs/vaultPlugin.csharp.md b/docs/vaultPlugin.csharp.md index 68b4b99f4..2372f8d0a 100644 --- a/docs/vaultPlugin.csharp.md +++ b/docs/vaultPlugin.csharp.md @@ -1,6 +1,6 @@ # `hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin). +Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin). # `vaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -820,7 +820,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.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -906,7 +906,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.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -920,7 +920,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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -934,7 +934,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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -946,7 +946,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -966,7 +966,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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -980,7 +980,7 @@ public VaultPluginTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1000,7 +1000,7 @@ new VaultPluginTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| Default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1012,7 +1012,7 @@ public string Default { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultPlugin.go.md b/docs/vaultPlugin.go.md index b2f4226dc..1b759e390 100644 --- a/docs/vaultPlugin.go.md +++ b/docs/vaultPlugin.go.md @@ -1,6 +1,6 @@ # `hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin). +Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin). # `vaultPlugin` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.NewVaultPlugin(scope Construct, id *string, config VaultPluginConfig) VaultPlugin ``` @@ -366,7 +366,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ vaultplugin.VaultPlugin_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ vaultplugin.VaultPlugin_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -455,7 +455,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.73.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.76.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" &vaultplugin.VaultPluginConfig { Connection: interface{}, @@ -802,7 +802,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultPlugin.VaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultPlugin.VaultPluginTimeouts, } ``` @@ -820,7 +820,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -906,7 +906,7 @@ ClusterId *string The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -920,7 +920,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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -934,7 +934,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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -946,7 +946,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -966,7 +966,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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -980,7 +980,7 @@ Timeouts VaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -989,7 +989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" &vaultplugin.VaultPluginTimeouts { Default: *string, @@ -1000,7 +1000,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| Default | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1012,7 +1012,7 @@ Default *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- @@ -1023,7 +1023,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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 27ab40f2a..7db320c67 100644 --- a/docs/vaultPlugin.java.md +++ b/docs/vaultPlugin.java.md @@ -1,6 +1,6 @@ # `hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin). +Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin). # `vaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -50,7 +50,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.73.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.76.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. | @@ -122,7 +122,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.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -132,7 +132,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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -142,7 +142,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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -150,7 +150,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.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -166,7 +166,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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -176,7 +176,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.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -587,7 +587,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.73.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.76.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,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.73.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.76.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. | @@ -1042,7 +1042,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.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -1056,7 +1056,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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -1070,7 +1070,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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -1082,7 +1082,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1102,7 +1102,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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -1116,7 +1116,7 @@ public VaultPluginTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1136,7 +1136,7 @@ VaultPluginTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1148,7 +1148,7 @@ public java.lang.String getDefault(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultPlugin.python.md b/docs/vaultPlugin.python.md index e3d64872b..15c8c601d 100644 --- a/docs/vaultPlugin.python.md +++ b/docs/vaultPlugin.python.md @@ -1,6 +1,6 @@ # `hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin). +Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin). # `vaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -48,7 +48,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.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -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.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -130,7 +130,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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -140,7 +140,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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -148,7 +148,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.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -164,7 +164,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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#project_id VaultPlugin#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.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -495,7 +495,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- @@ -631,7 +631,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.73.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.76.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -996,7 +996,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.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -1082,7 +1082,7 @@ cluster_id: str The ID of the HCP Vault cluster. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -1096,7 +1096,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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -1110,7 +1110,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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -1122,7 +1122,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -1142,7 +1142,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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -1156,7 +1156,7 @@ timeouts: VaultPluginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -1176,7 +1176,7 @@ vaultPlugin.VaultPluginTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| default | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -1188,7 +1188,7 @@ default: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultPlugin.typescript.md b/docs/vaultPlugin.typescript.md index 7b2cc085e..ec1a19516 100644 --- a/docs/vaultPlugin.typescript.md +++ b/docs/vaultPlugin.typescript.md @@ -1,6 +1,6 @@ # `hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin). +Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin). # `vaultPlugin` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry ### VaultPlugin -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin hcp_vault_plugin}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin hcp_vault_plugin}. #### Initializers @@ -455,7 +455,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.73.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.76.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,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.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. | @@ -892,7 +892,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.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} --- @@ -906,7 +906,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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} --- @@ -920,7 +920,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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} --- @@ -932,7 +932,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#id VaultPlugin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -952,7 +952,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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} --- @@ -966,7 +966,7 @@ public readonly timeouts: VaultPluginTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} --- @@ -984,7 +984,7 @@ const vaultPluginTimeouts: vaultPlugin.VaultPluginTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. | +| default | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. | --- @@ -996,7 +996,7 @@ public readonly default: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin#default VaultPlugin#default}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default}. --- diff --git a/docs/vaultSecretsApp.csharp.md b/docs/vaultSecretsApp.csharp.md index 327909057..698e68d2c 100644 --- a/docs/vaultSecretsApp.csharp.md +++ b/docs/vaultSecretsApp.csharp.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app). # `vaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://reg ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -428,7 +428,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.73.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.76.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -816,7 +816,7 @@ public string AppName { get; set; } The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -830,7 +830,7 @@ public string Description { get; set; } The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- diff --git a/docs/vaultSecretsApp.go.md b/docs/vaultSecretsApp.go.md index 60776c53a..6fe51fb97 100644 --- a/docs/vaultSecretsApp.go.md +++ b/docs/vaultSecretsApp.go.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app). # `vaultSecretsApp` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://reg ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.NewVaultSecretsApp(scope Construct, id *string, config VaultSecretsAppConfig) VaultSecretsApp ``` @@ -339,7 +339,7 @@ func ResetDescription() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -371,7 +371,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsTerraformElement(x interface{}) *bool ``` @@ -385,7 +385,7 @@ vaultsecretsapp.VaultSecretsApp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsTerraformResource(x interface{}) *bool ``` @@ -399,7 +399,7 @@ vaultsecretsapp.VaultSecretsApp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -428,7 +428,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.73.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.76.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -705,7 +705,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" &vaultsecretsapp.VaultSecretsAppConfig { Connection: interface{}, @@ -816,7 +816,7 @@ AppName *string The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -830,7 +830,7 @@ Description *string The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- diff --git a/docs/vaultSecretsApp.java.md b/docs/vaultSecretsApp.java.md index 5693696af..f51139397 100644 --- a/docs/vaultSecretsApp.java.md +++ b/docs/vaultSecretsApp.java.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app). # `vaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://reg ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -114,7 +114,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.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -124,7 +124,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.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -508,7 +508,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.73.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.76.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -900,7 +900,7 @@ public java.lang.String getAppName(); The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -914,7 +914,7 @@ public java.lang.String getDescription(); The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- diff --git a/docs/vaultSecretsApp.python.md b/docs/vaultSecretsApp.python.md index ee690f63d..ddd290ac2 100644 --- a/docs/vaultSecretsApp.python.md +++ b/docs/vaultSecretsApp.python.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app). # `vaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://reg ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- @@ -548,7 +548,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.73.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.76.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -936,7 +936,7 @@ app_name: str The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -950,7 +950,7 @@ description: str The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- diff --git a/docs/vaultSecretsApp.typescript.md b/docs/vaultSecretsApp.typescript.md index 25165ad7e..a7899eca4 100644 --- a/docs/vaultSecretsApp.typescript.md +++ b/docs/vaultSecretsApp.typescript.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_app` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app). # `vaultSecretsApp` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://reg ### VaultSecretsApp -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}. #### Initializers @@ -428,7 +428,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.73.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.76.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,7 @@ public readonly appName: string; The Vault Secrets App name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} --- @@ -820,7 +820,7 @@ public readonly description: string; The Vault Secrets app description. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} --- diff --git a/docs/vaultSecretsSecret.csharp.md b/docs/vaultSecretsSecret.csharp.md index 48ccc69c0..dbb8f52ec 100644 --- a/docs/vaultSecretsSecret.csharp.md +++ b/docs/vaultSecretsSecret.csharp.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret). # `vaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https:// ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -421,7 +421,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.73.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.76.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -847,7 +847,7 @@ public string SecretName { get; set; } The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -861,7 +861,7 @@ public string SecretValue { get; set; } The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- diff --git a/docs/vaultSecretsSecret.go.md b/docs/vaultSecretsSecret.go.md index 976e860f0..94a006d85 100644 --- a/docs/vaultSecretsSecret.go.md +++ b/docs/vaultSecretsSecret.go.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret). # `vaultSecretsSecret` Submodule @@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https:// ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.NewVaultSecretsSecret(scope Construct, id *string, config VaultSecretsSecretConfig) VaultSecretsSecret ``` @@ -332,7 +332,7 @@ Optional The index corresponding to the key the resource is to appear in the for ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -364,7 +364,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsTerraformElement(x interface{}) *bool ``` @@ -378,7 +378,7 @@ vaultsecretssecret.VaultSecretsSecret_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsTerraformResource(x interface{}) *bool ``` @@ -392,7 +392,7 @@ vaultsecretssecret.VaultSecretsSecret_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -421,7 +421,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.73.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.76.0/docs/resources/vault_secrets_secret#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/v8/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" &vaultsecretssecret.VaultSecretsSecretConfig { Connection: interface{}, @@ -833,7 +833,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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -847,7 +847,7 @@ SecretName *string The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -861,7 +861,7 @@ SecretValue *string The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- diff --git a/docs/vaultSecretsSecret.java.md b/docs/vaultSecretsSecret.java.md index 04c292c62..3daa9687d 100644 --- a/docs/vaultSecretsSecret.java.md +++ b/docs/vaultSecretsSecret.java.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret). # `vaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https:// ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -116,7 +116,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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -126,7 +126,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.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -136,7 +136,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.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -513,7 +513,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.73.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.76.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -929,7 +929,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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -943,7 +943,7 @@ public java.lang.String getSecretName(); The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -957,7 +957,7 @@ public java.lang.String getSecretValue(); The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- diff --git a/docs/vaultSecretsSecret.python.md b/docs/vaultSecretsSecret.python.md index 1bf2fa83e..2a781008c 100644 --- a/docs/vaultSecretsSecret.python.md +++ b/docs/vaultSecretsSecret.python.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret). # `vaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https:// ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- @@ -553,7 +553,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.73.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.76.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -965,7 +965,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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -979,7 +979,7 @@ secret_name: str The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -993,7 +993,7 @@ secret_value: str The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- diff --git a/docs/vaultSecretsSecret.typescript.md b/docs/vaultSecretsSecret.typescript.md index e34ad26c1..aa0e9262a 100644 --- a/docs/vaultSecretsSecret.typescript.md +++ b/docs/vaultSecretsSecret.typescript.md @@ -1,6 +1,6 @@ # `hcp_vault_secrets_secret` -Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret). # `vaultSecretsSecret` Submodule @@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https:// ### VaultSecretsSecret -Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}. #### Initializers @@ -421,7 +421,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.73.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.76.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} --- @@ -836,7 +836,7 @@ public readonly secretName: string; The name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} --- @@ -850,7 +850,7 @@ public readonly secretValue: string; The value of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} --- diff --git a/package.json b/package.json index 23a7af7c0..7f9b072c6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jsii-rosetta": "~5.1.2", "node-fetch": "cjs", "npm-check-updates": "^16", - "projen": "^0.75.4", + "projen": "^0.76.21", "standard-version": "^9", "typescript": "^4.9.5" }, @@ -154,7 +154,7 @@ "cdktf": { "provider": { "name": "registry.terraform.io/hashicorp/hcp", - "version": "0.73.0" + "version": "0.76.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 3f1e9cc7b..08cd3c795 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 Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering). +Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering). diff --git a/src/aws-network-peering/index.ts b/src/aws-network-peering/index.ts index 0b72c7787..032382d97 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.73.0/docs/resources/aws_network_peering +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete} */ readonly delete?: string; } @@ -196,7 +191,7 @@ export class AwsNetworkPeeringTimeoutsOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering hcp_aws_network_peering} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_network_peering hcp_aws_network_peering} */ export class AwsNetworkPeering extends cdktf.TerraformResource { @@ -212,7 +207,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.73.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.76.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) { @@ -224,7 +219,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering hcp_aws_network_peering} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -235,7 +230,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource { terraformResourceType: 'hcp_aws_network_peering', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 5bf2de14e..5db139122 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 Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 1f45c73d6..01dd36f8a 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.73.0/docs/resources/aws_transit_gateway_attachment +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete} */ readonly delete?: string; } @@ -190,7 +185,7 @@ export class AwsTransitGatewayAttachmentTimeoutsOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} */ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource { @@ -206,7 +201,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.73.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.76.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) { @@ -218,7 +213,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -229,7 +224,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource { terraformResourceType: 'hcp_aws_transit_gateway_attachment', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/azure-peering-connection/README.md b/src/azure-peering-connection/README.md index 7acefd0d2..d951b317e 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 Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection). diff --git a/src/azure-peering-connection/index.ts b/src/azure-peering-connection/index.ts index 2e2027e14..a3fcbbdbf 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.73.0/docs/resources/azure_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +10,11 @@ export interface AzurePeeringConnectionConfig extends cdktf.TerraformMetaArgumen /** * The `self_link` of the HashiCorp Virtual Network (HVN). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -28,57 +23,57 @@ 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.73.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.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id} */ readonly peeringId: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete} */ readonly delete?: string; } @@ -199,7 +194,7 @@ export class AzurePeeringConnectionTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} */ export class AzurePeeringConnection extends cdktf.TerraformResource { @@ -215,7 +210,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.73.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.76.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) { @@ -227,7 +222,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -238,7 +233,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource { terraformResourceType: 'hcp_azure_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/boundary-cluster/README.md b/src/boundary-cluster/README.md index 70b8fbb93..9f5f3a888 100644 --- a/src/boundary-cluster/README.md +++ b/src/boundary-cluster/README.md @@ -1,3 +1,3 @@ # `hcp_boundary_cluster` -Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster). +Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster). diff --git a/src/boundary-cluster/index.ts b/src/boundary-cluster/index.ts index a93eb3c97..0f8b3ccaa 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.73.0/docs/resources/boundary_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#id BoundaryCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#password BoundaryCluster#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#username BoundaryCluster#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#day BoundaryCluster#day} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#end BoundaryCluster#end} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#start BoundaryCluster#start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type} */ readonly upgradeType?: string; } @@ -221,15 +216,15 @@ export class BoundaryClusterMaintenanceWindowConfigOutputReference extends cdktf } export interface BoundaryClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#create BoundaryCluster#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#create BoundaryCluster#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#default BoundaryCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#default BoundaryCluster#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete} */ readonly delete?: string; } @@ -350,7 +345,7 @@ export class BoundaryClusterTimeoutsOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster hcp_boundary_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/boundary_cluster hcp_boundary_cluster} */ export class BoundaryCluster extends cdktf.TerraformResource { @@ -366,7 +361,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.73.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.76.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) { @@ -378,7 +373,7 @@ export class BoundaryCluster extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/boundary_cluster hcp_boundary_cluster} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -389,7 +384,7 @@ export class BoundaryCluster extends cdktf.TerraformResource { terraformResourceType: 'hcp_boundary_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 2ca898c15..cafbb43cd 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 Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 5ffb5a036..f47ff874a 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.73.0/docs/resources/consul_cluster_root_token +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default} */ readonly default?: string; } @@ -118,7 +113,7 @@ export class ConsulClusterRootTokenTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token} */ export class ConsulClusterRootToken extends cdktf.TerraformResource { @@ -134,7 +129,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.73.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.76.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) { @@ -146,7 +141,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -157,7 +152,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource { terraformResourceType: 'hcp_consul_cluster_root_token', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/consul-cluster/README.md b/src/consul-cluster/README.md index 04cd5a2f1..afcc8e25b 100644 --- a/src/consul-cluster/README.md +++ b/src/consul-cluster/README.md @@ -1,3 +1,3 @@ # `hcp_consul_cluster` -Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster). +Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster). diff --git a/src/consul-cluster/index.ts b/src/consul-cluster/index.ts index bd7cdea9d..123afe945 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.73.0/docs/resources/consul_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#id ConsulCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#size ConsulCluster#size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#tier ConsulCluster#tier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#address ConsulCluster#address} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_cluster#description ConsulCluster#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#description ConsulCluster#description} */ readonly description?: string; } @@ -228,19 +223,19 @@ export class ConsulClusterIpAllowlistStructList extends cdktf.ComplexList { } export interface ConsulClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#create ConsulCluster#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#create ConsulCluster#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#default ConsulCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#default ConsulCluster#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#delete ConsulCluster#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#delete ConsulCluster#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster#update ConsulCluster#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster#update ConsulCluster#update} */ readonly update?: string; } @@ -384,7 +379,7 @@ export class ConsulClusterTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster hcp_consul_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_cluster hcp_consul_cluster} */ export class ConsulCluster extends cdktf.TerraformResource { @@ -400,7 +395,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.73.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.76.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) { @@ -412,7 +407,7 @@ export class ConsulCluster extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster hcp_consul_cluster} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -423,7 +418,7 @@ export class ConsulCluster extends cdktf.TerraformResource { terraformResourceType: 'hcp_consul_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/consul-snapshot/README.md b/src/consul-snapshot/README.md index 3417060e1..b99062a3d 100644 --- a/src/consul-snapshot/README.md +++ b/src/consul-snapshot/README.md @@ -1,3 +1,3 @@ # `hcp_consul_snapshot` -Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot). +Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot). diff --git a/src/consul-snapshot/index.ts b/src/consul-snapshot/index.ts index 57747d279..31b840f74 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.73.0/docs/resources/consul_snapshot +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_snapshot#id ConsulSnapshot#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/consul_snapshot#create ConsulSnapshot#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#create ConsulSnapshot#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#default ConsulSnapshot#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#default ConsulSnapshot#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot#update ConsulSnapshot#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot#update ConsulSnapshot#update} */ readonly update?: string; } @@ -205,7 +200,7 @@ export class ConsulSnapshotTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot hcp_consul_snapshot} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/consul_snapshot hcp_consul_snapshot} */ export class ConsulSnapshot extends cdktf.TerraformResource { @@ -221,7 +216,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.73.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.76.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) { @@ -233,7 +228,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_snapshot hcp_consul_snapshot} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -244,7 +239,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource { terraformResourceType: 'hcp_consul_snapshot', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 cb2c91d8e..3583ebcff 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 Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering). +Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 620e2a78a..72ac65195 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.73.0/docs/data-sources/aws_network_peering +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read} */ readonly read?: string; } @@ -130,7 +125,7 @@ export class DataHcpAwsNetworkPeeringTimeoutsOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering hcp_aws_network_peering} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_network_peering hcp_aws_network_peering} */ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource { @@ -146,7 +141,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.73.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.76.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) { @@ -158,7 +153,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -169,7 +164,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_aws_network_peering', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 5fbdd0190..e172d7520 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 Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment). +Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 288a13bdf..dbdce8646 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.73.0/docs/data-sources/aws_transit_gateway_attachment +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default} */ readonly default?: string; } @@ -130,7 +125,7 @@ export class DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference extends c } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} */ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSource { @@ -146,7 +141,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.73.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.76.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) { @@ -158,7 +153,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -169,7 +164,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc terraformResourceType: 'hcp_aws_transit_gateway_attachment', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 747c8e8c1..f7dabf0ab 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 Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 ea79a7a52..99427c566 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.73.0/docs/data-sources/azure_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read} */ readonly read?: string; } @@ -121,7 +116,7 @@ export class DataHcpAzurePeeringConnectionTimeoutsOutputReference extends cdktf. } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection} */ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource { @@ -137,7 +132,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.73.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.76.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) { @@ -149,7 +144,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -160,7 +155,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_azure_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 6cc668b63..74e2c01d8 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 Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 71a126514..2f9f00cb6 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.73.0/docs/data-sources/boundary_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts} */ readonly timeouts?: DataHcpBoundaryClusterTimeouts; } @@ -122,7 +117,7 @@ export class DataHcpBoundaryClusterMaintenanceWindowConfigList extends cdktf.Com } export interface DataHcpBoundaryClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default} */ readonly default?: string; } @@ -197,7 +192,7 @@ export class DataHcpBoundaryClusterTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} */ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource { @@ -213,7 +208,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.73.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.76.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) { @@ -225,7 +220,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -236,7 +231,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_boundary_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 16cdfbc7c..1dbbf7ab8 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 Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 c56158734..6c1606727 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.73.0/docs/data-sources/consul_agent_helm_config +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default} */ readonly default?: string; } @@ -130,7 +125,7 @@ export class DataHcpConsulAgentHelmConfigTimeoutsOutputReference extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config} */ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource { @@ -146,7 +141,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.73.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.76.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) { @@ -158,7 +153,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -169,7 +164,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_consul_agent_helm_config', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 3ef1403e5..aeece42e0 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 Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret). +Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 ee78c8859..5fd863e09 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.73.0/docs/data-sources/consul_agent_kubernetes_secret +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default} */ readonly default?: string; } @@ -118,7 +113,7 @@ export class DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference extends c } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret} */ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSource { @@ -134,7 +129,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.73.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.76.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) { @@ -146,7 +141,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -157,7 +152,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc terraformResourceType: 'hcp_consul_agent_kubernetes_secret', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 fce787487..ea24c6206 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 Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 c740439fc..a9d4e7c15 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.73.0/docs/data-sources/consul_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts} */ readonly timeouts?: DataHcpConsulClusterTimeouts; } @@ -112,7 +107,7 @@ export class DataHcpConsulClusterIpAllowlistStructList extends cdktf.ComplexList } export interface DataHcpConsulClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default} */ readonly default?: string; } @@ -187,7 +182,7 @@ export class DataHcpConsulClusterTimeoutsOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster hcp_consul_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_cluster hcp_consul_cluster} */ export class DataHcpConsulCluster extends cdktf.TerraformDataSource { @@ -203,7 +198,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.73.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.76.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) { @@ -215,7 +210,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster hcp_consul_cluster} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -226,7 +221,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_consul_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 07c811297..d833096d2 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 Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions). +Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 ad8a2945a..cb4d7df72 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.73.0/docs/data-sources/consul_versions +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default} */ readonly default?: string; } @@ -103,7 +98,7 @@ export class DataHcpConsulVersionsTimeoutsOutputReference extends cdktf.ComplexO } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions hcp_consul_versions} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/consul_versions hcp_consul_versions} */ export class DataHcpConsulVersions extends cdktf.TerraformDataSource { @@ -119,7 +114,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.73.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.76.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) { @@ -131,7 +126,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions hcp_consul_versions} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -142,7 +137,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_consul_versions', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 99c84603d..6a25f44ba 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 Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 154e03318..3524a9d21 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.73.0/docs/data-sources/hvn_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default} */ readonly default?: string; } @@ -127,7 +122,7 @@ export class DataHcpHvnPeeringConnectionTimeoutsOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection} */ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource { @@ -143,7 +138,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.73.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.76.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) { @@ -155,7 +150,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -166,7 +161,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_hvn_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 d37d41f35..b99d3d35b 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 Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route). +Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 f471a17be..c514d7850 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.73.0/docs/data-sources/hvn_route +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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,19 +29,19 @@ 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.73.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts} */ readonly timeouts?: DataHcpHvnRouteTimeouts; } export interface DataHcpHvnRouteTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default} */ readonly default?: string; } @@ -121,7 +116,7 @@ export class DataHcpHvnRouteTimeoutsOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route hcp_hvn_route} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn_route hcp_hvn_route} */ export class DataHcpHvnRoute extends cdktf.TerraformDataSource { @@ -137,7 +132,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.73.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.76.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) { @@ -149,7 +144,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route hcp_hvn_route} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -160,7 +155,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_hvn_route', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-hvn/README.md b/src/data-hcp-hvn/README.md index 99a82c5ca..ff9c401ee 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 Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn). +Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn). diff --git a/src/data-hcp-hvn/index.ts b/src/data-hcp-hvn/index.ts index 51482931d..4420ab6d4 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.73.0/docs/data-sources/hvn +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn#id DataHcpHvn#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/hvn#default DataHcpHvn#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn#default DataHcpHvn#default} */ readonly default?: string; } @@ -118,7 +113,7 @@ export class DataHcpHvnTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn hcp_hvn} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/hvn hcp_hvn} */ export class DataHcpHvn extends cdktf.TerraformDataSource { @@ -134,7 +129,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.73.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.76.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) { @@ -146,7 +141,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn hcp_hvn} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -157,7 +152,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_hvn', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-organization/README.md b/src/data-hcp-organization/README.md index f3be5adb1..f3052f019 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 Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization). +Refer to the Terraform Registory for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/organization). diff --git a/src/data-hcp-organization/index.ts b/src/data-hcp-organization/index.ts index e4eb036b4..0850628d9 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.73.0/docs/data-sources/organization +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/organization hcp_organization} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/organization hcp_organization} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0', + providerVersion: '0.76.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 e09645a92..f895b5117 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 Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names). +Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 6c4a3cb76..097185e76 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.73.0/docs/data-sources/packer_bucket_names +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default} */ readonly default?: string; } @@ -109,7 +104,7 @@ export class DataHcpPackerBucketNamesTimeoutsOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names} */ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource { @@ -125,7 +120,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.73.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.76.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) { @@ -137,7 +132,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -148,7 +143,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_bucket_names', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-packer-image/README.md b/src/data-hcp-packer-image/README.md index 77547ce47..76c54423a 100644 --- a/src/data-hcp-packer-image/README.md +++ b/src/data-hcp-packer-image/README.md @@ -1,3 +1,3 @@ # `data_hcp_packer_image` -Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image). +Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image). diff --git a/src/data-hcp-packer-image/index.ts b/src/data-hcp-packer-image/index.ts index b7c482cd0..fba4df0d9 100644 --- a/src/data-hcp-packer-image/index.ts +++ b/src/data-hcp-packer-image/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +10,29 @@ export interface DataHcpPackerImageConfig extends cdktf.TerraformMetaArguments { /** * The slug of the HCP Packer Registry bucket where this image is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name} */ readonly bucketName: string; /** * The channel that points to the version of the image being retrieved. Either this or `iteration_id` must be specified. Note: will incur a billable request * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel} */ readonly channel?: string; /** * Name of the cloud provider where this image is stored. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider} */ readonly cloudProvider: string; /** * Name of the builder that built this image. Ex: `amazon-ebs.example`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type} */ readonly componentType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#id DataHcpPackerImage#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#id DataHcpPackerImage#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -46,7 +41,7 @@ export interface DataHcpPackerImageConfig extends cdktf.TerraformMetaArguments { /** * The iteration from which to get the image. Either this or `channel` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id} */ readonly iterationId?: string; /** @@ -55,25 +50,25 @@ export interface DataHcpPackerImageConfig 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.73.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id} */ readonly projectId?: string; /** * The Region where this image is stored, if any. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#region DataHcpPackerImage#region} */ readonly region: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts} */ readonly timeouts?: DataHcpPackerImageTimeouts; } export interface DataHcpPackerImageTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#default DataHcpPackerImage#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#default DataHcpPackerImage#default} */ readonly default?: string; } @@ -148,7 +143,7 @@ export class DataHcpPackerImageTimeoutsOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image hcp_packer_image} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image hcp_packer_image} */ export class DataHcpPackerImage extends cdktf.TerraformDataSource { @@ -164,7 +159,7 @@ export class DataHcpPackerImage extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpPackerImage 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 DataHcpPackerImage to import - * @param importFromId The id of the existing DataHcpPackerImage that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpPackerImage that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpPackerImage to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -176,7 +171,7 @@ export class DataHcpPackerImage extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image hcp_packer_image} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_image hcp_packer_image} 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 @@ -187,7 +182,7 @@ export class DataHcpPackerImage extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_image', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-packer-iteration/README.md b/src/data-hcp-packer-iteration/README.md index 72848ba1c..e58b82ab5 100644 --- a/src/data-hcp-packer-iteration/README.md +++ b/src/data-hcp-packer-iteration/README.md @@ -1,3 +1,3 @@ # `data_hcp_packer_iteration` -Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration). +Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration). diff --git a/src/data-hcp-packer-iteration/index.ts b/src/data-hcp-packer-iteration/index.ts index ba6d46f5b..1e49c2f9a 100644 --- a/src/data-hcp-packer-iteration/index.ts +++ b/src/data-hcp-packer-iteration/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +10,17 @@ export interface DataHcpPackerIterationConfig extends cdktf.TerraformMetaArgumen /** * The slug of the HCP Packer Registry bucket to pull from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name} */ readonly bucketName: string; /** * The channel that points to the version of the image you want. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel} */ readonly channel: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,19 +32,19 @@ export interface DataHcpPackerIterationConfig 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.73.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts} */ readonly timeouts?: DataHcpPackerIterationTimeouts; } export interface DataHcpPackerIterationTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default} */ readonly default?: string; } @@ -124,7 +119,7 @@ export class DataHcpPackerIterationTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration hcp_packer_iteration} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration hcp_packer_iteration} */ export class DataHcpPackerIteration extends cdktf.TerraformDataSource { @@ -140,7 +135,7 @@ export class DataHcpPackerIteration extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataHcpPackerIteration 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 DataHcpPackerIteration to import - * @param importFromId The id of the existing DataHcpPackerIteration that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataHcpPackerIteration that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataHcpPackerIteration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +147,7 @@ export class DataHcpPackerIteration extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration hcp_packer_iteration} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_iteration hcp_packer_iteration} 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 @@ -163,7 +158,7 @@ export class DataHcpPackerIteration extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_iteration', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 aec27b9db..f2898934b 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 Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task). +Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 206a0e5d4..8a1226169 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.73.0/docs/data-sources/packer_run_task +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default} */ readonly default?: string; } @@ -112,7 +107,7 @@ export class DataHcpPackerRunTaskTimeoutsOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task hcp_packer_run_task} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/packer_run_task hcp_packer_run_task} */ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource { @@ -128,7 +123,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.73.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.76.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) { @@ -140,7 +135,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -151,7 +146,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_packer_run_task', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/data-hcp-project/README.md b/src/data-hcp-project/README.md index c2012fa5a..f2ce29e8e 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 Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project). +Refer to the Terraform Registory for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project). diff --git a/src/data-hcp-project/index.ts b/src/data-hcp-project/index.ts index eb092459d..d4091afcf 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.73.0/docs/data-sources/project +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/project#project DataHcpProject#project} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/project#project DataHcpProject#project} */ readonly project?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project hcp_project} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/project hcp_project} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0', + providerVersion: '0.76.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 new file mode 100644 index 000000000..adc62f63e --- /dev/null +++ b/src/data-hcp-service-principal/README.md @@ -0,0 +1,3 @@ +# `data_hcp_service_principal` + +Refer to the Terraform Registory for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal). diff --git a/src/data-hcp-service-principal/index.ts b/src/data-hcp-service-principal/index.ts new file mode 100644 index 000000000..e7bc532e4 --- /dev/null +++ b/src/data-hcp-service-principal/index.ts @@ -0,0 +1,108 @@ +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/service_principal +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface DataHcpServicePrincipalConfig extends cdktf.TerraformMetaArguments { + /** + * 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.76.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.76.0/docs/data-sources/service_principal hcp_service_principal} +*/ +export class DataHcpServicePrincipal extends cdktf.TerraformDataSource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "hcp_service_principal"; + + // ============== + // STATIC Methods + // ============== + /** + * 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.76.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) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_service_principal", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 + * @param options DataHcpServicePrincipalConfig + */ + public constructor(scope: Construct, id: string, config: DataHcpServicePrincipalConfig) { + super(scope, id, { + terraformResourceType: 'hcp_service_principal', + terraformGeneratorMetadata: { + providerName: 'hcp', + providerVersion: '0.76.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._resourceName = config.resourceName; + } + + // ========== + // ATTRIBUTES + // ========== + + // name - computed: true, optional: false, required: false + public get name() { + return this.getStringAttribute('name'); + } + + // resource_id - computed: true, optional: false, required: false + public get resourceId() { + return this.getStringAttribute('resource_id'); + } + + // resource_name - computed: false, optional: false, required: true + private _resourceName?: string; + public get resourceName() { + return this.getStringAttribute('resource_name'); + } + public set resourceName(value: string) { + this._resourceName = value; + } + // Temporarily expose input value. Use with caution. + public get resourceNameInput() { + return this._resourceName; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + resource_name: cdktf.stringToTerraform(this._resourceName), + }; + } +} diff --git a/src/data-hcp-vault-cluster/README.md b/src/data-hcp-vault-cluster/README.md index d2e740b2c..482c01dd3 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 Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster). +Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 13512c2a4..86c1343b8 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.73.0/docs/data-sources/vault_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts} */ readonly timeouts?: DataHcpVaultClusterTimeouts; } @@ -394,7 +389,7 @@ export class DataHcpVaultClusterMetricsConfigList extends cdktf.ComplexList { } export interface DataHcpVaultClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default} */ readonly default?: string; } @@ -469,7 +464,7 @@ export class DataHcpVaultClusterTimeoutsOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster hcp_vault_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_cluster hcp_vault_cluster} */ export class DataHcpVaultCluster extends cdktf.TerraformDataSource { @@ -485,7 +480,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.73.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.76.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) { @@ -497,7 +492,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster hcp_vault_cluster} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -508,7 +503,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_vault_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 561c54684..ed218c665 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 Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin). +Refer to the Terraform Registory for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 75b4a9d61..37aa170be 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.73.0/docs/data-sources/vault_plugin +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default} */ readonly default?: string; } @@ -130,7 +125,7 @@ export class DataHcpVaultPluginTimeoutsOutputReference extends cdktf.ComplexObje } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin hcp_vault_plugin} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/data-sources/vault_plugin hcp_vault_plugin} */ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource { @@ -146,7 +141,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.73.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.76.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) { @@ -158,7 +153,7 @@ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin hcp_vault_plugin} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -169,7 +164,7 @@ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource { terraformResourceType: 'hcp_vault_plugin', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 8ee4a64e1..341103bd7 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 Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 bf7febc6e..7c3f8aaa5 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.73.0/docs/data-sources/vault_secrets_app +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0', + providerVersion: '0.76.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 65913010b..71fae9e53 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 Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 a0495bf96..f29b8339d 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.73.0/docs/data-sources/vault_secrets_secret +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/hvn-peering-connection/README.md b/src/hvn-peering-connection/README.md index e67dad423..1cbf9a237 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 Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection). +Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection). diff --git a/src/hvn-peering-connection/index.ts b/src/hvn-peering-connection/index.ts index 0cacaa9a8..347f7ded5 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.73.0/docs/resources/hvn_peering_connection +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete} */ readonly delete?: string; } @@ -175,7 +170,7 @@ export class HvnPeeringConnectionTimeoutsOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} */ export class HvnPeeringConnection extends cdktf.TerraformResource { @@ -191,7 +186,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.73.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.76.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) { @@ -203,7 +198,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -214,7 +209,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource { terraformResourceType: 'hcp_hvn_peering_connection', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/hvn-route/README.md b/src/hvn-route/README.md index ab57d2741..98aaf6459 100644 --- a/src/hvn-route/README.md +++ b/src/hvn-route/README.md @@ -1,3 +1,3 @@ # `hcp_hvn_route` -Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route). +Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route). diff --git a/src/hvn-route/index.ts b/src/hvn-route/index.ts index 95aab739e..82ac1fbd9 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.73.0/docs/resources/hvn_route +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/hvn_route#id HvnRoute#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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,33 +35,33 @@ 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.73.0/docs/resources/hvn_route#project_id HvnRoute#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn_route#target_link HvnRoute#target_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#target_link HvnRoute#target_link} */ readonly targetLink: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts} */ readonly timeouts?: HvnRouteTimeouts; } export interface HvnRouteTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#create HvnRoute#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#create HvnRoute#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#default HvnRoute#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#default HvnRoute#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route#delete HvnRoute#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route#delete HvnRoute#delete} */ readonly delete?: string; } @@ -187,7 +182,7 @@ export class HvnRouteTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route hcp_hvn_route} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn_route hcp_hvn_route} */ export class HvnRoute extends cdktf.TerraformResource { @@ -203,7 +198,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.73.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.76.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) { @@ -215,7 +210,7 @@ export class HvnRoute extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route hcp_hvn_route} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -226,7 +221,7 @@ export class HvnRoute extends cdktf.TerraformResource { terraformResourceType: 'hcp_hvn_route', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/hvn/README.md b/src/hvn/README.md index 8616742c1..fed499a92 100644 --- a/src/hvn/README.md +++ b/src/hvn/README.md @@ -1,3 +1,3 @@ # `hcp_hvn` -Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn). +Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn). diff --git a/src/hvn/index.ts b/src/hvn/index.ts index 4179df012..488ccbc87 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.73.0/docs/resources/hvn +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#cidr_block Hvn#cidr_block} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#hvn_id Hvn#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#id Hvn#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#project_id Hvn#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#region Hvn#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#timeouts Hvn#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/hvn#create Hvn#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#create Hvn#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#default Hvn#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#default Hvn#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn#delete Hvn#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn#delete Hvn#delete} */ readonly delete?: string; } @@ -190,7 +185,7 @@ export class HvnTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn hcp_hvn} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/hvn hcp_hvn} */ export class Hvn extends cdktf.TerraformResource { @@ -206,7 +201,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.73.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.76.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) { @@ -218,7 +213,7 @@ export class Hvn extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn hcp_hvn} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -229,7 +224,7 @@ export class Hvn extends cdktf.TerraformResource { terraformResourceType: 'hcp_hvn', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.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 new file mode 100644 index 000000000..9191e758a --- /dev/null +++ b/src/iam-workload-identity-provider/README.md @@ -0,0 +1,3 @@ +# `hcp_iam_workload_identity_provider` + +Refer to the Terraform Registory for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 new file mode 100644 index 000000000..4ad1a72d3 --- /dev/null +++ b/src/iam-workload-identity-provider/index.ts @@ -0,0 +1,395 @@ +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface IamWorkloadIdentityProviderConfig extends cdktf.TerraformMetaArguments { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.76.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.76.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.76.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.76.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.76.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal} + */ + readonly servicePrincipal: string; +} +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.76.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id} + */ + readonly accountId: string; +} + +export function iamWorkloadIdentityProviderAwsToTerraform(struct?: IamWorkloadIdentityProviderAws | 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 { + account_id: cdktf.stringToTerraform(struct!.accountId), + } +} + +export class IamWorkloadIdentityProviderAwsOutputReference 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(): IamWorkloadIdentityProviderAws | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._accountId !== undefined) { + hasAnyValues = true; + internalValueResult.accountId = this._accountId; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: IamWorkloadIdentityProviderAws | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._accountId = 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._accountId = value.accountId; + } + } + + // account_id - computed: false, optional: false, required: true + private _accountId?: string; + public get accountId() { + return this.getStringAttribute('account_id'); + } + public set accountId(value: string) { + this._accountId = value; + } + // Temporarily expose input value. Use with caution. + public get accountIdInput() { + return this._accountId; + } +} +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.76.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.76.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri} + */ + readonly issuerUri: string; +} + +export function iamWorkloadIdentityProviderOidcToTerraform(struct?: IamWorkloadIdentityProviderOidc | 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 { + allowed_audiences: cdktf.listMapper(cdktf.stringToTerraform, false)(struct!.allowedAudiences), + issuer_uri: cdktf.stringToTerraform(struct!.issuerUri), + } +} + +export class IamWorkloadIdentityProviderOidcOutputReference 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(): IamWorkloadIdentityProviderOidc | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._allowedAudiences !== undefined) { + hasAnyValues = true; + internalValueResult.allowedAudiences = this._allowedAudiences; + } + if (this._issuerUri !== undefined) { + hasAnyValues = true; + internalValueResult.issuerUri = this._issuerUri; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: IamWorkloadIdentityProviderOidc | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._allowedAudiences = undefined; + this._issuerUri = 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._allowedAudiences = value.allowedAudiences; + this._issuerUri = value.issuerUri; + } + } + + // allowed_audiences - computed: true, optional: true, required: false + private _allowedAudiences?: string[]; + public get allowedAudiences() { + return cdktf.Fn.tolist(this.getListAttribute('allowed_audiences')); + } + public set allowedAudiences(value: string[]) { + this._allowedAudiences = value; + } + public resetAllowedAudiences() { + this._allowedAudiences = undefined; + } + // Temporarily expose input value. Use with caution. + public get allowedAudiencesInput() { + return this._allowedAudiences; + } + + // issuer_uri - computed: false, optional: false, required: true + private _issuerUri?: string; + public get issuerUri() { + return this.getStringAttribute('issuer_uri'); + } + public set issuerUri(value: string) { + this._issuerUri = value; + } + // Temporarily expose input value. Use with caution. + public get issuerUriInput() { + return this._issuerUri; + } +} + +/** +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider} +*/ +export class IamWorkloadIdentityProvider extends cdktf.TerraformResource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "hcp_iam_workload_identity_provider"; + + // ============== + // STATIC Methods + // ============== + /** + * 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.76.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) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_iam_workload_identity_provider", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 + * @param options IamWorkloadIdentityProviderConfig + */ + public constructor(scope: Construct, id: string, config: IamWorkloadIdentityProviderConfig) { + super(scope, id, { + terraformResourceType: 'hcp_iam_workload_identity_provider', + terraformGeneratorMetadata: { + providerName: 'hcp', + providerVersion: '0.76.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._aws.internalValue = config.aws; + this._conditionalAccess = config.conditionalAccess; + this._description = config.description; + this._name = config.name; + this._oidc.internalValue = config.oidc; + this._servicePrincipal = config.servicePrincipal; + } + + // ========== + // ATTRIBUTES + // ========== + + // aws - computed: false, optional: true, required: false + private _aws = new IamWorkloadIdentityProviderAwsOutputReference(this, "aws"); + public get aws() { + return this._aws; + } + public putAws(value: IamWorkloadIdentityProviderAws) { + this._aws.internalValue = value; + } + public resetAws() { + this._aws.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get awsInput() { + return this._aws.internalValue; + } + + // conditional_access - computed: false, optional: false, required: true + private _conditionalAccess?: string; + public get conditionalAccess() { + return this.getStringAttribute('conditional_access'); + } + public set conditionalAccess(value: string) { + this._conditionalAccess = value; + } + // Temporarily expose input value. Use with caution. + public get conditionalAccessInput() { + return this._conditionalAccess; + } + + // 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; + } + + // 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; + } + + // oidc - computed: false, optional: true, required: false + private _oidc = new IamWorkloadIdentityProviderOidcOutputReference(this, "oidc"); + public get oidc() { + return this._oidc; + } + public putOidc(value: IamWorkloadIdentityProviderOidc) { + this._oidc.internalValue = value; + } + public resetOidc() { + this._oidc.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get oidcInput() { + return this._oidc.internalValue; + } + + // resource_id - computed: true, optional: false, required: false + public get resourceId() { + return this.getStringAttribute('resource_id'); + } + + // resource_name - computed: true, optional: false, required: false + public get resourceName() { + return this.getStringAttribute('resource_name'); + } + + // service_principal - computed: false, optional: false, required: true + private _servicePrincipal?: string; + public get servicePrincipal() { + return this.getStringAttribute('service_principal'); + } + public set servicePrincipal(value: string) { + this._servicePrincipal = value; + } + // Temporarily expose input value. Use with caution. + public get servicePrincipalInput() { + return this._servicePrincipal; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + aws: iamWorkloadIdentityProviderAwsToTerraform(this._aws.internalValue), + conditional_access: cdktf.stringToTerraform(this._conditionalAccess), + description: cdktf.stringToTerraform(this._description), + name: cdktf.stringToTerraform(this._name), + oidc: iamWorkloadIdentityProviderOidcToTerraform(this._oidc.internalValue), + service_principal: cdktf.stringToTerraform(this._servicePrincipal), + }; + } +} diff --git a/src/index.ts b/src/index.ts index 5eec4931f..074231740 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'; @@ -14,10 +9,13 @@ export * as consulSnapshot from './consul-snapshot'; export * as hvn from './hvn'; export * as hvnPeeringConnection from './hvn-peering-connection'; export * as hvnRoute from './hvn-route'; +export * as iamWorkloadIdentityProvider from './iam-workload-identity-provider'; export * as packerChannel from './packer-channel'; export * as packerChannelAssignment from './packer-channel-assignment'; export * as packerRunTask from './packer-run-task'; export * as project from './project'; +export * as servicePrincipal from './service-principal'; +export * as servicePrincipalKey from './service-principal-key'; export * as vaultCluster from './vault-cluster'; export * as vaultClusterAdminToken from './vault-cluster-admin-token'; export * as vaultPlugin from './vault-plugin'; @@ -40,6 +38,7 @@ export * as dataHcpPackerImage from './data-hcp-packer-image'; export * as dataHcpPackerIteration from './data-hcp-packer-iteration'; export * as dataHcpPackerRunTask from './data-hcp-packer-run-task'; export * as dataHcpProject from './data-hcp-project'; +export * as dataHcpServicePrincipal from './data-hcp-service-principal'; export * as dataHcpVaultCluster from './data-hcp-vault-cluster'; export * as dataHcpVaultPlugin from './data-hcp-vault-plugin'; export * as dataHcpVaultSecretsApp from './data-hcp-vault-secrets-app'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index d34c3d756..f45acbfc4 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'); } }); @@ -14,10 +9,13 @@ Object.defineProperty(exports, 'consulSnapshot', { get: function () { return req Object.defineProperty(exports, 'hvn', { get: function () { return require('./hvn'); } }); Object.defineProperty(exports, 'hvnPeeringConnection', { get: function () { return require('./hvn-peering-connection'); } }); Object.defineProperty(exports, 'hvnRoute', { get: function () { return require('./hvn-route'); } }); +Object.defineProperty(exports, 'iamWorkloadIdentityProvider', { get: function () { return require('./iam-workload-identity-provider'); } }); Object.defineProperty(exports, 'packerChannel', { get: function () { return require('./packer-channel'); } }); Object.defineProperty(exports, 'packerChannelAssignment', { get: function () { return require('./packer-channel-assignment'); } }); Object.defineProperty(exports, 'packerRunTask', { get: function () { return require('./packer-run-task'); } }); Object.defineProperty(exports, 'project', { get: function () { return require('./project'); } }); +Object.defineProperty(exports, 'servicePrincipal', { get: function () { return require('./service-principal'); } }); +Object.defineProperty(exports, 'servicePrincipalKey', { get: function () { return require('./service-principal-key'); } }); Object.defineProperty(exports, 'vaultCluster', { get: function () { return require('./vault-cluster'); } }); Object.defineProperty(exports, 'vaultClusterAdminToken', { get: function () { return require('./vault-cluster-admin-token'); } }); Object.defineProperty(exports, 'vaultPlugin', { get: function () { return require('./vault-plugin'); } }); @@ -40,6 +38,7 @@ Object.defineProperty(exports, 'dataHcpPackerImage', { get: function () { return Object.defineProperty(exports, 'dataHcpPackerIteration', { get: function () { return require('./data-hcp-packer-iteration'); } }); Object.defineProperty(exports, 'dataHcpPackerRunTask', { get: function () { return require('./data-hcp-packer-run-task'); } }); Object.defineProperty(exports, 'dataHcpProject', { get: function () { return require('./data-hcp-project'); } }); +Object.defineProperty(exports, 'dataHcpServicePrincipal', { get: function () { return require('./data-hcp-service-principal'); } }); Object.defineProperty(exports, 'dataHcpVaultCluster', { get: function () { return require('./data-hcp-vault-cluster'); } }); Object.defineProperty(exports, 'dataHcpVaultPlugin', { get: function () { return require('./data-hcp-vault-plugin'); } }); Object.defineProperty(exports, 'dataHcpVaultSecretsApp', { get: function () { return require('./data-hcp-vault-secrets-app'); } }); diff --git a/src/packer-channel-assignment/README.md b/src/packer-channel-assignment/README.md index 50d7e914e..b70b0e60a 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 Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment). +Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment). diff --git a/src/packer-channel-assignment/index.ts b/src/packer-channel-assignment/index.ts index 4caa9c8fd..28f14c042 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.73.0/docs/resources/packer_channel_assignment +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 Registry bucket where the channel is located. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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. @@ -34,19 +29,19 @@ export interface PackerChannelAssignmentConfig extends cdktf.TerraformMetaArgume /** * The fingerprint of the iteration assigned to the channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint} */ readonly iterationFingerprint?: string; /** * The ID of the iteration assigned to the channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id} */ readonly iterationId?: string; /** * The incremental version of the iteration assigned to the channel. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version} */ readonly iterationVersion?: number; /** @@ -55,31 +50,31 @@ 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.73.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id} */ readonly projectId?: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update} */ readonly update?: string; } @@ -223,7 +218,7 @@ export class PackerChannelAssignmentTimeoutsOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} */ export class PackerChannelAssignment extends cdktf.TerraformResource { @@ -239,7 +234,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.73.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.76.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) { @@ -251,7 +246,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -262,7 +257,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource { terraformResourceType: 'hcp_packer_channel_assignment', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/packer-channel/README.md b/src/packer-channel/README.md index 4c6124e65..4255274e2 100644 --- a/src/packer-channel/README.md +++ b/src/packer-channel/README.md @@ -1,3 +1,3 @@ # `hcp_packer_channel` -Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel). +Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel). diff --git a/src/packer-channel/index.ts b/src/packer-channel/index.ts index d42a65217..9ee9cf64f 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.73.0/docs/resources/packer_channel +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 slug 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.73.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel#id PackerChannel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel#name PackerChannel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel#project_id PackerChannel#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel#restricted PackerChannel#restricted} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_channel#create PackerChannel#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#create PackerChannel#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#default PackerChannel#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#default PackerChannel#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#delete PackerChannel#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#delete PackerChannel#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel#update PackerChannel#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel#update PackerChannel#update} */ readonly update?: string; } @@ -211,7 +206,7 @@ export class PackerChannelTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel hcp_packer_channel} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_channel hcp_packer_channel} */ export class PackerChannel extends cdktf.TerraformResource { @@ -227,7 +222,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.73.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.76.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) { @@ -239,7 +234,7 @@ export class PackerChannel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel hcp_packer_channel} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -250,7 +245,7 @@ export class PackerChannel extends cdktf.TerraformResource { terraformResourceType: 'hcp_packer_channel', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/packer-run-task/README.md b/src/packer-run-task/README.md index 96aa15cfe..1cad77af4 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 Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task). +Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task). diff --git a/src/packer-run-task/index.ts b/src/packer-run-task/index.ts index 963d2e432..648280be2 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.73.0/docs/resources/packer_run_task +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#id PackerRunTask#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#create PackerRunTask#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#default PackerRunTask#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#delete PackerRunTask#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/packer_run_task#update PackerRunTask#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task#update PackerRunTask#update} */ readonly update?: string; } @@ -199,7 +194,7 @@ export class PackerRunTaskTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task hcp_packer_run_task} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/packer_run_task hcp_packer_run_task} */ export class PackerRunTask extends cdktf.TerraformResource { @@ -215,7 +210,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.73.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.76.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) { @@ -227,7 +222,7 @@ export class PackerRunTask extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task hcp_packer_run_task} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -238,7 +233,7 @@ export class PackerRunTask extends cdktf.TerraformResource { terraformResourceType: 'hcp_packer_run_task', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/project/README.md b/src/project/README.md index 6d4263c8d..3d37ecc9e 100644 --- a/src/project/README.md +++ b/src/project/README.md @@ -1,3 +1,3 @@ # `hcp_project` -Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project). +Refer to the Terraform Registory for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project). diff --git a/src/project/index.ts b/src/project/index.ts index a072d8904..531361eea 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.73.0/docs/resources/project +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/project#description Project#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/project#name Project#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/project#name Project#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project hcp_project} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/project hcp_project} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index 571ee940f..9b1256a6a 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs). +Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 7ca7ef1e5..718925d0f 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.73.0/docs +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,31 +10,31 @@ export interface HcpProviderConfig { /** * The OAuth2 Client ID for API operations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#client_id HcpProvider#client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs#client_secret HcpProvider#client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#client_secret HcpProvider#client_secret} */ readonly clientSecret?: string; /** * The default project in which resources should be created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs#project_id HcpProvider#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs#alias HcpProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs#alias HcpProvider#alias} */ readonly alias?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs hcp} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs hcp} */ export class HcpProvider extends cdktf.TerraformProvider { @@ -55,7 +50,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.73.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.76.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) { @@ -67,7 +62,7 @@ export class HcpProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs hcp} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -78,7 +73,7 @@ export class HcpProvider extends cdktf.TerraformProvider { terraformResourceType: 'hcp', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, terraformProviderSource: 'hcp' diff --git a/src/service-principal-key/README.md b/src/service-principal-key/README.md new file mode 100644 index 000000000..3ca988c43 --- /dev/null +++ b/src/service-principal-key/README.md @@ -0,0 +1,3 @@ +# `hcp_service_principal_key` + +Refer to the Terraform Registory for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key). diff --git a/src/service-principal-key/index.ts b/src/service-principal-key/index.ts new file mode 100644 index 000000000..a998e59cd --- /dev/null +++ b/src/service-principal-key/index.ts @@ -0,0 +1,137 @@ +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal_key +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +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.76.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.76.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.76.0/docs/resources/service_principal_key hcp_service_principal_key} +*/ +export class ServicePrincipalKey extends cdktf.TerraformResource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "hcp_service_principal_key"; + + // ============== + // STATIC Methods + // ============== + /** + * 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.76.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) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_service_principal_key", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 + * @param options ServicePrincipalKeyConfig + */ + public constructor(scope: Construct, id: string, config: ServicePrincipalKeyConfig) { + super(scope, id, { + terraformResourceType: 'hcp_service_principal_key', + terraformGeneratorMetadata: { + providerName: 'hcp', + providerVersion: '0.76.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._rotateTriggers = config.rotateTriggers; + this._servicePrincipal = config.servicePrincipal; + } + + // ========== + // ATTRIBUTES + // ========== + + // client_id - computed: true, optional: false, required: false + public get clientId() { + return this.getStringAttribute('client_id'); + } + + // client_secret - computed: true, optional: false, required: false + public get clientSecret() { + return this.getStringAttribute('client_secret'); + } + + // resource_name - computed: true, optional: false, required: false + public get resourceName() { + return this.getStringAttribute('resource_name'); + } + + // rotate_triggers - computed: false, optional: true, required: false + private _rotateTriggers?: { [key: string]: string }; + public get rotateTriggers() { + return this.getStringMapAttribute('rotate_triggers'); + } + public set rotateTriggers(value: { [key: string]: string }) { + this._rotateTriggers = value; + } + public resetRotateTriggers() { + this._rotateTriggers = undefined; + } + // Temporarily expose input value. Use with caution. + public get rotateTriggersInput() { + return this._rotateTriggers; + } + + // service_principal - computed: false, optional: false, required: true + private _servicePrincipal?: string; + public get servicePrincipal() { + return this.getStringAttribute('service_principal'); + } + public set servicePrincipal(value: string) { + this._servicePrincipal = value; + } + // Temporarily expose input value. Use with caution. + public get servicePrincipalInput() { + return this._servicePrincipal; + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + rotate_triggers: cdktf.hashMapper(cdktf.stringToTerraform)(this._rotateTriggers), + service_principal: cdktf.stringToTerraform(this._servicePrincipal), + }; + } +} diff --git a/src/service-principal/README.md b/src/service-principal/README.md new file mode 100644 index 000000000..350438b8b --- /dev/null +++ b/src/service-principal/README.md @@ -0,0 +1,3 @@ +# `hcp_service_principal` + +Refer to the Terraform Registory for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal). diff --git a/src/service-principal/index.ts b/src/service-principal/index.ts new file mode 100644 index 000000000..7a8337c0b --- /dev/null +++ b/src/service-principal/index.ts @@ -0,0 +1,132 @@ +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal +// generated from terraform resource schema + +import { Construct } from 'constructs'; +import * as cdktf from 'cdktf'; + +// Configuration + +export interface ServicePrincipalConfig extends cdktf.TerraformMetaArguments { + /** + * The service principal's name. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.76.0/docs/resources/service_principal#parent ServicePrincipal#parent} + */ + readonly parent?: string; +} + +/** +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/service_principal hcp_service_principal} +*/ +export class ServicePrincipal extends cdktf.TerraformResource { + + // ================= + // STATIC PROPERTIES + // ================= + public static readonly tfResourceType = "hcp_service_principal"; + + // ============== + // STATIC Methods + // ============== + /** + * 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.76.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) { + return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "hcp_service_principal", importId: importFromId, provider }); + } + + // =========== + // INITIALIZER + // =========== + + /** + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 + * @param options ServicePrincipalConfig + */ + public constructor(scope: Construct, id: string, config: ServicePrincipalConfig) { + super(scope, id, { + terraformResourceType: 'hcp_service_principal', + terraformGeneratorMetadata: { + providerName: 'hcp', + providerVersion: '0.76.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._name = config.name; + this._parent = config.parent; + } + + // ========== + // ATTRIBUTES + // ========== + + // 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; + } + + // parent - computed: true, optional: true, required: false + private _parent?: string; + public get parent() { + return this.getStringAttribute('parent'); + } + public set parent(value: string) { + this._parent = value; + } + public resetParent() { + this._parent = undefined; + } + // Temporarily expose input value. Use with caution. + public get parentInput() { + return this._parent; + } + + // resource_id - computed: true, optional: false, required: false + public get resourceId() { + return this.getStringAttribute('resource_id'); + } + + // resource_name - computed: true, optional: false, required: false + public get resourceName() { + return this.getStringAttribute('resource_name'); + } + + // ========= + // SYNTHESIS + // ========= + + protected synthesizeAttributes(): { [name: string]: any } { + return { + name: cdktf.stringToTerraform(this._name), + parent: cdktf.stringToTerraform(this._parent), + }; + } +} diff --git a/src/vault-cluster-admin-token/README.md b/src/vault-cluster-admin-token/README.md index 1072ab945..ca9db0732 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 Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 00a553a6b..5635d5e2a 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.73.0/docs/resources/vault_cluster_admin_token +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read} */ readonly read?: string; } @@ -172,7 +167,7 @@ export class VaultClusterAdminTokenTimeoutsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token} */ export class VaultClusterAdminToken extends cdktf.TerraformResource { @@ -188,7 +183,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.73.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.76.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) { @@ -200,7 +195,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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 @@ -211,7 +206,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_cluster_admin_token', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-cluster/README.md b/src/vault-cluster/README.md index 1c9c99035..5073799ae 100644 --- a/src/vault-cluster/README.md +++ b/src/vault-cluster/README.md @@ -1,3 +1,3 @@ # `hcp_vault_cluster` -Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster). +Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster). diff --git a/src/vault-cluster/index.ts b/src/vault-cluster/index.ts index 664edc5f3..92e2f6170 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.73.0/docs/resources/vault_cluster +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#id VaultCluster#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} */ readonly primaryLink?: string; /** @@ -55,49 +50,49 @@ 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.73.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#tier VaultCluster#tier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} */ readonly auditLogConfig?: VaultClusterAuditLogConfig; /** * major_version_upgrade_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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.73.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} */ readonly timeouts?: VaultClusterTimeouts; } @@ -105,79 +100,79 @@ export interface VaultClusterAuditLogConfig { /** * CloudWatch access key ID for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} */ readonly grafanaUser?: string; /** * Splunk endpoint for streaming audit logs * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} */ readonly splunkToken?: string; } @@ -535,19 +530,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.73.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.76.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.73.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.76.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.73.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} */ readonly upgradeType: string; } @@ -657,79 +652,79 @@ export interface VaultClusterMetricsConfig { /** * CloudWatch access key ID for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.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.76.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.73.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.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.76.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.73.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.76.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.73.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} */ readonly grafanaUser?: string; /** * Splunk endpoint for streaming metrics * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} */ readonly splunkToken?: string; } @@ -1080,19 +1075,19 @@ export class VaultClusterMetricsConfigOutputReference extends cdktf.ComplexObjec } export interface VaultClusterTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#create VaultCluster#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#create VaultCluster#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#default VaultCluster#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#default VaultCluster#default} */ readonly default?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#delete VaultCluster#delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#delete VaultCluster#delete} */ readonly delete?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster#update VaultCluster#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster#update VaultCluster#update} */ readonly update?: string; } @@ -1236,7 +1231,7 @@ export class VaultClusterTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster hcp_vault_cluster} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_cluster hcp_vault_cluster} */ export class VaultCluster extends cdktf.TerraformResource { @@ -1252,7 +1247,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.73.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.76.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) { @@ -1264,7 +1259,7 @@ export class VaultCluster extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster hcp_vault_cluster} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -1275,7 +1270,7 @@ export class VaultCluster extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_cluster', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-plugin/README.md b/src/vault-plugin/README.md index 1c710d666..f2b8788fc 100644 --- a/src/vault-plugin/README.md +++ b/src/vault-plugin/README.md @@ -1,3 +1,3 @@ # `hcp_vault_plugin` -Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin). +Refer to the Terraform Registory for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin). diff --git a/src/vault-plugin/index.ts b/src/vault-plugin/index.ts index 8fd19ceb9..70ee70759 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.73.0/docs/resources/vault_plugin +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_plugin#id VaultPlugin#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_plugin#default VaultPlugin#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin#default VaultPlugin#default} */ readonly default?: string; } @@ -130,7 +125,7 @@ export class VaultPluginTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin hcp_vault_plugin} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_plugin hcp_vault_plugin} */ export class VaultPlugin extends cdktf.TerraformResource { @@ -146,7 +141,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.73.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.76.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) { @@ -158,7 +153,7 @@ export class VaultPlugin extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_plugin hcp_vault_plugin} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -169,7 +164,7 @@ export class VaultPlugin extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_plugin', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-secrets-app/README.md b/src/vault-secrets-app/README.md index 7340df34d..b66ee9895 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 Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app). diff --git a/src/vault-secrets-app/index.ts b/src/vault-secrets-app/index.ts index 66cb6a5c9..8822b683d 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.73.0/docs/resources/vault_secrets_app +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +10,19 @@ export interface VaultSecretsAppConfig extends cdktf.TerraformMetaArguments { /** * The Vault Secrets App name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description} */ readonly description?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} */ export class VaultSecretsApp extends cdktf.TerraformResource { @@ -43,7 +38,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.73.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.76.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) { @@ -55,7 +50,7 @@ export class VaultSecretsApp extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -66,7 +61,7 @@ export class VaultSecretsApp extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_secrets_app', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/vault-secrets-secret/README.md b/src/vault-secrets-secret/README.md index 5a0a37831..ced290150 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 Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret). +Refer to the Terraform Registory for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret). diff --git a/src/vault-secrets-secret/index.ts b/src/vault-secrets-secret/index.ts index f449c4e40..b44c0e7a9 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.73.0/docs/resources/vault_secrets_secret +// https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +10,25 @@ 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.73.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name} */ readonly appName: string; /** * The name of the secret * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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.73.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} */ export class VaultSecretsSecret extends cdktf.TerraformResource { @@ -49,7 +44,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.73.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.76.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) { @@ -61,7 +56,7 @@ export class VaultSecretsSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.76.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 @@ -72,7 +67,7 @@ export class VaultSecretsSecret extends cdktf.TerraformResource { terraformResourceType: 'hcp_vault_secrets_secret', terraformGeneratorMetadata: { providerName: 'hcp', - providerVersion: '0.73.0', + providerVersion: '0.76.0', providerVersionConstraint: '~> 0.45' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index ab9c4bd1e..e50049255 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/hashicorp/hcp": "0.73.0" + "registry.terraform.io/hashicorp/hcp": "0.76.0" } diff --git a/yarn.lock b/yarn.lock index 3dc4221ff..3e0b42e7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4465,15 +4465,16 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.75.4: - version "0.75.4" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.75.4.tgz#0ae0fdc929142f308f17d680b4ad3d7dd5d01e20" - integrity sha512-1B5U77bn4ydO6mmGvM+ZsC6goyY2rYPFbOX9xP0HOnh5/634Tu/YRFESvmvM4rXTGBTtQL701tx4eRo2LLWOUA== +projen@^0.76.21: + version "0.76.21" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.76.21.tgz#90c47a7d161db9a4ba7e9183b409d616ce24b05f" + integrity sha512-FAQ2Y3A3Sn5VJ0Rns9vWiA+c/V32VKJYsnm9lMrumuLTOnWy4rkOj/OQdPXHgMDd94EJ2dEyCYgvqFfBJTjjdQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" chalk "^4.1.2" comment-json "4.2.2" + constructs "^10.0.0" conventional-changelog-config-spec "^2.1.0" fast-json-patch "^3.1.1" glob "^8"